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()
329 if (evsel->core.attr.type == btsr->intel_bts_pmu->type) in intel_bts_snapshot_start()
342 if (evsel->core.attr.type == btsr->intel_bts_pmu->type) in intel_bts_snapshot_finish()
419 struct perf_pmu *intel_bts_pmu = perf_pmu__find(INTEL_BTS_PMU_NAME); in intel_bts_recording_init() local
422 if (!intel_bts_pmu) in intel_bts_recording_init()
436 btsr->intel_bts_pmu = intel_bts_pmu; in intel_bts_recording_init()
437 btsr->itr.pmu = intel_bts_pmu; in intel_bts_recording_init()