Lines Matching defs:arm_spe

38 struct arm_spe {
73 struct arm_spe *spe;
89 static void arm_spe_dump(struct arm_spe *spe __maybe_unused,
128 static void arm_spe_dump_event(struct arm_spe *spe, unsigned char *buf,
180 static struct arm_spe_queue *arm_spe__alloc_queue(struct arm_spe *spe,
218 static inline u8 arm_spe_cpumode(struct arm_spe *spe, u64 ip)
225 static void arm_spe_prep_sample(struct arm_spe *spe,
255 arm_spe_deliver_synth_event(struct arm_spe *spe,
279 struct arm_spe *spe = speq->spe;
294 struct arm_spe *spe = speq->spe;
365 struct arm_spe *spe = speq->spe;
398 static int arm_spe__setup_queue(struct arm_spe *spe,
445 static int arm_spe__setup_queues(struct arm_spe *spe)
459 static int arm_spe__update_queues(struct arm_spe *spe)
469 static bool arm_spe__is_timeless_decoding(struct arm_spe *spe)
487 static void arm_spe_set_pid_tid_cpu(struct arm_spe *spe,
512 static int arm_spe_process_queues(struct arm_spe *spe, u64 timestamp)
562 static int arm_spe_process_timeless_queues(struct arm_spe *spe, pid_t tid,
589 struct arm_spe *spe = container_of(session->auxtrace,
590 struct arm_spe, auxtrace);
632 struct arm_spe *spe = container_of(session->auxtrace, struct arm_spe,
670 struct arm_spe *spe = container_of(session->auxtrace, struct arm_spe,
705 struct arm_spe *spe = container_of(session->auxtrace, struct arm_spe,
719 struct arm_spe *spe = container_of(session->auxtrace, struct arm_spe,
731 struct arm_spe *spe = container_of(session->auxtrace, struct arm_spe, auxtrace);
793 arm_spe_synth_events(struct arm_spe *spe, struct perf_session *session)
933 struct arm_spe *spe;
940 spe = zalloc(sizeof(struct arm_spe));