Home
last modified time | relevance | path

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

/tools/perf/util/
Dconfig.h35 const char *perf_etc_perfconfig(void);
Dconfig.c486 const char *perf_etc_perfconfig(void) in perf_etc_perfconfig() function
630 if (strcmp(config_file_name, perf_etc_perfconfig()) == 0) { in collect_config()
662 if (perf_config_system() && !access(perf_etc_perfconfig(), R_OK)) { in perf_config_set__init()
663 if (perf_config_from_file(collect_config, perf_etc_perfconfig(), set) < 0) in perf_config_set__init()
/tools/perf/
Dbuiltin-config.c175 config_exclusive_filename = perf_etc_perfconfig(); in cmd_config()