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

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

Completed in 222 milliseconds