Home
last modified time | relevance | path

Searched refs:perf_etc_perfconfig (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dconfig.c510 const char *perf_etc_perfconfig(void) in perf_etc_perfconfig() function
654 if (strcmp(config_file_name, perf_etc_perfconfig()) == 0) { in collect_config()
686 if (perf_config_system() && !access(perf_etc_perfconfig(), R_OK)) { in perf_config_set__init()
687 if (perf_config_from_file(collect_config, perf_etc_perfconfig(), set) < 0) in perf_config_set__init()
H A Dconfig.h38 const char *perf_etc_perfconfig(void);
/kernel/linux/linux-6.6/tools/perf/util/
H A Dconfig.h40 const char *perf_etc_perfconfig(void);
H A 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()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-config.c175 config_exclusive_filename = perf_etc_perfconfig(); in cmd_config()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-config.c177 config_exclusive_filename = perf_etc_perfconfig(); in cmd_config()
H A 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()

Completed in 5 milliseconds