Lines Matching defs:arm_spe

40 struct arm_spe {
84 struct arm_spe *spe;
101 static void arm_spe_dump(struct arm_spe *spe __maybe_unused,
140 static void arm_spe_dump_event(struct arm_spe *spe, unsigned char *buf,
192 static struct arm_spe_queue *arm_spe__alloc_queue(struct arm_spe *spe,
231 static inline u8 arm_spe_cpumode(struct arm_spe *spe, u64 ip)
238 static void arm_spe_set_pid_tid_cpu(struct arm_spe *spe,
265 struct arm_spe *spe = speq->spe;
295 static void arm_spe_prep_sample(struct arm_spe *spe,
325 arm_spe_deliver_synth_event(struct arm_spe *spe,
348 struct arm_spe *spe = speq->spe;
368 struct arm_spe *spe = speq->spe;
386 struct arm_spe *spe = speq->spe;
550 struct arm_spe *spe = speq->spe;
639 struct arm_spe *spe = speq->spe;
716 static int arm_spe__setup_queue(struct arm_spe *spe,
763 static int arm_spe__setup_queues(struct arm_spe *spe)
777 static int arm_spe__update_queues(struct arm_spe *spe)
787 static bool arm_spe__is_timeless_decoding(struct arm_spe *spe)
805 static int arm_spe_process_queues(struct arm_spe *spe, u64 timestamp)
860 static int arm_spe_process_timeless_queues(struct arm_spe *spe, pid_t tid,
880 static int arm_spe_context_switch(struct arm_spe *spe, union perf_event *event,
906 struct arm_spe *spe = container_of(session->auxtrace,
907 struct arm_spe, auxtrace);
952 struct arm_spe *spe = container_of(session->auxtrace, struct arm_spe,
990 struct arm_spe *spe = container_of(session->auxtrace, struct arm_spe,
1033 struct arm_spe *spe = container_of(session->auxtrace, struct arm_spe,
1047 struct arm_spe *spe = container_of(session->auxtrace, struct arm_spe,
1059 struct arm_spe *spe = container_of(session->auxtrace, struct arm_spe, auxtrace);
1121 arm_spe_synth_events(struct arm_spe *spe, struct perf_session *session)
1298 struct arm_spe *spe;
1305 spe = zalloc(sizeof(struct arm_spe));