Home
last modified time | relevance | path

Searched refs:arm_spe (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/tools/perf/util/
H A Darm-spe.c42 struct arm_spe { struct
90 struct arm_spe *spe; argument
297 struct arm_spe *spe = speq->spe; in arm_spe_set_tid()
366 struct arm_spe *spe = speq->spe; in arm_spe__prep_branch_stack()
1194 struct arm_spe, auxtrace); in arm_spe_process_event()
1239 struct arm_spe *spe = container_of(session->auxtrace, struct arm_spe, in arm_spe_process_auxtrace_event()
1277 struct arm_spe *spe = container_of(session->auxtrace, struct arm_spe, in arm_spe_flush()
1388 struct arm_spe *spe = container_of(session->auxtrace, struct arm_spe, in arm_spe_free_events()
1402 struct arm_spe *spe = container_of(session->auxtrace, struct arm_spe, in arm_spe_free()
1415 struct arm_spe *spe = container_of(session->auxtrace, struct arm_spe, auxtrace); in arm_spe_evsel_is_auxtrace()
[all …]
/linux-6.15/tools/perf/tests/shell/
H A Dtest_arm_spe.sh70 perf record -o ${perfdata} -e arm_spe// -S \
100 perf record -o ${perfdata} -e arm_spe// -a --no-bpf-event \
129 perf record -o ${perfdata} -e arm_spe/discard/ -N -B --no-bpf-event \
H A Dtest_arm_spe_fork.sh28 perf record -o ${PERF_DATA} -e arm_spe/period=65536/ -vvv -- $TEST_PROGRAM > ${PERF_RECORD_LOG} 2>&…
/linux-6.15/tools/perf/Documentation/
H A Dperf-arm-spe.txt11 'perf record' -e arm_spe//
133 perf record -e arm_spe// -- ./mybench
142 arm_spe/load_filter=1,min_latency=10/'
168 perf record -e arm_spe/event_filter=2/ -- ./mybench
172 perf record -e arm_spe/event_filter=0x80/ -- ./mybench
183 0 arm_spe//
195 The arm_spe// and dummy:u events are implementation details and are expected to be empty.
210 - "Cannot find PMU `arm_spe'. Missing kernel support?"
247 perf record -e arm_spe/discard/ -a -N -B --no-bpf-event -o - > /dev/null &