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