Lines Matching refs:arm_spe

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