libperf: Add perf_thread_map__get()/perf_thread_map__put()
Move the following functions: thread_map__get() thread_map__put() thread_map__comm() to libperf with the following names: perf_thread_map__get() perf_thread_map__put() perf_thread_map__comm() Add the perf_thread_map__comm() function for it to work/compile. Signed-off-by:Jiri Olsa <jolsa@kernel.org> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Alexey Budankov <alexey.budankov@linux.intel.com> Cc: Andi Kleen <ak@linux.intel.com> Cc: Michael Petlan <mpetlan@redhat.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/20190721112506.12306-34-jolsa@kernel.org Signed-off-by:
Arnaldo Carvalho de Melo <acme@redhat.com>
Showing
- tools/perf/builtin-record.c 1 addition, 1 deletiontools/perf/builtin-record.c
- tools/perf/lib/include/perf/threadmap.h 4 additions, 0 deletionstools/perf/lib/include/perf/threadmap.h
- tools/perf/lib/libperf.map 3 additions, 0 deletionstools/perf/lib/libperf.map
- tools/perf/lib/threadmap.c 33 additions, 0 deletionstools/perf/lib/threadmap.c
- tools/perf/tests/code-reading.c 2 additions, 2 deletionstools/perf/tests/code-reading.c
- tools/perf/tests/event-times.c 2 additions, 2 deletionstools/perf/tests/event-times.c
- tools/perf/tests/keep-tracking.c 1 addition, 1 deletiontools/perf/tests/keep-tracking.c
- tools/perf/tests/mmap-basic.c 1 addition, 1 deletiontools/perf/tests/mmap-basic.c
- tools/perf/tests/mmap-thread-lookup.c 1 addition, 1 deletiontools/perf/tests/mmap-thread-lookup.c
- tools/perf/tests/openat-syscall-all-cpus.c 1 addition, 1 deletiontools/perf/tests/openat-syscall-all-cpus.c
- tools/perf/tests/openat-syscall.c 1 addition, 1 deletiontools/perf/tests/openat-syscall.c
- tools/perf/tests/sw-clock.c 1 addition, 1 deletiontools/perf/tests/sw-clock.c
- tools/perf/tests/switch-tracking.c 1 addition, 1 deletiontools/perf/tests/switch-tracking.c
- tools/perf/tests/task-exit.c 1 addition, 1 deletiontools/perf/tests/task-exit.c
- tools/perf/tests/thread-map.c 9 additions, 9 deletionstools/perf/tests/thread-map.c
- tools/perf/util/event.c 2 additions, 2 deletionstools/perf/util/event.c
- tools/perf/util/evlist.c 6 additions, 6 deletionstools/perf/util/evlist.c
- tools/perf/util/evsel.c 1 addition, 1 deletiontools/perf/util/evsel.c
- tools/perf/util/parse-events.c 1 addition, 1 deletiontools/perf/util/parse-events.c
- tools/perf/util/python.c 1 addition, 1 deletiontools/perf/util/python.c
Loading
Please register or sign in to comment