Lines Matching refs:intel_bts
44 struct intel_bts { struct
67 struct intel_bts *bts; argument
86 static void intel_bts_dump(struct intel_bts *bts __maybe_unused, in intel_bts_dump()
124 static void intel_bts_dump_event(struct intel_bts *bts, unsigned char *buf, in intel_bts_dump_event()
131 static int intel_bts_lost(struct intel_bts *bts, struct perf_sample *sample) in intel_bts_lost()
148 static struct intel_bts_queue *intel_bts_alloc_queue(struct intel_bts *bts, in intel_bts_alloc_queue()
166 static int intel_bts_setup_queue(struct intel_bts *bts, in intel_bts_setup_queue()
206 static int intel_bts_setup_queues(struct intel_bts *bts) in intel_bts_setup_queues()
220 static inline int intel_bts_update_queues(struct intel_bts *bts) in intel_bts_update_queues()
265 static inline u8 intel_bts_cpumode(struct intel_bts *bts, uint64_t ip) in intel_bts_cpumode()
276 struct intel_bts *bts = btsq->bts; in intel_bts_synth_branch_sample()
344 static int intel_bts_synth_error(struct intel_bts *bts, int cpu, pid_t pid, in intel_bts_synth_error()
537 static int intel_bts_process_tid_exit(struct intel_bts *bts, pid_t tid) in intel_bts_process_tid_exit()
552 static int intel_bts_process_queues(struct intel_bts *bts, u64 timestamp) in intel_bts_process_queues()
596 struct intel_bts *bts = container_of(session->auxtrace, struct intel_bts, in intel_bts_process_event()
639 struct intel_bts *bts = container_of(session->auxtrace, struct intel_bts, in intel_bts_process_auxtrace_event()
680 struct intel_bts *bts = container_of(session->auxtrace, struct intel_bts, in intel_bts_flush()
708 struct intel_bts *bts = container_of(session->auxtrace, struct intel_bts, in intel_bts_free_events()
722 struct intel_bts *bts = container_of(session->auxtrace, struct intel_bts, in intel_bts_free()
734 struct intel_bts *bts = container_of(session->auxtrace, struct intel_bts, in intel_bts_evsel_is_auxtrace()
769 static int intel_bts_synth_events(struct intel_bts *bts, in intel_bts_synth_events()
862 struct intel_bts *bts; in intel_bts_process_auxtrace_info()
869 bts = zalloc(sizeof(struct intel_bts)); in intel_bts_process_auxtrace_info()