config_fn_t 144 tools/perf/util/config.c static int get_value(config_fn_t fn, void *data, char *name, unsigned int len) config_fn_t 231 tools/perf/util/config.c static int perf_parse_file(config_fn_t fn, void *data) config_fn_t 468 tools/perf/util/config.c static int perf_config_from_file(config_fn_t fn, const char *filename, void *data) config_fn_t 725 tools/perf/util/config.c int perf_config(config_fn_t fn, void *data) config_fn_t 28 tools/perf/util/config.h typedef int (*config_fn_t)(const char *, const char *, void *); config_fn_t 30 tools/perf/util/config.h int perf_config(config_fn_t fn, void *);