Home
last modified time | relevance | path

Searched refs:INTEL_PT_PMU_NAME (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/arch/x86/util/
H A Dintel-pt.c530 name, INTEL_PT_PMU_NAME, valid_str);
608 pr_err(INTEL_PT_PMU_NAME " supports at most one event with aux-output\n"); in intel_pt_too_many_aux_output()
635 pr_err("There may be only one " INTEL_PT_PMU_NAME " event\n"); in intel_pt_recording_options()
649 pr_err("Snapshot mode (-S option) requires " INTEL_PT_PMU_NAME " PMU event (-e " INTEL_PT_PMU_NAME ")\n"); in intel_pt_recording_options()
654 pr_err("Snapshot mode (" INTEL_PT_PMU_NAME " PMU) and sample trace cannot be used together\n"); in intel_pt_recording_options()
659 pr_err("Cannot use clockid (-k option) with " INTEL_PT_PMU_NAME "\n"); in intel_pt_recording_options()
1197 struct perf_pmu *intel_pt_pmu = perf_pmus__find(INTEL_PT_PMU_NAME); in intel_pt_recording_init()
H A Dpmu.c272 if (!strcmp(pmu->name, INTEL_PT_PMU_NAME)) { in perf_pmu__arch_init()
/linux/tools/perf/util/
H A Dintel-pt.h10 #define INTEL_PT_PMU_NAME "intel_pt" macro
H A Dintel-pt.c4474 intel_pt_log_set_name(INTEL_PT_PMU_NAME); in intel_pt_process_auxtrace_info()