diff options
author | Song Liu <[email protected]> | 2021-09-10 11:33:51 -0700 |
---|---|---|
committer | Alexei Starovoitov <[email protected]> | 2021-09-13 10:53:50 -0700 |
commit | 856c02dbce4f8d6a5644083db22c11750aa11481 (patch) | |
tree | 3c3230ddfc3a5e7a03b30614b3da5aa2cc6cfe86 /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | c22ac2a3d4bd83411ebf0b1726e9e5fc4f5e7ebf (diff) |
bpf: Introduce helper bpf_get_branch_snapshot
Introduce bpf_get_branch_snapshot(), which allows tracing pogram to get
branch trace from hardware (e.g. Intel LBR). To use the feature, the
user need to create perf_event with proper branch_record filtering
on each cpu, and then calls bpf_get_branch_snapshot in the bpf function.
On Intel CPUs, VLBR event (raw event 0x1b00) can be use for this.
Signed-off-by: Song Liu <[email protected]>
Signed-off-by: Alexei Starovoitov <[email protected]>
Acked-by: John Fastabend <[email protected]>
Acked-by: Andrii Nakryiko <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions