Home
last modified time | relevance | path

Searched refs:perf_config_bool (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/tools/perf/util/
Dconfig.c366 int perf_config_bool(const char *name, const char *value) in perf_config_bool() function
390 symbol_conf.show_hist_headers = perf_config_bool(var, value); in perf_ui_config()
444 return v ? perf_config_bool(k, v) : def; in perf_env_bool()
Dcache.h27 extern int perf_config_bool(const char *, const char *);
Dpager.c99 return env ? perf_config_bool("PERF_PAGER_IN_USE", env) : 0; in pager_in_use()
Dcolor.c20 if (!perf_config_bool(var, value)) in perf_config_colorbool()
/linux-4.1.27/tools/perf/
Dperf.c78 c->val = perf_config_bool(var, value); in pager_command_config()
96 c->val = perf_config_bool(var, value); in browser_command_config()
98 c->val = perf_config_bool(var, value) ? 2 : 0; in browser_command_config()
Dbuiltin-report.c70 symbol_conf.event_group = perf_config_bool(var, value); in report__config()
78 symbol_conf.cumulate_callchain = perf_config_bool(var, value); in report__config()
Dbuiltin-top.c1032 symbol_conf.cumulate_callchain = perf_config_bool(var, value); in perf_top_config()
/linux-4.1.27/tools/perf/ui/browsers/
Dannotate.c1032 *cfg->value = perf_config_bool(name, value); in annotate__config()