Searched refs:btsq (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/perf/util/
H A Dintel-bts.c151 struct intel_bts_queue *btsq; local
153 btsq = zalloc(sizeof(struct intel_bts_queue));
154 if (!btsq)
157 btsq->bts = bts;
158 btsq->queue_nr = queue_nr;
159 btsq->pid = -1;
160 btsq->tid = -1;
161 btsq->cpu = -1;
163 return btsq;
170 struct intel_bts_queue *btsq local
272 intel_bts_synth_branch_sample(struct intel_bts_queue *btsq, struct branch *branch) argument
318 intel_bts_get_next_insn(struct intel_bts_queue *btsq, u64 ip) argument
362 intel_bts_get_branch_type(struct intel_bts_queue *btsq, struct branch *branch) argument
406 intel_bts_process_buffer(struct intel_bts_queue *btsq, struct auxtrace_buffer *buffer, struct thread *thread) argument
445 intel_bts_process_queue(struct intel_bts_queue *btsq, u64 *timestamp) argument
522 intel_bts_flush_queue(struct intel_bts_queue *btsq) argument
544 struct intel_bts_queue *btsq = queue->priv; local
557 struct intel_bts_queue *btsq; local
699 struct intel_bts_queue *btsq = priv; local
[all...]
/linux-master/arch/x86/kernel/
H A Dhead_64.S397 btsq $_PAGE_BIT_NX,early_pmd_flags(%rip)

Completed in 113 milliseconds