Lines Matching refs:intel_bts_pmu
41 struct perf_pmu *intel_bts_pmu; member
69 struct perf_pmu *intel_bts_pmu = btsr->intel_bts_pmu; in intel_bts_info_fill() local
95 auxtrace_info->priv[INTEL_BTS_PMU_TYPE] = intel_bts_pmu->type; in intel_bts_info_fill()
111 struct perf_pmu *intel_bts_pmu = btsr->intel_bts_pmu; in intel_bts_recording_options() local
125 if (evsel->core.attr.type == intel_bts_pmu->type) { in intel_bts_recording_options()
328 if (evsel->core.attr.type == btsr->intel_bts_pmu->type) in intel_bts_snapshot_start()
341 if (evsel->core.attr.type == btsr->intel_bts_pmu->type) in intel_bts_snapshot_finish()
418 struct perf_pmu *intel_bts_pmu = perf_pmu__find(INTEL_BTS_PMU_NAME); in intel_bts_recording_init() local
421 if (!intel_bts_pmu) in intel_bts_recording_init()
435 btsr->intel_bts_pmu = intel_bts_pmu; in intel_bts_recording_init()
436 btsr->itr.pmu = intel_bts_pmu; in intel_bts_recording_init()