Symbol: intel_bts
tools/perf/util/intel-bts.c
124
static void intel_bts_dump_event(struct intel_bts *bts, unsigned char *buf,
tools/perf/util/intel-bts.c
131
static int intel_bts_lost(struct intel_bts *bts, struct perf_sample *sample)
tools/perf/util/intel-bts.c
148
static struct intel_bts_queue *intel_bts_alloc_queue(struct intel_bts *bts,
tools/perf/util/intel-bts.c
166
static int intel_bts_setup_queue(struct intel_bts *bts,
tools/perf/util/intel-bts.c
206
static int intel_bts_setup_queues(struct intel_bts *bts)
tools/perf/util/intel-bts.c
220
static inline int intel_bts_update_queues(struct intel_bts *bts)
tools/perf/util/intel-bts.c
265
static inline u8 intel_bts_cpumode(struct intel_bts *bts, uint64_t ip)
tools/perf/util/intel-bts.c
276
struct intel_bts *bts = btsq->bts;
tools/perf/util/intel-bts.c
347
static int intel_bts_synth_error(struct intel_bts *bts, int cpu, pid_t pid,
tools/perf/util/intel-bts.c
540
static int intel_bts_process_tid_exit(struct intel_bts *bts, pid_t tid)
tools/perf/util/intel-bts.c
555
static int intel_bts_process_queues(struct intel_bts *bts, u64 timestamp)
tools/perf/util/intel-bts.c
599
struct intel_bts *bts = container_of(session->auxtrace, struct intel_bts,
tools/perf/util/intel-bts.c
642
struct intel_bts *bts = container_of(session->auxtrace, struct intel_bts,
tools/perf/util/intel-bts.c
67
struct intel_bts *bts;
tools/perf/util/intel-bts.c
683
struct intel_bts *bts = container_of(session->auxtrace, struct intel_bts,
tools/perf/util/intel-bts.c
711
struct intel_bts *bts = container_of(session->auxtrace, struct intel_bts,
tools/perf/util/intel-bts.c
725
struct intel_bts *bts = container_of(session->auxtrace, struct intel_bts,
tools/perf/util/intel-bts.c
737
struct intel_bts *bts = container_of(session->auxtrace, struct intel_bts,
tools/perf/util/intel-bts.c
743
static int intel_bts_synth_events(struct intel_bts *bts,
tools/perf/util/intel-bts.c
834
struct intel_bts *bts;
tools/perf/util/intel-bts.c
841
bts = zalloc(sizeof(struct intel_bts));
tools/perf/util/intel-bts.c
86
static void intel_bts_dump(struct intel_bts *bts __maybe_unused,