-
- Downloads
perf threads: Move thread_map to separate file
To untangle it from struct thread handling, that is tied to symbols, etc.
Right now in the python bindings I'm working on I need just a subset of
the util/ files, untangling it allows me to do that.
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Cc: Tom Zanussi <tzanussi@gmail.com>
LKML-Reference: <new-submission>
Signed-off-by:
Arnaldo Carvalho de Melo <acme@redhat.com>
Showing
- tools/perf/Makefile 2 additions, 0 deletionstools/perf/Makefile
- tools/perf/builtin-record.c 1 addition, 0 deletionstools/perf/builtin-record.c
- tools/perf/builtin-stat.c 1 addition, 0 deletionstools/perf/builtin-stat.c
- tools/perf/builtin-test.c 1 addition, 1 deletiontools/perf/builtin-test.c
- tools/perf/builtin-top.c 1 addition, 0 deletionstools/perf/builtin-top.c
- tools/perf/util/evsel.c 1 addition, 1 deletiontools/perf/util/evsel.c
- tools/perf/util/thread.c 0 additions, 55 deletionstools/perf/util/thread.c
- tools/perf/util/thread.h 0 additions, 14 deletionstools/perf/util/thread.h
- tools/perf/util/thread_map.c 64 additions, 0 deletionstools/perf/util/thread_map.c
- tools/perf/util/thread_map.h 15 additions, 0 deletionstools/perf/util/thread_map.h
Loading
Please register or sign in to comment