mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-17 22:05:08 +00:00
951efb9976
Previously hard coded events/metrics were used, update for the use of the TopdownL1 json metric group. Reported-by: Arnaldo Carvalho de Melo <acme@redhat.com> Fixes: 94b1a603fca78388 ("perf stat: Add TopdownL1 metric as a default if present") Reviewed-by: James Clark <james.clark@arm.com> Signed-off-by: Ian Rogers <irogers@google.com> Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Tested-by: Kan Liang <kan.liang@linux.intel.com> Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Ingo Molnar <mingo@redhat.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Richter <tmricht@linux.ibm.com> Link: https://lore.kernel.org/r/20230517225707.2682235-1-irogers@google.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
288 lines
4.9 KiB
Plaintext
288 lines
4.9 KiB
Plaintext
[config]
|
|
command = stat
|
|
args = -dd kill >/dev/null 2>&1
|
|
ret = 1
|
|
|
|
|
|
# PERF_TYPE_SOFTWARE / PERF_COUNT_SW_TASK_CLOCK
|
|
[event1:base-stat]
|
|
fd=1
|
|
type=1
|
|
config=1
|
|
|
|
# PERF_TYPE_SOFTWARE / PERF_COUNT_SW_CONTEXT_SWITCHES
|
|
[event2:base-stat]
|
|
fd=2
|
|
type=1
|
|
config=3
|
|
|
|
# PERF_TYPE_SOFTWARE / PERF_COUNT_SW_CPU_MIGRATIONS
|
|
[event3:base-stat]
|
|
fd=3
|
|
type=1
|
|
config=4
|
|
|
|
# PERF_TYPE_SOFTWARE / PERF_COUNT_SW_PAGE_FAULTS
|
|
[event4:base-stat]
|
|
fd=4
|
|
type=1
|
|
config=2
|
|
|
|
# PERF_TYPE_HARDWARE / PERF_COUNT_HW_CPU_CYCLES
|
|
[event5:base-stat]
|
|
fd=5
|
|
type=0
|
|
config=0
|
|
optional=1
|
|
|
|
# PERF_TYPE_HARDWARE / PERF_COUNT_HW_STALLED_CYCLES_FRONTEND
|
|
[event6:base-stat]
|
|
fd=6
|
|
type=0
|
|
config=7
|
|
optional=1
|
|
|
|
# PERF_TYPE_HARDWARE / PERF_COUNT_HW_STALLED_CYCLES_BACKEND
|
|
[event7:base-stat]
|
|
fd=7
|
|
type=0
|
|
config=8
|
|
optional=1
|
|
|
|
# PERF_TYPE_HARDWARE / PERF_COUNT_HW_INSTRUCTIONS
|
|
[event8:base-stat]
|
|
fd=8
|
|
type=0
|
|
config=1
|
|
optional=1
|
|
|
|
# PERF_TYPE_HARDWARE / PERF_COUNT_HW_BRANCH_INSTRUCTIONS
|
|
[event9:base-stat]
|
|
fd=9
|
|
type=0
|
|
config=4
|
|
optional=1
|
|
|
|
# PERF_TYPE_HARDWARE / PERF_COUNT_HW_BRANCH_MISSES
|
|
[event10:base-stat]
|
|
fd=10
|
|
type=0
|
|
config=5
|
|
optional=1
|
|
|
|
# PERF_TYPE_RAW / slots (0x400)
|
|
[event11:base-stat]
|
|
fd=11
|
|
group_fd=-1
|
|
type=4
|
|
config=1024
|
|
read_format=15
|
|
optional=1
|
|
|
|
# PERF_TYPE_RAW / topdown-retiring (0x8000)
|
|
[event12:base-stat]
|
|
fd=12
|
|
group_fd=11
|
|
type=4
|
|
config=32768
|
|
disabled=0
|
|
enable_on_exec=0
|
|
read_format=15
|
|
optional=1
|
|
|
|
# PERF_TYPE_RAW / topdown-fe-bound (0x8200)
|
|
[event13:base-stat]
|
|
fd=13
|
|
group_fd=11
|
|
type=4
|
|
config=33280
|
|
disabled=0
|
|
enable_on_exec=0
|
|
read_format=15
|
|
optional=1
|
|
|
|
# PERF_TYPE_RAW / topdown-be-bound (0x8300)
|
|
[event14:base-stat]
|
|
fd=14
|
|
group_fd=11
|
|
type=4
|
|
config=33536
|
|
disabled=0
|
|
enable_on_exec=0
|
|
read_format=15
|
|
optional=1
|
|
|
|
# PERF_TYPE_RAW / topdown-bad-spec (0x8100)
|
|
[event15:base-stat]
|
|
fd=15
|
|
group_fd=11
|
|
type=4
|
|
config=33024
|
|
disabled=0
|
|
enable_on_exec=0
|
|
read_format=15
|
|
optional=1
|
|
|
|
# PERF_TYPE_RAW / INT_MISC.UOP_DROPPING
|
|
[event16:base-stat]
|
|
fd=16
|
|
type=4
|
|
config=4109
|
|
optional=1
|
|
|
|
# PERF_TYPE_RAW / cpu/INT_MISC.RECOVERY_CYCLES,cmask=1,edge/
|
|
[event17:base-stat]
|
|
fd=17
|
|
type=4
|
|
config=17039629
|
|
optional=1
|
|
|
|
# PERF_TYPE_RAW / CPU_CLK_UNHALTED.THREAD
|
|
[event18:base-stat]
|
|
fd=18
|
|
type=4
|
|
config=60
|
|
optional=1
|
|
|
|
# PERF_TYPE_RAW / INT_MISC.RECOVERY_CYCLES_ANY
|
|
[event19:base-stat]
|
|
fd=19
|
|
type=4
|
|
config=2097421
|
|
optional=1
|
|
|
|
# PERF_TYPE_RAW / CPU_CLK_UNHALTED.REF_XCLK
|
|
[event20:base-stat]
|
|
fd=20
|
|
type=4
|
|
config=316
|
|
optional=1
|
|
|
|
# PERF_TYPE_RAW / IDQ_UOPS_NOT_DELIVERED.CORE
|
|
[event21:base-stat]
|
|
fd=21
|
|
type=4
|
|
config=412
|
|
optional=1
|
|
|
|
# PERF_TYPE_RAW / CPU_CLK_UNHALTED.ONE_THREAD_ACTIVE
|
|
[event22:base-stat]
|
|
fd=22
|
|
type=4
|
|
config=572
|
|
optional=1
|
|
|
|
# PERF_TYPE_RAW / UOPS_RETIRED.RETIRE_SLOTS
|
|
[event23:base-stat]
|
|
fd=23
|
|
type=4
|
|
config=706
|
|
optional=1
|
|
|
|
# PERF_TYPE_RAW / UOPS_ISSUED.ANY
|
|
[event24:base-stat]
|
|
fd=24
|
|
type=4
|
|
config=270
|
|
optional=1
|
|
|
|
# PERF_TYPE_HW_CACHE /
|
|
# PERF_COUNT_HW_CACHE_L1D << 0 |
|
|
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
|
# (PERF_COUNT_HW_CACHE_RESULT_ACCESS << 16)
|
|
[event25:base-stat]
|
|
fd=25
|
|
type=3
|
|
config=0
|
|
optional=1
|
|
|
|
# PERF_TYPE_HW_CACHE /
|
|
# PERF_COUNT_HW_CACHE_L1D << 0 |
|
|
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
|
# (PERF_COUNT_HW_CACHE_RESULT_MISS << 16)
|
|
[event26:base-stat]
|
|
fd=26
|
|
type=3
|
|
config=65536
|
|
optional=1
|
|
|
|
# PERF_TYPE_HW_CACHE /
|
|
# PERF_COUNT_HW_CACHE_LL << 0 |
|
|
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
|
# (PERF_COUNT_HW_CACHE_RESULT_ACCESS << 16)
|
|
[event27:base-stat]
|
|
fd=27
|
|
type=3
|
|
config=2
|
|
optional=1
|
|
|
|
# PERF_TYPE_HW_CACHE,
|
|
# PERF_COUNT_HW_CACHE_LL << 0 |
|
|
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
|
# (PERF_COUNT_HW_CACHE_RESULT_MISS << 16)
|
|
[event28:base-stat]
|
|
fd=28
|
|
type=3
|
|
config=65538
|
|
optional=1
|
|
|
|
# PERF_TYPE_HW_CACHE,
|
|
# PERF_COUNT_HW_CACHE_L1I << 0 |
|
|
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
|
# (PERF_COUNT_HW_CACHE_RESULT_ACCESS << 16)
|
|
[event29:base-stat]
|
|
fd=29
|
|
type=3
|
|
config=1
|
|
optional=1
|
|
|
|
# PERF_TYPE_HW_CACHE,
|
|
# PERF_COUNT_HW_CACHE_L1I << 0 |
|
|
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
|
# (PERF_COUNT_HW_CACHE_RESULT_MISS << 16)
|
|
[event30:base-stat]
|
|
fd=30
|
|
type=3
|
|
config=65537
|
|
optional=1
|
|
|
|
# PERF_TYPE_HW_CACHE,
|
|
# PERF_COUNT_HW_CACHE_DTLB << 0 |
|
|
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
|
# (PERF_COUNT_HW_CACHE_RESULT_ACCESS << 16)
|
|
[event31:base-stat]
|
|
fd=31
|
|
type=3
|
|
config=3
|
|
optional=1
|
|
|
|
# PERF_TYPE_HW_CACHE,
|
|
# PERF_COUNT_HW_CACHE_DTLB << 0 |
|
|
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
|
# (PERF_COUNT_HW_CACHE_RESULT_MISS << 16)
|
|
[event32:base-stat]
|
|
fd=32
|
|
type=3
|
|
config=65539
|
|
optional=1
|
|
|
|
# PERF_TYPE_HW_CACHE,
|
|
# PERF_COUNT_HW_CACHE_ITLB << 0 |
|
|
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
|
# (PERF_COUNT_HW_CACHE_RESULT_ACCESS << 16)
|
|
[event33:base-stat]
|
|
fd=33
|
|
type=3
|
|
config=4
|
|
optional=1
|
|
|
|
# PERF_TYPE_HW_CACHE,
|
|
# PERF_COUNT_HW_CACHE_ITLB << 0 |
|
|
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
|
# (PERF_COUNT_HW_CACHE_RESULT_MISS << 16)
|
|
[event34:base-stat]
|
|
fd=34
|
|
type=3
|
|
config=65540
|
|
optional=1
|