OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:perf_config_int
(Results
1 - 3
of
3
) sorted by null
/external/linux-tools-perf/src/tools/perf/util/
cache.h
24
extern int
perf_config_int
(const char *, const char *);
config.c
309
int
perf_config_int
(const char *name, const char *value)
function
329
return
perf_config_int
(name, value);
help.c
241
autocorrect =
perf_config_int
(var,value);
Completed in 5055 milliseconds