Home
last modified time | relevance | path

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

/external/linux-tools-perf/util/
Dcache.h23 extern int perf_config_int(const char *, const char *);
Dconfig.c306 int perf_config_int(const char *name, const char *value) in perf_config_int() function
326 return perf_config_int(name, value); in perf_config_bool_or_int()
Dhelp.c246 autocorrect = perf_config_int(var,value); in perf_unknown_cmd_config()