Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dconfig.h43 int perf_config_global(void);
H A Dconfig.c535 int perf_config_global(void) in perf_config_global() function
554 if (!home || !*home || !perf_config_global()) in home_perfconfig()
747 if (perf_config_global() && perf_home_perfconfig()) { in perf_config_set__init()
/linux/tools/perf/
H A Dbuiltin-daemon.c1116 else if (perf_config_global() && perf_home_perfconfig()) in setup_config()