Searched refs:perf_config_from_file (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | config.c | 498 static int perf_config_from_file(config_fn_t fn, const char *filename, void *data) in perf_config_from_file() function 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()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | config.c | 492 int perf_config_from_file(config_fn_t fn, const char *filename, void *data) in perf_config_from_file() function 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()
|
H A D | config.h | 30 int perf_config_from_file(config_fn_t fn, const char *filename, void *data);
|
Completed in 3 milliseconds