perf machine: Factor machine__find_thread to take tid argument
authorJiri Olsa <[email protected]>
Fri, 14 Mar 2014 14:00:03 +0000 (15:00 +0100)
committerArnaldo Carvalho de Melo <[email protected]>
Fri, 14 Mar 2014 21:08:42 +0000 (18:08 -0300)
commitd75e6097ef1f7669deb500fbbdf53cfe524f1b53
tree73f8b07ee0b43ebd93fb0556b0af0f217f897d5c
parent363b785f3805a2632eb09a8b430842461c21a640
perf machine: Factor machine__find_thread to take tid argument

Forcing the code to always search thread by pid/tid pair.

The PID value will be needed in future to determine the process thread
leader for map groups sharing.

Signed-off-by: Jiri Olsa <[email protected]>
Acked-by: Adrian Hunter <[email protected]>
Cc: Corey Ashford <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Don Zickus <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/tests/dwarf-unwind.c
tools/perf/util/machine.c
tools/perf/util/machine.h