Lines Matching refs:intel_bts_pmu
46 struct perf_pmu *intel_bts_pmu; member
74 struct perf_pmu *intel_bts_pmu = btsr->intel_bts_pmu; in intel_bts_info_fill() local
100 auxtrace_info->priv[INTEL_BTS_PMU_TYPE] = intel_bts_pmu->type; in intel_bts_info_fill()
116 struct perf_pmu *intel_bts_pmu = btsr->intel_bts_pmu; in intel_bts_recording_options() local
125 if (evsel->attr.type == intel_bts_pmu->type) { in intel_bts_recording_options()
328 if (evsel->attr.type == btsr->intel_bts_pmu->type) in intel_bts_snapshot_start()
341 if (evsel->attr.type == btsr->intel_bts_pmu->type) in intel_bts_snapshot_finish()
423 if (evsel->attr.type == btsr->intel_bts_pmu->type) in intel_bts_read_finish()
432 struct perf_pmu *intel_bts_pmu = perf_pmu__find(INTEL_BTS_PMU_NAME); in intel_bts_recording_init() local
435 if (!intel_bts_pmu) in intel_bts_recording_init()
449 btsr->intel_bts_pmu = intel_bts_pmu; in intel_bts_recording_init()