perf threads: Move thread_map to separate file
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 18 Jan 2011 17:15:24 +0000 (15:15 -0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 24 Jan 2011 12:59:00 +0000 (10:59 -0200)
commitfd78260b5376173faeb17127bd63b3c99a8e8bfb
tree7d3afaca981fee68929c365b39dd302f803e3bda
parent17ea1b70a87e28457821318341bead2b45563092
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>
tools/perf/Makefile
tools/perf/builtin-record.c
tools/perf/builtin-stat.c
tools/perf/builtin-test.c
tools/perf/builtin-top.c
tools/perf/util/evsel.c
tools/perf/util/thread.c
tools/perf/util/thread.h
tools/perf/util/thread_map.c [new file with mode: 0644]
tools/perf/util/thread_map.h [new file with mode: 0644]