]> Git Repo - linux.git/commit - tools/perf/builtin-stat.c
libperf: Add perf_thread_map__nr/perf_thread_map__pid functions
authorJiri Olsa <[email protected]>
Thu, 22 Aug 2019 11:11:41 +0000 (13:11 +0200)
committerArnaldo Carvalho de Melo <[email protected]>
Thu, 22 Aug 2019 20:16:57 +0000 (17:16 -0300)
commita2f354e3abb853f9a40048829e1f839e8f7fada5
treeefd44d199538c509e2a17004ad09c85a045563d1
parent5e51b0bb245d963f5ce750256c504be95201e38c
libperf: Add perf_thread_map__nr/perf_thread_map__pid functions

So it's part of libperf library as basic functions operating on
perf_thread_map objects.

Signed-off-by: Jiri Olsa <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Michael Petlan <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
17 files changed:
tools/perf/builtin-ftrace.c
tools/perf/builtin-script.c
tools/perf/builtin-stat.c
tools/perf/builtin-trace.c
tools/perf/lib/include/perf/threadmap.h
tools/perf/lib/libperf.map
tools/perf/lib/threadmap.c
tools/perf/tests/thread-map.c
tools/perf/util/auxtrace.c
tools/perf/util/event.c
tools/perf/util/evlist.c
tools/perf/util/evsel.c
tools/perf/util/scripting-engines/trace-event-python.c
tools/perf/util/stat-display.c
tools/perf/util/stat.c
tools/perf/util/thread_map.c
tools/perf/util/thread_map.h
This page took 0.051363 seconds and 4 git commands to generate.