Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Dconfig.h41 int perf_config_system(void);
Dconfig.c531 int perf_config_system(void) in perf_config_system() function
743 if (perf_config_system() && !access(perf_etc_perfconfig(), R_OK)) { in perf_config_set__init()
/linux-5.19.10/tools/perf/
Dbuiltin-daemon.c1113 if (perf_config_system() && !access(perf_etc_perfconfig(), R_OK)) in setup_config()