Home
last modified time | relevance | path

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

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