Home
last modified time | relevance | path

Searched refs:collect_config (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dconfig.c609 static int collect_config(const char *var, const char *value, in collect_config() function
673 return collect_config(var, value, set); in perf_config_set__collect()
685 return perf_config_from_file(collect_config, config_exclusive_filename, set); in perf_config_set__init()
687 if (perf_config_from_file(collect_config, perf_etc_perfconfig(), set) < 0) in perf_config_set__init()
721 ret = perf_config_from_file(collect_config, user_config, set); in perf_config_set__init()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dconfig.c669 static int collect_config(const char *var, const char *value, in collect_config() function
733 return collect_config(var, value, set); in perf_config_set__collect()
742 return perf_config_from_file(collect_config, config_exclusive_filename, set); in perf_config_set__init()
744 if (perf_config_from_file(collect_config, perf_etc_perfconfig(), set) < 0) in perf_config_set__init()
748 if (perf_config_from_file(collect_config, perf_home_perfconfig(), set) < 0) in perf_config_set__init()
774 perf_config_from_file(collect_config, file, set); in perf_config_set__load_file()

Completed in 3 milliseconds