Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dconfig.h28 typedef int (*config_fn_t)(const char *, const char *, void *); typedef
31 int perf_config(config_fn_t fn, void *);
35 config_fn_t fn, void *data);
H A Dconfig.c162 static int get_value(config_fn_t fn, void *data, char *name, unsigned int len) in get_value()
249 static int perf_parse_file(config_fn_t fn, void *data) in perf_parse_file()
525 static int perf_config_from_file(config_fn_t fn, const char *filename, void *data) in perf_config_from_file()
816 config_fn_t fn, void *data) in perf_config_set()
845 int perf_config(config_fn_t fn, void *data) in perf_config()