Home
last modified time | relevance | path

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

/linux/tools/perf/arch/arm/util/
H A Dauxtrace.c74 if (strstr(dent->d_name, HISI_PTT_PMU_NAME)) in find_all_hisi_ptt_pmus()
90 if (strstr(dent->d_name, HISI_PTT_PMU_NAME) && idx < *nr_ptts) { in find_all_hisi_ptt_pmus()
H A Dpmu.c37 } else if (strstarts(pmu->name, HISI_PTT_PMU_NAME)) { in perf_pmu__arch_init()
/linux/tools/perf/util/
H A Dhisi-ptt.h10 #define HISI_PTT_PMU_NAME "hisi_ptt" macro
/linux/tools/perf/arch/arm64/util/
H A Dhisi-ptt.c111 pr_err("There may be only one " HISI_PTT_PMU_NAME "x event\n"); in hisi_ptt_recording_options()