Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dconfig.c367 int perf_config_bool(const char *name, const char *value) in perf_config_bool() function
391 symbol_conf.show_hist_headers = perf_config_bool(var, value); in perf_ui_config()
448 return v ? perf_config_bool(k, v) : def; in perf_env_bool()
Dcache.h27 extern int perf_config_bool(const char *, const char *);
Dpager.c94 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()
Dintel-pt.c1977 pt->mispred_all = perf_config_bool(var, value); in intel_pt_perf_config()
/linux-4.4.14/tools/perf/
Dperf.c80 c->val = perf_config_bool(var, value); in pager_command_config()
98 c->val = perf_config_bool(var, value); in browser_command_config()
100 c->val = perf_config_bool(var, value) ? 2 : 0; in browser_command_config()
Dbuiltin-report.c74 symbol_conf.event_group = perf_config_bool(var, value); in report__config()
82 symbol_conf.cumulate_callchain = perf_config_bool(var, value); in report__config()
Dbuiltin-top.c1079 symbol_conf.cumulate_callchain = perf_config_bool(var, value); in perf_top_config()
/linux-4.4.14/tools/perf/ui/browsers/
Dannotate.c1157 *cfg->value = perf_config_bool(name, value); in annotate__config()