Home
last modified time | relevance | path

Searched refs:bts (Results 1 – 3 of 3) sorted by relevance

/tools/perf/util/
Dintel-bts.c73 struct intel_bts *bts; member
92 static void intel_bts_dump(struct intel_bts *bts __maybe_unused, in intel_bts_dump()
130 static void intel_bts_dump_event(struct intel_bts *bts, unsigned char *buf, in intel_bts_dump_event() argument
134 intel_bts_dump(bts, buf, len); in intel_bts_dump_event()
137 static int intel_bts_lost(struct intel_bts *bts, struct perf_sample *sample) in intel_bts_lost() argument
146 err = perf_session__deliver_synth_event(bts->session, &event, NULL); in intel_bts_lost()
154 static struct intel_bts_queue *intel_bts_alloc_queue(struct intel_bts *bts, in intel_bts_alloc_queue() argument
163 btsq->bts = bts; in intel_bts_alloc_queue()
172 static int intel_bts_setup_queue(struct intel_bts *bts, in intel_bts_setup_queue() argument
182 btsq = intel_bts_alloc_queue(bts, queue_nr); in intel_bts_setup_queue()
[all …]
DBuild82 libperf-$(CONFIG_AUXTRACE) += intel-bts.o
/tools/perf/arch/x86/util/
DBuild16 libperf-$(CONFIG_AUXTRACE) += intel-bts.o