From: Joseph Schuchart Date: Thu, 10 Jul 2014 11:50:56 +0000 (+0200) Subject: perf script: Provide additional sample information on generic events X-Git-Tag: omap-for-v3.17/fixes-against-rc2~178^2~5^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57608cfd8827a74237d264a197722e2c99f72da4;p=pandora-kernel.git perf script: Provide additional sample information on generic events To python scripts, including pid, tid, and cpu for which the event was recorded. At the moment, the pointer to the sample struct is passed to scripts, which seems to be of little use. The patch puts this information in dictionaries for easy access by Python scripts. Signed-off-by: Joseph Schuchart Acked-by: Thomas Ilsche Cc: Ingo Molnar Cc: Jiri Olsa Cc: Namhyung Kim Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Thomas Ilsche Link: http://lkml.kernel.org/r/53BE7E20.8080500@tu-dresden.de Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed