Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dconfig.c611 const char *perf_home_perfconfig(void) in perf_home_perfconfig() function
779 if (perf_config_global() && perf_home_perfconfig()) { in perf_config_set__init()
780 if (perf_config_from_file(collect_config, perf_home_perfconfig(), set) < 0) in perf_config_set__init()
/linux/tools/perf/
H A Dbuiltin-daemon.c1114 else if (perf_config_global() && perf_home_perfconfig()) in setup_config()
1115 daemon->config_real = strdup(perf_home_perfconfig()); in setup_config()