Searched refs:INTEL_PT_PMU_NAME (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/perf/util/
H A Dintel-pt.h10 #define INTEL_PT_PMU_NAME "intel_pt" macro
H A Dintel-pt.c4224 intel_pt_log_set_name(INTEL_PT_PMU_NAME);
/linux-master/tools/perf/arch/x86/util/
H A Dauxtrace.c29 intel_pt_pmu = perf_pmus__find(INTEL_PT_PMU_NAME);
H A Dpmu.c24 if (!strcmp(pmu->name, INTEL_PT_PMU_NAME)) {
H A Dintel-pt.c513 name, INTEL_PT_PMU_NAME, valid_str);
591 pr_err(INTEL_PT_PMU_NAME " supports at most one event with aux-output\n");
618 pr_err("There may be only one " INTEL_PT_PMU_NAME " event\n");
631 pr_err("Snapshot mode (-S option) requires " INTEL_PT_PMU_NAME " PMU event (-e " INTEL_PT_PMU_NAME ")\n");
636 pr_err("Snapshot mode (" INTEL_PT_PMU_NAME " PMU) and sample trace cannot be used together\n");
641 pr_err("Cannot use clockid (-k option) with " INTEL_PT_PMU_NAME "\n");
1169 struct perf_pmu *intel_pt_pmu = perf_pmus__find(INTEL_PT_PMU_NAME);

Completed in 111 milliseconds