Home
last modified time | relevance | path

Searched refs:perf_pmu__file_exists (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/tools/perf/util/
Dpmu.h265 bool perf_pmu__file_exists(const struct perf_pmu *pmu, const char *name);
Dpmu.c451 has_sysfs_event = perf_pmu__file_exists(pmu, event_file_name); in perf_pmu__find_alias()
456 has_sysfs_event = perf_pmu__file_exists(pmu, event_file_name); in perf_pmu__find_alias()
2172 bool perf_pmu__file_exists(const struct perf_pmu *pmu, const char *name) in perf_pmu__file_exists() function
/linux-6.14.4/tools/perf/arch/arm/util/
Dcs-etm.c618 return perf_pmu__file_exists(pmu, pmu_path); in cs_etm_pmu_path_exists()