From: David Ahern Date: Thu, 18 Jul 2013 22:06:15 +0000 (-0600) Subject: perf script: Fix named threads support X-Git-Tag: v3.12-rc1~168^3~35^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2eaa1b407aa6592a884f1be061ef61de7012c97a;p=pandora-kernel.git perf script: Fix named threads support Commit 73994dc broke named thread support in perf-script. The thread struct in al is the main thread for a multithreaded process. The thread struct used for analysis (e.g., dumping events) should be the specific thread for the sample. Signed-off-by: David Ahern Cc: Feng Tang Link: http://lkml.kernel.org/r/1374185175-28272-1-git-send-email-dsahern@gmail.com Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed