Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
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()
Dconfig.h38 const char *perf_etc_perfconfig(void);
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-config.c175 config_exclusive_filename = perf_etc_perfconfig(); in cmd_config()