Searched refs:perf_home_perfconfig (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/perf/util/
H A Dconfig.h41 const char *perf_home_perfconfig(void);
H A Dconfig.c579 const char *perf_home_perfconfig(void) function
747 if (perf_config_global() && perf_home_perfconfig()) {
748 if (perf_config_from_file(collect_config, perf_home_perfconfig(), set) < 0)
/linux-master/tools/perf/
H A Dbuiltin-daemon.c1115 else if (perf_config_global() && perf_home_perfconfig())
1116 daemon->config_real = strdup(perf_home_perfconfig());

Completed in 114 milliseconds