Searched refs:config_fn_t (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/tools/perf/util/ |
D | config.h | 28 typedef int (*config_fn_t)(const char *, const char *, void *); typedef 30 int perf_config(config_fn_t fn, void *);
|
D | config.c | 139 static int get_value(config_fn_t fn, void *data, char *name, unsigned int len) in get_value() 226 static int perf_parse_file(config_fn_t fn, void *data) in perf_parse_file() 460 static int perf_config_from_file(config_fn_t fn, const char *filename, void *data) in perf_config_from_file() 718 int perf_config(config_fn_t fn, void *data) in perf_config()
|