intel_bts_queue
static struct intel_bts_queue *intel_bts_alloc_queue(struct intel_bts *bts,
struct intel_bts_queue *btsq;
btsq = zalloc(sizeof(struct intel_bts_queue));
struct intel_bts_queue *btsq = queue->priv;
static int intel_bts_synth_branch_sample(struct intel_bts_queue *btsq,
static int intel_bts_get_next_insn(struct intel_bts_queue *btsq, u64 ip)
static int intel_bts_get_branch_type(struct intel_bts_queue *btsq,
static int intel_bts_process_buffer(struct intel_bts_queue *btsq,
static int intel_bts_process_queue(struct intel_bts_queue *btsq, u64 *timestamp)
static int intel_bts_flush_queue(struct intel_bts_queue *btsq)
struct intel_bts_queue *btsq = queue->priv;
struct intel_bts_queue *btsq;
struct intel_bts_queue *btsq = priv;