File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ Following tests are defined (with perf commands):
60
60
perf record -R kill (test-record-raw)
61
61
perf record -c 2 -e arm_spe_0// -- kill (test-record-spe-period)
62
62
perf record -e arm_spe_0/period=3/ -- kill (test-record-spe-period-term)
63
+ perf record -e arm_spe_0/pa_enable=1/ -- kill (test-record-spe-physical-address)
63
64
perf stat -e cycles kill (test-stat-basic)
64
65
perf stat kill (test-stat-default)
65
66
perf stat -d kill (test-stat-detailed-1)
Original file line number Diff line number Diff line change
1
+ [config]
2
+ command = record
3
+ args = --no-bpf-event -e arm_spe_0/pa_enable=1/ -- kill >/dev/null 2>&1
4
+ ret = 1
5
+ arch = aarch64
6
+
7
+ [event-10:base-record-spe]
8
+ # 622727 is the decimal of IP|TID|TIME|CPU|IDENTIFIER|DATA_SRC|PHYS_ADDR
9
+ sample_type=622727
10
+
11
+ # dummy event
12
+ [event-1:base-record-spe]
You can’t perform that action at this time.
0 commit comments