Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dhisi-ptt.h10 #define HISI_PTT_PMU_NAME "hisi_ptt" macro
/openbmc/linux/tools/perf/arch/arm/util/
H A Dpmu.c28 } else if (strstarts(pmu->name, HISI_PTT_PMU_NAME)) { in perf_pmu__get_default_config()
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()
/openbmc/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()