Lines Matching refs:intel_bts_pmu
49 struct perf_pmu *intel_bts_pmu; member
75 struct perf_pmu *intel_bts_pmu = btsr->intel_bts_pmu; in intel_bts_info_fill() local
101 auxtrace_info->priv[INTEL_BTS_PMU_TYPE] = intel_bts_pmu->type; in intel_bts_info_fill()
117 struct perf_pmu *intel_bts_pmu = btsr->intel_bts_pmu; in intel_bts_recording_options() local
126 if (evsel->attr.type == intel_bts_pmu->type) { in intel_bts_recording_options()
329 if (evsel->attr.type == btsr->intel_bts_pmu->type) in intel_bts_snapshot_start()
342 if (evsel->attr.type == btsr->intel_bts_pmu->type) in intel_bts_snapshot_finish()
424 if (evsel->attr.type == btsr->intel_bts_pmu->type) in intel_bts_read_finish()
433 struct perf_pmu *intel_bts_pmu = perf_pmu__find(INTEL_BTS_PMU_NAME); in intel_bts_recording_init() local
436 if (!intel_bts_pmu) in intel_bts_recording_init()
445 btsr->intel_bts_pmu = intel_bts_pmu; in intel_bts_recording_init()