diff options
author | Adrian Hunter <[email protected]> | 2016-03-07 16:44:38 -0300 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2016-03-08 10:11:16 +0100 |
commit | 640dad47988ec4b734d71934be103bb6e931279f (patch) | |
tree | a8b34fcfc5e587d346e3b906fb8e9051639adb40 /tools/perf/scripts/python/stackcollapse.py | |
parent | 07ef7574458369cb0345facc748e964af68a75f4 (diff) |
perf inject: Hit all DSOs for AUX data in JIT and other cases
Currently, when injecting build ids, if there is AUX data then 'perf
inject' hits all DSOs because it is not known which DSOs the trace data
would hit.
That needs to be done for JIT injection also, and in fact there is no
reason to distinguish what kind of injection is being done. That is,
any time there is AUX data and the HEADER_BUID_ID feature flag is set,
and the AUX data is not being processed, then hit all DSOs. This patch
does that.
Signed-off-by: Adrian Hunter <[email protected]>
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Stephane Eranian <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions