Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Darm-spe.c59 struct arm_spe { struct
106 struct arm_spe *spe; argument
137 static void arm_spe_dump(struct arm_spe *spe __maybe_unused, in arm_spe_dump()
176 static void arm_spe_dump_event(struct arm_spe *spe, unsigned char *buf, in arm_spe_dump_event()
228 static struct arm_spe_queue *arm_spe__alloc_queue(struct arm_spe *spe, in arm_spe__alloc_queue()
278 static inline u8 arm_spe_cpumode(struct arm_spe *spe, u64 ip) in arm_spe_cpumode()
285 static void arm_spe_set_pid_tid_cpu(struct arm_spe *spe, in arm_spe_set_pid_tid_cpu()
312 struct arm_spe *spe = speq->spe; in arm_spe_set_tid()
323 static u64 *arm_spe__get_metadata_by_cpu(struct arm_spe *spe, int cpu) in arm_spe__get_metadata_by_cpu()
366 static void arm_spe_prep_sample(struct arm_spe *spe, in arm_spe_prep_sample()
[all …]
/linux/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/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/'
206 perf record -e arm_spe/event_filter=2/ -- ./mybench
210 perf record -e arm_spe/event_filter=0x80/ -- ./mybench
246 0 arm_spe//
259 The arm_spe// and dummy:u events are implementation details and are expected to be empty.
283 - "Cannot find PMU `arm_spe'. Missing kernel support?"
320 perf record -e arm_spe/discard/ -a -N -B --no-bpf-event -o - > /dev/null &