diff options
author | Anshuman Khandual <[email protected]> | 2022-08-24 10:18:18 +0530 |
---|---|---|
committer | Peter Zijlstra <[email protected]> | 2022-08-29 09:42:42 +0200 |
commit | f4054e522531038354bea5c924f286fdd8ae77b5 (patch) | |
tree | 4c142c5892c78f12a7e0b8342ef0a1b7153873bd /tools/perf/scripts/python/syscall-counts.py | |
parent | 5402d25aa5710d240040f73fb13d7d5c303ef071 (diff) |
perf: Add PERF_BR_NEW_ARCH_[N] map for BRBE on arm64 platform
BRBE captured branch types will overflow perf_branch_entry.type and generic
branch types in perf_branch_entry.new_type. So override each available arch
specific branch type in the following manner to comprehensively process all
reported branch types in BRBE.
PERF_BR_ARM64_FIQ PERF_BR_NEW_ARCH_1
PERF_BR_ARM64_DEBUG_HALT PERF_BR_NEW_ARCH_2
PERF_BR_ARM64_DEBUG_EXIT PERF_BR_NEW_ARCH_3
PERF_BR_ARM64_DEBUG_INST PERF_BR_NEW_ARCH_4
PERF_BR_ARM64_DEBUG_DATA PERF_BR_NEW_ARCH_5
Signed-off-by: Anshuman Khandual <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Reviewed-by: James Clark <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions