Searched refs:perf_config_from_file (Results 1 – 1 of 1) sorted by relevance
/linux-6.14.4/tools/perf/util/ |
D | config.c | 525 static int perf_config_from_file(config_fn_t fn, const char *filename, void *data) in perf_config_from_file() function 769 return perf_config_from_file(collect_config, config_exclusive_filename, set); in perf_config_set__init() 771 if (perf_config_from_file(collect_config, perf_etc_perfconfig(), set) < 0) in perf_config_set__init() 775 if (perf_config_from_file(collect_config, perf_home_perfconfig(), set) < 0) in perf_config_set__init() 801 perf_config_from_file(collect_config, file, set); in perf_config_set__load_file()
|