mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-08-22 00:42:01 +02:00
perf tests attr: Add missing topdown metrics events
The Topdown metrics events were added as 'perf stat' default events since commit42641d6f4d
("perf stat: Add Topdown metrics events as default events"). However, the perf attr tests were not updated accordingly. The perf attr test fails on the platform which supports Topdown metrics. # perf test 17 17: Setup struct perf_event_attr :FAILED! Add Topdown metrics events into perf attr test cases. Make them optional since they are only available on newer platforms. Fixes:42641d6f4d
("perf stat: Add Topdown metrics events as default events") Reported-by: kernel test robot <oliver.sang@intel.com> Signed-off-by: Kan Liang <kan.liang@linux.intel.com> Cc: Andi Kleen <ak@linux.intel.com> Cc: Jiri Olsa <jolsa@redhat.com> Link: http://lore.kernel.org/lkml/1633031566-176517-1-git-send-email-kan.liang@linux.intel.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
9fce636e5c
commit
0b6c5371c0
|
@ -68,3 +68,100 @@ fd=10
|
||||||
type=0
|
type=0
|
||||||
config=5
|
config=5
|
||||||
optional=1
|
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-bad-spec (0x8100)
|
||||||
|
[event13:base-stat]
|
||||||
|
fd=13
|
||||||
|
group_fd=11
|
||||||
|
type=4
|
||||||
|
config=33024
|
||||||
|
disabled=0
|
||||||
|
enable_on_exec=0
|
||||||
|
read_format=15
|
||||||
|
optional=1
|
||||||
|
|
||||||
|
# PERF_TYPE_RAW / topdown-fe-bound (0x8200)
|
||||||
|
[event14:base-stat]
|
||||||
|
fd=14
|
||||||
|
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)
|
||||||
|
[event15:base-stat]
|
||||||
|
fd=15
|
||||||
|
group_fd=11
|
||||||
|
type=4
|
||||||
|
config=33536
|
||||||
|
disabled=0
|
||||||
|
enable_on_exec=0
|
||||||
|
read_format=15
|
||||||
|
optional=1
|
||||||
|
|
||||||
|
# PERF_TYPE_RAW / topdown-heavy-ops (0x8400)
|
||||||
|
[event16:base-stat]
|
||||||
|
fd=16
|
||||||
|
group_fd=11
|
||||||
|
type=4
|
||||||
|
config=33792
|
||||||
|
disabled=0
|
||||||
|
enable_on_exec=0
|
||||||
|
read_format=15
|
||||||
|
optional=1
|
||||||
|
|
||||||
|
# PERF_TYPE_RAW / topdown-br-mispredict (0x8500)
|
||||||
|
[event17:base-stat]
|
||||||
|
fd=17
|
||||||
|
group_fd=11
|
||||||
|
type=4
|
||||||
|
config=34048
|
||||||
|
disabled=0
|
||||||
|
enable_on_exec=0
|
||||||
|
read_format=15
|
||||||
|
optional=1
|
||||||
|
|
||||||
|
# PERF_TYPE_RAW / topdown-fetch-lat (0x8600)
|
||||||
|
[event18:base-stat]
|
||||||
|
fd=18
|
||||||
|
group_fd=11
|
||||||
|
type=4
|
||||||
|
config=34304
|
||||||
|
disabled=0
|
||||||
|
enable_on_exec=0
|
||||||
|
read_format=15
|
||||||
|
optional=1
|
||||||
|
|
||||||
|
# PERF_TYPE_RAW / topdown-mem-bound (0x8700)
|
||||||
|
[event19:base-stat]
|
||||||
|
fd=19
|
||||||
|
group_fd=11
|
||||||
|
type=4
|
||||||
|
config=34560
|
||||||
|
disabled=0
|
||||||
|
enable_on_exec=0
|
||||||
|
read_format=15
|
||||||
|
optional=1
|
||||||
|
|
|
@ -70,12 +70,109 @@ type=0
|
||||||
config=5
|
config=5
|
||||||
optional=1
|
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-bad-spec (0x8100)
|
||||||
|
[event13:base-stat]
|
||||||
|
fd=13
|
||||||
|
group_fd=11
|
||||||
|
type=4
|
||||||
|
config=33024
|
||||||
|
disabled=0
|
||||||
|
enable_on_exec=0
|
||||||
|
read_format=15
|
||||||
|
optional=1
|
||||||
|
|
||||||
|
# PERF_TYPE_RAW / topdown-fe-bound (0x8200)
|
||||||
|
[event14:base-stat]
|
||||||
|
fd=14
|
||||||
|
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)
|
||||||
|
[event15:base-stat]
|
||||||
|
fd=15
|
||||||
|
group_fd=11
|
||||||
|
type=4
|
||||||
|
config=33536
|
||||||
|
disabled=0
|
||||||
|
enable_on_exec=0
|
||||||
|
read_format=15
|
||||||
|
optional=1
|
||||||
|
|
||||||
|
# PERF_TYPE_RAW / topdown-heavy-ops (0x8400)
|
||||||
|
[event16:base-stat]
|
||||||
|
fd=16
|
||||||
|
group_fd=11
|
||||||
|
type=4
|
||||||
|
config=33792
|
||||||
|
disabled=0
|
||||||
|
enable_on_exec=0
|
||||||
|
read_format=15
|
||||||
|
optional=1
|
||||||
|
|
||||||
|
# PERF_TYPE_RAW / topdown-br-mispredict (0x8500)
|
||||||
|
[event17:base-stat]
|
||||||
|
fd=17
|
||||||
|
group_fd=11
|
||||||
|
type=4
|
||||||
|
config=34048
|
||||||
|
disabled=0
|
||||||
|
enable_on_exec=0
|
||||||
|
read_format=15
|
||||||
|
optional=1
|
||||||
|
|
||||||
|
# PERF_TYPE_RAW / topdown-fetch-lat (0x8600)
|
||||||
|
[event18:base-stat]
|
||||||
|
fd=18
|
||||||
|
group_fd=11
|
||||||
|
type=4
|
||||||
|
config=34304
|
||||||
|
disabled=0
|
||||||
|
enable_on_exec=0
|
||||||
|
read_format=15
|
||||||
|
optional=1
|
||||||
|
|
||||||
|
# PERF_TYPE_RAW / topdown-mem-bound (0x8700)
|
||||||
|
[event19:base-stat]
|
||||||
|
fd=19
|
||||||
|
group_fd=11
|
||||||
|
type=4
|
||||||
|
config=34560
|
||||||
|
disabled=0
|
||||||
|
enable_on_exec=0
|
||||||
|
read_format=15
|
||||||
|
optional=1
|
||||||
|
|
||||||
# PERF_TYPE_HW_CACHE /
|
# PERF_TYPE_HW_CACHE /
|
||||||
# PERF_COUNT_HW_CACHE_L1D << 0 |
|
# PERF_COUNT_HW_CACHE_L1D << 0 |
|
||||||
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
||||||
# (PERF_COUNT_HW_CACHE_RESULT_ACCESS << 16)
|
# (PERF_COUNT_HW_CACHE_RESULT_ACCESS << 16)
|
||||||
[event11:base-stat]
|
[event20:base-stat]
|
||||||
fd=11
|
fd=20
|
||||||
type=3
|
type=3
|
||||||
config=0
|
config=0
|
||||||
optional=1
|
optional=1
|
||||||
|
@ -84,8 +181,8 @@ optional=1
|
||||||
# PERF_COUNT_HW_CACHE_L1D << 0 |
|
# PERF_COUNT_HW_CACHE_L1D << 0 |
|
||||||
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
||||||
# (PERF_COUNT_HW_CACHE_RESULT_MISS << 16)
|
# (PERF_COUNT_HW_CACHE_RESULT_MISS << 16)
|
||||||
[event12:base-stat]
|
[event21:base-stat]
|
||||||
fd=12
|
fd=21
|
||||||
type=3
|
type=3
|
||||||
config=65536
|
config=65536
|
||||||
optional=1
|
optional=1
|
||||||
|
@ -94,8 +191,8 @@ optional=1
|
||||||
# PERF_COUNT_HW_CACHE_LL << 0 |
|
# PERF_COUNT_HW_CACHE_LL << 0 |
|
||||||
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
||||||
# (PERF_COUNT_HW_CACHE_RESULT_ACCESS << 16)
|
# (PERF_COUNT_HW_CACHE_RESULT_ACCESS << 16)
|
||||||
[event13:base-stat]
|
[event22:base-stat]
|
||||||
fd=13
|
fd=22
|
||||||
type=3
|
type=3
|
||||||
config=2
|
config=2
|
||||||
optional=1
|
optional=1
|
||||||
|
@ -104,8 +201,8 @@ optional=1
|
||||||
# PERF_COUNT_HW_CACHE_LL << 0 |
|
# PERF_COUNT_HW_CACHE_LL << 0 |
|
||||||
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
||||||
# (PERF_COUNT_HW_CACHE_RESULT_MISS << 16)
|
# (PERF_COUNT_HW_CACHE_RESULT_MISS << 16)
|
||||||
[event14:base-stat]
|
[event23:base-stat]
|
||||||
fd=14
|
fd=23
|
||||||
type=3
|
type=3
|
||||||
config=65538
|
config=65538
|
||||||
optional=1
|
optional=1
|
||||||
|
|
|
@ -70,12 +70,109 @@ type=0
|
||||||
config=5
|
config=5
|
||||||
optional=1
|
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-bad-spec (0x8100)
|
||||||
|
[event13:base-stat]
|
||||||
|
fd=13
|
||||||
|
group_fd=11
|
||||||
|
type=4
|
||||||
|
config=33024
|
||||||
|
disabled=0
|
||||||
|
enable_on_exec=0
|
||||||
|
read_format=15
|
||||||
|
optional=1
|
||||||
|
|
||||||
|
# PERF_TYPE_RAW / topdown-fe-bound (0x8200)
|
||||||
|
[event14:base-stat]
|
||||||
|
fd=14
|
||||||
|
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)
|
||||||
|
[event15:base-stat]
|
||||||
|
fd=15
|
||||||
|
group_fd=11
|
||||||
|
type=4
|
||||||
|
config=33536
|
||||||
|
disabled=0
|
||||||
|
enable_on_exec=0
|
||||||
|
read_format=15
|
||||||
|
optional=1
|
||||||
|
|
||||||
|
# PERF_TYPE_RAW / topdown-heavy-ops (0x8400)
|
||||||
|
[event16:base-stat]
|
||||||
|
fd=16
|
||||||
|
group_fd=11
|
||||||
|
type=4
|
||||||
|
config=33792
|
||||||
|
disabled=0
|
||||||
|
enable_on_exec=0
|
||||||
|
read_format=15
|
||||||
|
optional=1
|
||||||
|
|
||||||
|
# PERF_TYPE_RAW / topdown-br-mispredict (0x8500)
|
||||||
|
[event17:base-stat]
|
||||||
|
fd=17
|
||||||
|
group_fd=11
|
||||||
|
type=4
|
||||||
|
config=34048
|
||||||
|
disabled=0
|
||||||
|
enable_on_exec=0
|
||||||
|
read_format=15
|
||||||
|
optional=1
|
||||||
|
|
||||||
|
# PERF_TYPE_RAW / topdown-fetch-lat (0x8600)
|
||||||
|
[event18:base-stat]
|
||||||
|
fd=18
|
||||||
|
group_fd=11
|
||||||
|
type=4
|
||||||
|
config=34304
|
||||||
|
disabled=0
|
||||||
|
enable_on_exec=0
|
||||||
|
read_format=15
|
||||||
|
optional=1
|
||||||
|
|
||||||
|
# PERF_TYPE_RAW / topdown-mem-bound (0x8700)
|
||||||
|
[event19:base-stat]
|
||||||
|
fd=19
|
||||||
|
group_fd=11
|
||||||
|
type=4
|
||||||
|
config=34560
|
||||||
|
disabled=0
|
||||||
|
enable_on_exec=0
|
||||||
|
read_format=15
|
||||||
|
optional=1
|
||||||
|
|
||||||
# PERF_TYPE_HW_CACHE /
|
# PERF_TYPE_HW_CACHE /
|
||||||
# PERF_COUNT_HW_CACHE_L1D << 0 |
|
# PERF_COUNT_HW_CACHE_L1D << 0 |
|
||||||
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
||||||
# (PERF_COUNT_HW_CACHE_RESULT_ACCESS << 16)
|
# (PERF_COUNT_HW_CACHE_RESULT_ACCESS << 16)
|
||||||
[event11:base-stat]
|
[event20:base-stat]
|
||||||
fd=11
|
fd=20
|
||||||
type=3
|
type=3
|
||||||
config=0
|
config=0
|
||||||
optional=1
|
optional=1
|
||||||
|
@ -84,8 +181,8 @@ optional=1
|
||||||
# PERF_COUNT_HW_CACHE_L1D << 0 |
|
# PERF_COUNT_HW_CACHE_L1D << 0 |
|
||||||
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
||||||
# (PERF_COUNT_HW_CACHE_RESULT_MISS << 16)
|
# (PERF_COUNT_HW_CACHE_RESULT_MISS << 16)
|
||||||
[event12:base-stat]
|
[event21:base-stat]
|
||||||
fd=12
|
fd=21
|
||||||
type=3
|
type=3
|
||||||
config=65536
|
config=65536
|
||||||
optional=1
|
optional=1
|
||||||
|
@ -94,8 +191,8 @@ optional=1
|
||||||
# PERF_COUNT_HW_CACHE_LL << 0 |
|
# PERF_COUNT_HW_CACHE_LL << 0 |
|
||||||
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
||||||
# (PERF_COUNT_HW_CACHE_RESULT_ACCESS << 16)
|
# (PERF_COUNT_HW_CACHE_RESULT_ACCESS << 16)
|
||||||
[event13:base-stat]
|
[event22:base-stat]
|
||||||
fd=13
|
fd=22
|
||||||
type=3
|
type=3
|
||||||
config=2
|
config=2
|
||||||
optional=1
|
optional=1
|
||||||
|
@ -104,8 +201,8 @@ optional=1
|
||||||
# PERF_COUNT_HW_CACHE_LL << 0 |
|
# PERF_COUNT_HW_CACHE_LL << 0 |
|
||||||
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
||||||
# (PERF_COUNT_HW_CACHE_RESULT_MISS << 16)
|
# (PERF_COUNT_HW_CACHE_RESULT_MISS << 16)
|
||||||
[event14:base-stat]
|
[event23:base-stat]
|
||||||
fd=14
|
fd=23
|
||||||
type=3
|
type=3
|
||||||
config=65538
|
config=65538
|
||||||
optional=1
|
optional=1
|
||||||
|
@ -114,8 +211,8 @@ optional=1
|
||||||
# PERF_COUNT_HW_CACHE_L1I << 0 |
|
# PERF_COUNT_HW_CACHE_L1I << 0 |
|
||||||
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
||||||
# (PERF_COUNT_HW_CACHE_RESULT_ACCESS << 16)
|
# (PERF_COUNT_HW_CACHE_RESULT_ACCESS << 16)
|
||||||
[event15:base-stat]
|
[event24:base-stat]
|
||||||
fd=15
|
fd=24
|
||||||
type=3
|
type=3
|
||||||
config=1
|
config=1
|
||||||
optional=1
|
optional=1
|
||||||
|
@ -124,8 +221,8 @@ optional=1
|
||||||
# PERF_COUNT_HW_CACHE_L1I << 0 |
|
# PERF_COUNT_HW_CACHE_L1I << 0 |
|
||||||
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
||||||
# (PERF_COUNT_HW_CACHE_RESULT_MISS << 16)
|
# (PERF_COUNT_HW_CACHE_RESULT_MISS << 16)
|
||||||
[event16:base-stat]
|
[event25:base-stat]
|
||||||
fd=16
|
fd=25
|
||||||
type=3
|
type=3
|
||||||
config=65537
|
config=65537
|
||||||
optional=1
|
optional=1
|
||||||
|
@ -134,8 +231,8 @@ optional=1
|
||||||
# PERF_COUNT_HW_CACHE_DTLB << 0 |
|
# PERF_COUNT_HW_CACHE_DTLB << 0 |
|
||||||
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
||||||
# (PERF_COUNT_HW_CACHE_RESULT_ACCESS << 16)
|
# (PERF_COUNT_HW_CACHE_RESULT_ACCESS << 16)
|
||||||
[event17:base-stat]
|
[event26:base-stat]
|
||||||
fd=17
|
fd=26
|
||||||
type=3
|
type=3
|
||||||
config=3
|
config=3
|
||||||
optional=1
|
optional=1
|
||||||
|
@ -144,8 +241,8 @@ optional=1
|
||||||
# PERF_COUNT_HW_CACHE_DTLB << 0 |
|
# PERF_COUNT_HW_CACHE_DTLB << 0 |
|
||||||
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
||||||
# (PERF_COUNT_HW_CACHE_RESULT_MISS << 16)
|
# (PERF_COUNT_HW_CACHE_RESULT_MISS << 16)
|
||||||
[event18:base-stat]
|
[event27:base-stat]
|
||||||
fd=18
|
fd=27
|
||||||
type=3
|
type=3
|
||||||
config=65539
|
config=65539
|
||||||
optional=1
|
optional=1
|
||||||
|
@ -154,8 +251,8 @@ optional=1
|
||||||
# PERF_COUNT_HW_CACHE_ITLB << 0 |
|
# PERF_COUNT_HW_CACHE_ITLB << 0 |
|
||||||
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
||||||
# (PERF_COUNT_HW_CACHE_RESULT_ACCESS << 16)
|
# (PERF_COUNT_HW_CACHE_RESULT_ACCESS << 16)
|
||||||
[event19:base-stat]
|
[event28:base-stat]
|
||||||
fd=19
|
fd=28
|
||||||
type=3
|
type=3
|
||||||
config=4
|
config=4
|
||||||
optional=1
|
optional=1
|
||||||
|
@ -164,8 +261,8 @@ optional=1
|
||||||
# PERF_COUNT_HW_CACHE_ITLB << 0 |
|
# PERF_COUNT_HW_CACHE_ITLB << 0 |
|
||||||
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
||||||
# (PERF_COUNT_HW_CACHE_RESULT_MISS << 16)
|
# (PERF_COUNT_HW_CACHE_RESULT_MISS << 16)
|
||||||
[event20:base-stat]
|
[event29:base-stat]
|
||||||
fd=20
|
fd=29
|
||||||
type=3
|
type=3
|
||||||
config=65540
|
config=65540
|
||||||
optional=1
|
optional=1
|
||||||
|
|
|
@ -70,12 +70,109 @@ type=0
|
||||||
config=5
|
config=5
|
||||||
optional=1
|
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-bad-spec (0x8100)
|
||||||
|
[event13:base-stat]
|
||||||
|
fd=13
|
||||||
|
group_fd=11
|
||||||
|
type=4
|
||||||
|
config=33024
|
||||||
|
disabled=0
|
||||||
|
enable_on_exec=0
|
||||||
|
read_format=15
|
||||||
|
optional=1
|
||||||
|
|
||||||
|
# PERF_TYPE_RAW / topdown-fe-bound (0x8200)
|
||||||
|
[event14:base-stat]
|
||||||
|
fd=14
|
||||||
|
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)
|
||||||
|
[event15:base-stat]
|
||||||
|
fd=15
|
||||||
|
group_fd=11
|
||||||
|
type=4
|
||||||
|
config=33536
|
||||||
|
disabled=0
|
||||||
|
enable_on_exec=0
|
||||||
|
read_format=15
|
||||||
|
optional=1
|
||||||
|
|
||||||
|
# PERF_TYPE_RAW / topdown-heavy-ops (0x8400)
|
||||||
|
[event16:base-stat]
|
||||||
|
fd=16
|
||||||
|
group_fd=11
|
||||||
|
type=4
|
||||||
|
config=33792
|
||||||
|
disabled=0
|
||||||
|
enable_on_exec=0
|
||||||
|
read_format=15
|
||||||
|
optional=1
|
||||||
|
|
||||||
|
# PERF_TYPE_RAW / topdown-br-mispredict (0x8500)
|
||||||
|
[event17:base-stat]
|
||||||
|
fd=17
|
||||||
|
group_fd=11
|
||||||
|
type=4
|
||||||
|
config=34048
|
||||||
|
disabled=0
|
||||||
|
enable_on_exec=0
|
||||||
|
read_format=15
|
||||||
|
optional=1
|
||||||
|
|
||||||
|
# PERF_TYPE_RAW / topdown-fetch-lat (0x8600)
|
||||||
|
[event18:base-stat]
|
||||||
|
fd=18
|
||||||
|
group_fd=11
|
||||||
|
type=4
|
||||||
|
config=34304
|
||||||
|
disabled=0
|
||||||
|
enable_on_exec=0
|
||||||
|
read_format=15
|
||||||
|
optional=1
|
||||||
|
|
||||||
|
# PERF_TYPE_RAW / topdown-mem-bound (0x8700)
|
||||||
|
[event19:base-stat]
|
||||||
|
fd=19
|
||||||
|
group_fd=11
|
||||||
|
type=4
|
||||||
|
config=34560
|
||||||
|
disabled=0
|
||||||
|
enable_on_exec=0
|
||||||
|
read_format=15
|
||||||
|
optional=1
|
||||||
|
|
||||||
# PERF_TYPE_HW_CACHE /
|
# PERF_TYPE_HW_CACHE /
|
||||||
# PERF_COUNT_HW_CACHE_L1D << 0 |
|
# PERF_COUNT_HW_CACHE_L1D << 0 |
|
||||||
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
||||||
# (PERF_COUNT_HW_CACHE_RESULT_ACCESS << 16)
|
# (PERF_COUNT_HW_CACHE_RESULT_ACCESS << 16)
|
||||||
[event11:base-stat]
|
[event20:base-stat]
|
||||||
fd=11
|
fd=20
|
||||||
type=3
|
type=3
|
||||||
config=0
|
config=0
|
||||||
optional=1
|
optional=1
|
||||||
|
@ -84,8 +181,8 @@ optional=1
|
||||||
# PERF_COUNT_HW_CACHE_L1D << 0 |
|
# PERF_COUNT_HW_CACHE_L1D << 0 |
|
||||||
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
||||||
# (PERF_COUNT_HW_CACHE_RESULT_MISS << 16)
|
# (PERF_COUNT_HW_CACHE_RESULT_MISS << 16)
|
||||||
[event12:base-stat]
|
[event21:base-stat]
|
||||||
fd=12
|
fd=21
|
||||||
type=3
|
type=3
|
||||||
config=65536
|
config=65536
|
||||||
optional=1
|
optional=1
|
||||||
|
@ -94,8 +191,8 @@ optional=1
|
||||||
# PERF_COUNT_HW_CACHE_LL << 0 |
|
# PERF_COUNT_HW_CACHE_LL << 0 |
|
||||||
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
||||||
# (PERF_COUNT_HW_CACHE_RESULT_ACCESS << 16)
|
# (PERF_COUNT_HW_CACHE_RESULT_ACCESS << 16)
|
||||||
[event13:base-stat]
|
[event22:base-stat]
|
||||||
fd=13
|
fd=22
|
||||||
type=3
|
type=3
|
||||||
config=2
|
config=2
|
||||||
optional=1
|
optional=1
|
||||||
|
@ -104,8 +201,8 @@ optional=1
|
||||||
# PERF_COUNT_HW_CACHE_LL << 0 |
|
# PERF_COUNT_HW_CACHE_LL << 0 |
|
||||||
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
||||||
# (PERF_COUNT_HW_CACHE_RESULT_MISS << 16)
|
# (PERF_COUNT_HW_CACHE_RESULT_MISS << 16)
|
||||||
[event14:base-stat]
|
[event23:base-stat]
|
||||||
fd=14
|
fd=23
|
||||||
type=3
|
type=3
|
||||||
config=65538
|
config=65538
|
||||||
optional=1
|
optional=1
|
||||||
|
@ -114,8 +211,8 @@ optional=1
|
||||||
# PERF_COUNT_HW_CACHE_L1I << 0 |
|
# PERF_COUNT_HW_CACHE_L1I << 0 |
|
||||||
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
||||||
# (PERF_COUNT_HW_CACHE_RESULT_ACCESS << 16)
|
# (PERF_COUNT_HW_CACHE_RESULT_ACCESS << 16)
|
||||||
[event15:base-stat]
|
[event24:base-stat]
|
||||||
fd=15
|
fd=24
|
||||||
type=3
|
type=3
|
||||||
config=1
|
config=1
|
||||||
optional=1
|
optional=1
|
||||||
|
@ -124,8 +221,8 @@ optional=1
|
||||||
# PERF_COUNT_HW_CACHE_L1I << 0 |
|
# PERF_COUNT_HW_CACHE_L1I << 0 |
|
||||||
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
||||||
# (PERF_COUNT_HW_CACHE_RESULT_MISS << 16)
|
# (PERF_COUNT_HW_CACHE_RESULT_MISS << 16)
|
||||||
[event16:base-stat]
|
[event25:base-stat]
|
||||||
fd=16
|
fd=25
|
||||||
type=3
|
type=3
|
||||||
config=65537
|
config=65537
|
||||||
optional=1
|
optional=1
|
||||||
|
@ -134,8 +231,8 @@ optional=1
|
||||||
# PERF_COUNT_HW_CACHE_DTLB << 0 |
|
# PERF_COUNT_HW_CACHE_DTLB << 0 |
|
||||||
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
||||||
# (PERF_COUNT_HW_CACHE_RESULT_ACCESS << 16)
|
# (PERF_COUNT_HW_CACHE_RESULT_ACCESS << 16)
|
||||||
[event17:base-stat]
|
[event26:base-stat]
|
||||||
fd=17
|
fd=26
|
||||||
type=3
|
type=3
|
||||||
config=3
|
config=3
|
||||||
optional=1
|
optional=1
|
||||||
|
@ -144,8 +241,8 @@ optional=1
|
||||||
# PERF_COUNT_HW_CACHE_DTLB << 0 |
|
# PERF_COUNT_HW_CACHE_DTLB << 0 |
|
||||||
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
||||||
# (PERF_COUNT_HW_CACHE_RESULT_MISS << 16)
|
# (PERF_COUNT_HW_CACHE_RESULT_MISS << 16)
|
||||||
[event18:base-stat]
|
[event27:base-stat]
|
||||||
fd=18
|
fd=27
|
||||||
type=3
|
type=3
|
||||||
config=65539
|
config=65539
|
||||||
optional=1
|
optional=1
|
||||||
|
@ -154,8 +251,8 @@ optional=1
|
||||||
# PERF_COUNT_HW_CACHE_ITLB << 0 |
|
# PERF_COUNT_HW_CACHE_ITLB << 0 |
|
||||||
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
||||||
# (PERF_COUNT_HW_CACHE_RESULT_ACCESS << 16)
|
# (PERF_COUNT_HW_CACHE_RESULT_ACCESS << 16)
|
||||||
[event19:base-stat]
|
[event28:base-stat]
|
||||||
fd=19
|
fd=28
|
||||||
type=3
|
type=3
|
||||||
config=4
|
config=4
|
||||||
optional=1
|
optional=1
|
||||||
|
@ -164,8 +261,8 @@ optional=1
|
||||||
# PERF_COUNT_HW_CACHE_ITLB << 0 |
|
# PERF_COUNT_HW_CACHE_ITLB << 0 |
|
||||||
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
# (PERF_COUNT_HW_CACHE_OP_READ << 8) |
|
||||||
# (PERF_COUNT_HW_CACHE_RESULT_MISS << 16)
|
# (PERF_COUNT_HW_CACHE_RESULT_MISS << 16)
|
||||||
[event20:base-stat]
|
[event29:base-stat]
|
||||||
fd=20
|
fd=29
|
||||||
type=3
|
type=3
|
||||||
config=65540
|
config=65540
|
||||||
optional=1
|
optional=1
|
||||||
|
@ -174,8 +271,8 @@ optional=1
|
||||||
# PERF_COUNT_HW_CACHE_L1D << 0 |
|
# PERF_COUNT_HW_CACHE_L1D << 0 |
|
||||||
# (PERF_COUNT_HW_CACHE_OP_PREFETCH << 8) |
|
# (PERF_COUNT_HW_CACHE_OP_PREFETCH << 8) |
|
||||||
# (PERF_COUNT_HW_CACHE_RESULT_ACCESS << 16)
|
# (PERF_COUNT_HW_CACHE_RESULT_ACCESS << 16)
|
||||||
[event21:base-stat]
|
[event30:base-stat]
|
||||||
fd=21
|
fd=30
|
||||||
type=3
|
type=3
|
||||||
config=512
|
config=512
|
||||||
optional=1
|
optional=1
|
||||||
|
@ -184,8 +281,8 @@ optional=1
|
||||||
# PERF_COUNT_HW_CACHE_L1D << 0 |
|
# PERF_COUNT_HW_CACHE_L1D << 0 |
|
||||||
# (PERF_COUNT_HW_CACHE_OP_PREFETCH << 8) |
|
# (PERF_COUNT_HW_CACHE_OP_PREFETCH << 8) |
|
||||||
# (PERF_COUNT_HW_CACHE_RESULT_MISS << 16)
|
# (PERF_COUNT_HW_CACHE_RESULT_MISS << 16)
|
||||||
[event22:base-stat]
|
[event31:base-stat]
|
||||||
fd=22
|
fd=31
|
||||||
type=3
|
type=3
|
||||||
config=66048
|
config=66048
|
||||||
optional=1
|
optional=1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user