summaryrefslogtreecommitdiff
path: root/tools/perf/lib/libperf.map
blob: 6b4ec1c4d3f3e1424291012f1217f04839ea2260 (plain)
1
2
3
4
5
6
7
8
9
10
11
LIBPERF_0.0.1 {
	global:
		libperf_set_print;
		perf_cpu_map__dummy_new;
		perf_cpu_map__get;
		perf_cpu_map__put;
		perf_thread_map__new_dummy;
		perf_thread_map__set_pid;
	local:
		*;
};