Lines Matching refs:intel_bts_queue
71 struct intel_bts_queue { struct
153 static struct intel_bts_queue *intel_bts_alloc_queue(struct intel_bts *bts, in intel_bts_alloc_queue()
156 struct intel_bts_queue *btsq; in intel_bts_alloc_queue()
158 btsq = zalloc(sizeof(struct intel_bts_queue)); in intel_bts_alloc_queue()
175 struct intel_bts_queue *btsq = queue->priv; in intel_bts_setup_queue()
270 static int intel_bts_synth_branch_sample(struct intel_bts_queue *btsq, in intel_bts_synth_branch_sample()
311 static int intel_bts_get_next_insn(struct intel_bts_queue *btsq, u64 ip) in intel_bts_get_next_insn()
374 static int intel_bts_get_branch_type(struct intel_bts_queue *btsq, in intel_bts_get_branch_type()
418 static int intel_bts_process_buffer(struct intel_bts_queue *btsq, in intel_bts_process_buffer()
450 static int intel_bts_process_queue(struct intel_bts_queue *btsq, u64 *timestamp) in intel_bts_process_queue()
526 static int intel_bts_flush_queue(struct intel_bts_queue *btsq) in intel_bts_flush_queue()
548 struct intel_bts_queue *btsq = queue->priv; in intel_bts_process_tid_exit()
561 struct intel_bts_queue *btsq; in intel_bts_process_queues()
703 struct intel_bts_queue *btsq = priv; in intel_bts_free_queue()