INTEL_PT_PMU_NAME
intel_pt_pmu = perf_pmus__find(INTEL_PT_PMU_NAME);
struct perf_pmu *intel_pt_pmu = perf_pmus__find(INTEL_PT_PMU_NAME);
name, INTEL_PT_PMU_NAME, valid_str);
pr_err(INTEL_PT_PMU_NAME " supports at most one event with aux-output\n");
pr_err("There may be only one " INTEL_PT_PMU_NAME " event\n");
pr_err("Snapshot mode (-S option) requires " INTEL_PT_PMU_NAME " PMU event (-e " INTEL_PT_PMU_NAME ")\n");
pr_err("Snapshot mode (" INTEL_PT_PMU_NAME " PMU) and sample trace cannot be used together\n");
pr_err("Cannot use clockid (-k option) with " INTEL_PT_PMU_NAME "\n");
if (!strcmp(pmu->name, INTEL_PT_PMU_NAME)) {
intel_pt_log_set_name(INTEL_PT_PMU_NAME);