Lines Matching refs:intel_bts
51 struct intel_bts { struct
74 struct intel_bts *bts; argument
93 static void intel_bts_dump(struct intel_bts *bts __maybe_unused, in intel_bts_dump()
131 static void intel_bts_dump_event(struct intel_bts *bts, unsigned char *buf, in intel_bts_dump_event()
138 static int intel_bts_lost(struct intel_bts *bts, struct perf_sample *sample) in intel_bts_lost()
155 static struct intel_bts_queue *intel_bts_alloc_queue(struct intel_bts *bts, in intel_bts_alloc_queue()
173 static int intel_bts_setup_queue(struct intel_bts *bts, in intel_bts_setup_queue()
213 static int intel_bts_setup_queues(struct intel_bts *bts) in intel_bts_setup_queues()
227 static inline int intel_bts_update_queues(struct intel_bts *bts) in intel_bts_update_queues()
276 struct intel_bts *bts = btsq->bts; in intel_bts_synth_branch_sample()
360 static int intel_bts_synth_error(struct intel_bts *bts, int cpu, pid_t pid, in intel_bts_synth_error()
553 static int intel_bts_process_tid_exit(struct intel_bts *bts, pid_t tid) in intel_bts_process_tid_exit()
568 static int intel_bts_process_queues(struct intel_bts *bts, u64 timestamp) in intel_bts_process_queues()
612 struct intel_bts *bts = container_of(session->auxtrace, struct intel_bts, in intel_bts_process_event()
655 struct intel_bts *bts = container_of(session->auxtrace, struct intel_bts, in intel_bts_process_auxtrace_event()
696 struct intel_bts *bts = container_of(session->auxtrace, struct intel_bts, in intel_bts_flush()
724 struct intel_bts *bts = container_of(session->auxtrace, struct intel_bts, in intel_bts_free_events()
738 struct intel_bts *bts = container_of(session->auxtrace, struct intel_bts, in intel_bts_free()
776 static int intel_bts_synth_events(struct intel_bts *bts, in intel_bts_synth_events()
869 struct intel_bts *bts; in intel_bts_process_auxtrace_info()
876 bts = zalloc(sizeof(struct intel_bts)); in intel_bts_process_auxtrace_info()