Lines Matching defs:intel_bts_queue
66 struct intel_bts_queue {
148 static struct intel_bts_queue *intel_bts_alloc_queue(struct intel_bts *bts,
151 struct intel_bts_queue *btsq;
153 btsq = zalloc(sizeof(struct intel_bts_queue));
170 struct intel_bts_queue *btsq = queue->priv;
272 static int intel_bts_synth_branch_sample(struct intel_bts_queue *btsq,
318 static int intel_bts_get_next_insn(struct intel_bts_queue *btsq, u64 ip)
362 static int intel_bts_get_branch_type(struct intel_bts_queue *btsq,
406 static int intel_bts_process_buffer(struct intel_bts_queue *btsq,
445 static int intel_bts_process_queue(struct intel_bts_queue *btsq, u64 *timestamp)
522 static int intel_bts_flush_queue(struct intel_bts_queue *btsq)
544 struct intel_bts_queue *btsq = queue->priv;
557 struct intel_bts_queue *btsq;
699 struct intel_bts_queue *btsq = priv;