Home
last modified time | relevance | path

Searched refs:file_available (Results 1 – 6 of 6) sorted by relevance

/linux/tools/perf/util/
H A Dfncache.h4 bool file_available(const char *name);
H A Dtracepoint.c48 have_file = file_available(dst); in is_valid_tracepoint()
H A Dfncache.c59 bool file_available(const char *name) in file_available() function
H A Dpmu.c886 return file_available(path); in is_sysfs_pmu_core()
2397 !file_available(path)) in perf_pmu__open_file()
2455 return file_available(path); in perf_pmu__file_exists()
/linux/tools/perf/tests/
H A Dpmu.c417 if (!file_available(path)) in test__pmu_event_names()
H A Dparse-events.c2833 if (!file_available(path)) in test_alias()