perf script: look up thread using tid instead of pid
authorDavid Ahern <dsahern@gmail.com>
Thu, 22 Dec 2011 18:30:03 +0000 (11:30 -0700)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 23 Dec 2011 18:35:00 +0000 (16:35 -0200)
commit64aab93cdffb3967642ffab954395ae2400c0b06
tree9f5313f3d19c8619f6d7f6b0e35cc2764d7ba1f1
parentf5faf726184a6a5ca1735f610cb97e509fce33e2
perf script: look up thread using tid instead of pid

This allows the thread name to be dispalyed when dumping
events:
           myapp 25118 [000] 450385.538815: context-switches ...
    myapp:worker 25119 [000] 450385.538894: context-switches ...

Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/1324578603-12762-4-git-send-email-dsahern@gmail.com
Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-script.c