diff options
author | Adrian Hunter <[email protected]> | 2021-02-18 11:58:00 +0200 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2021-02-18 16:15:38 -0300 |
commit | 19854e45b39a8b6b9ba4f33f07750ca9891572cb (patch) | |
tree | 5ea5bdc156eb03969037f788cfde7b3d036edfbd /tools/perf/scripts/python/Perf-Trace-Util | |
parent | 695fc4510615f8db40ebaf7a2c011f0a594b5f77 (diff) |
perf intel-pt: Split VM-Entry and VM-Exit branches
Events record a single cpumode so the tools cannot handle a branch from
the host machine to a virtual machine, or vice versa. Split it in two so
that each branch can have a different cpumode.
E.g. host ip -> guest ip
becomes: host ip -> 0
0 -> guest ip
Signed-off-by: Adrian Hunter <[email protected]>
Acked-by: Andi Kleen <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Jiri Olsa <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util')
0 files changed, 0 insertions, 0 deletions