mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-11 06:40:22 +00:00
When recording PEBS-via-PT, the kernel will not accept the intel_pt
event with register sampling e.g.
# perf record --kcore -c 10000 -e '{intel_pt/branch=0/,branch-loads/aux-output/ppp}' -I -- ls -l
Error:
intel_pt/branch=0/: PMU Hardware doesn't support sampling/overflow-interrupts. Try 'perf stat'
Fix by suppressing register sampling on the intel_pt evsel.
Committer notes:
Adrian informed that this is only available from Tremont onwards, so on
older processors the error continues the same as before.
Fixes:
|
||
|---|---|---|
| .. | ||
| archinsn.c | ||
| auxtrace.c | ||
| Build | ||
| dwarf-regs.c | ||
| event.c | ||
| group.c | ||
| header.c | ||
| intel-bts.c | ||
| intel-pt.c | ||
| kvm-stat.c | ||
| machine.c | ||
| perf_regs.c | ||
| pmu.c | ||
| tsc.c | ||
| unwind-libdw.c | ||
| unwind-libunwind.c | ||