perf tools: Use tid for finding thread
authorNamhyung Kim <namhyung@kernel.org>
Mon, 12 May 2014 00:56:42 +0000 (09:56 +0900)
committerJiri Olsa <jolsa@kernel.org>
Mon, 12 May 2014 09:09:50 +0000 (11:09 +0200)
commit13ce34df11833482cd698331fdbb3f8ced06340d
tree9831bc0915afd571535d6649497cb4a5f62f3411
parentbac1e4d103f7e3d82e5dc7423c04edcb8c899c22
perf tools: Use tid for finding thread

I believe that passing pid (instead of tid) as the 3rd arg of the
machine__find*_thread() was to find a main thread so that it can
search proper map group for symbols.  However with the map sharing
patch applied, it now can do it in any thread.

It fixes a bug when each thread has different name, it only reports a
main thread for samples in other threads.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Acked-by: David Ahern <dsahern@gmail.com>
Acked-by: Stephane Eranian <eranian@google.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Link: http://lkml.kernel.org/r/1399856202-26221-1-git-send-email-namhyung@kernel.org
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
tools/perf/builtin-inject.c
tools/perf/builtin-kmem.c
tools/perf/tests/code-reading.c
tools/perf/tests/hists_filter.c
tools/perf/tests/hists_link.c
tools/perf/util/build-id.c
tools/perf/util/event.c
This page took 0.030908 seconds and 5 git commands to generate.