Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/util/
Dconfig.c516 const char *perf_etc_perfconfig(void) in perf_etc_perfconfig() function
714 if (strcmp(config_file_name, perf_etc_perfconfig()) == 0) { in collect_config()
743 if (perf_config_system() && !access(perf_etc_perfconfig(), R_OK)) { in perf_config_set__init()
744 if (perf_config_from_file(collect_config, perf_etc_perfconfig(), set) < 0) in perf_config_set__init()
Dconfig.h40 const char *perf_etc_perfconfig(void);
/linux-6.6.21/tools/perf/
Dbuiltin-config.c177 config_exclusive_filename = perf_etc_perfconfig(); in cmd_config()
Dbuiltin-daemon.c1113 if (perf_config_system() && !access(perf_etc_perfconfig(), R_OK)) in setup_config()
1114 daemon->config_real = strdup(perf_etc_perfconfig()); in setup_config()