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

/linux-4.4.14/tools/perf/util/
H A Dconfig.c419 static int perf_config_from_file(config_fn_t fn, const char *filename, void *data) perf_config_from_file() function
468 return perf_config_from_file(fn, config_exclusive_filename, data); perf_config()
470 ret += perf_config_from_file(fn, perf_etc_perfconfig(), perf_config()
498 ret += perf_config_from_file(fn, user_config, data); perf_config()

Completed in 41 milliseconds