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