Home
last modified time | relevance | path

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

/external/linux-tools-perf/util/
Dconfig.c357 static int perf_config_from_file(config_fn_t fn, const char *filename, void *data) in perf_config_from_file() function
406 return perf_config_from_file(fn, config_exclusive_filename, data); in perf_config()
408 ret += perf_config_from_file(fn, perf_etc_perfconfig(), in perf_config()
417 ret += perf_config_from_file(fn, user_config, data); in perf_config()