summaryrefslogtreecommitdiff
path: root/tools/perf/lib/libperf.map
blob: c4f611010ccc4fba9b6cc07b59febd901c13708f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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;
		perf_thread_map__comm;
		perf_thread_map__get;
		perf_thread_map__put;
	local:
		*;
};