Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dconfig.c558 int perf_config_system(void) in perf_config_system() function
771 if (perf_config_system() && !access(perf_etc_perfconfig(), R_OK)) { in perf_config_set__init()
/linux/tools/perf/
H A Dbuiltin-daemon.c1114 if (perf_config_system() && !access(perf_etc_perfconfig(), R_OK)) in setup_config()