commit | 7a680eb990b6646ecadf22dca7ded16a33f731b9 | [log] [tgz] |
---|---|---|
author | Adrian Hunter <[email protected]> | Thu Apr 09 18:53:56 2015 +0300 |
committer | Arnaldo Carvalho de Melo <[email protected]> | Wed Apr 29 10:37:56 2015 -0300 |
tree | 3ea64c55f1d373436f93ac8311c4597ccfdc5e33 | |
parent | cfe9174fcfe28f0f73dce422e3151991ee0d49bf [diff] |
perf script: Add Instruction Tracing support Add support for decoding an AUX area assuming it contains instruction tracing data. Signed-off-by: Adrian Hunter <[email protected]> Cc: David Ahern <[email protected]> Cc: Frederic Weisbecker <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Stephane Eranian <[email protected]> Link: http://lkml.kernel.org/r/[email protected] [ Do not use -Z as an alternative to --itrace ] [ Fixed initialization of itrace_synth_opts struct fields on older gcc versions ] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>