]> Git Repo - linux.git/commit
perf script: Add branch types for VM-Entry and VM-Exit
authorAdrian Hunter <[email protected]>
Thu, 18 Feb 2021 09:57:51 +0000 (11:57 +0200)
committerArnaldo Carvalho de Melo <[email protected]>
Thu, 18 Feb 2021 19:12:51 +0000 (16:12 -0300)
commitc025d46cd932ccaa6448e173df88197bc851d3d7
tree61902795c7b4a94f9aa68d03a375b6973d7156da
parentd58b3f7e701408ac41b0a8342f26bbf9a5597f05
perf script: Add branch types for VM-Entry and VM-Exit

In preparation to support Intel PT decoding of virtual machine traces, add
branch types for VM-Entry and VM-Exit.

Note they are both treated as "calls" because the VM-Exit transfers control
to a different address.

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]>
tools/perf/builtin-script.c
tools/perf/util/db-export.c
tools/perf/util/event.h
This page took 0.051796 seconds and 4 git commands to generate.