Lines Matching refs:intel_bts

49 struct intel_bts {  struct
72 struct intel_bts *bts; argument
91 static void intel_bts_dump(struct intel_bts *bts __maybe_unused, in intel_bts_dump()
129 static void intel_bts_dump_event(struct intel_bts *bts, unsigned char *buf, in intel_bts_dump_event()
136 static int intel_bts_lost(struct intel_bts *bts, struct perf_sample *sample) in intel_bts_lost()
153 static struct intel_bts_queue *intel_bts_alloc_queue(struct intel_bts *bts, in intel_bts_alloc_queue()
171 static int intel_bts_setup_queue(struct intel_bts *bts, in intel_bts_setup_queue()
211 static int intel_bts_setup_queues(struct intel_bts *bts) in intel_bts_setup_queues()
225 static inline int intel_bts_update_queues(struct intel_bts *bts) in intel_bts_update_queues()
274 struct intel_bts *bts = btsq->bts; in intel_bts_synth_branch_sample()
356 static int intel_bts_synth_error(struct intel_bts *bts, int cpu, pid_t pid, in intel_bts_synth_error()
541 static int intel_bts_process_tid_exit(struct intel_bts *bts, pid_t tid) in intel_bts_process_tid_exit()
556 static int intel_bts_process_queues(struct intel_bts *bts, u64 timestamp) in intel_bts_process_queues()
600 struct intel_bts *bts = container_of(session->auxtrace, struct intel_bts, in intel_bts_process_event()
643 struct intel_bts *bts = container_of(session->auxtrace, struct intel_bts, in intel_bts_process_auxtrace_event()
684 struct intel_bts *bts = container_of(session->auxtrace, struct intel_bts, in intel_bts_flush()
712 struct intel_bts *bts = container_of(session->auxtrace, struct intel_bts, in intel_bts_free_events()
726 struct intel_bts *bts = container_of(session->auxtrace, struct intel_bts, in intel_bts_free()
764 static int intel_bts_synth_events(struct intel_bts *bts, in intel_bts_synth_events()
861 struct intel_bts *bts; in intel_bts_process_auxtrace_info()
868 bts = zalloc(sizeof(struct intel_bts)); in intel_bts_process_auxtrace_info()