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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dcache.h20 typedef int (*config_fn_t)(const char *, const char *, void *); typedef
22 extern int perf_config(config_fn_t fn, void *);
H A Dconfig.c123 static int get_value(config_fn_t fn, void *data, char *name, unsigned int len)
210 static int perf_parse_file(config_fn_t fn, void *data)
357 static int perf_config_from_file(config_fn_t fn, const char *filename, void *data)
399 int perf_config(config_fn_t fn, void *data)

Completed in 165 milliseconds