Home
last modified time | relevance | path

Searched refs:perf_etc_perfconfig (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/
H A Dbuiltin-config.c166 config_exclusive_filename = perf_etc_perfconfig(); in perf_config__set_variable()
215 config_exclusive_filename = perf_etc_perfconfig(); in cmd_config()
H A Dbuiltin-daemon.c1114 if (perf_config_system() && !access(perf_etc_perfconfig(), R_OK)) in setup_config()
1115 daemon->config_real = strdup(perf_etc_perfconfig()); in setup_config()
/linux/tools/perf/util/
H A Dconfig.c543 const char *perf_etc_perfconfig(void) in perf_etc_perfconfig() function
741 if (strcmp(config_file_name, perf_etc_perfconfig()) == 0) { in collect_config()
770 if (perf_config_system() && !access(perf_etc_perfconfig(), R_OK)) { in perf_config_set__init()
771 if (perf_config_from_file(collect_config, perf_etc_perfconfig(), set) < 0) in perf_config_set__init()
H A Dconfig.h41 const char *perf_etc_perfconfig(void);