Searched refs:perf_config_bool (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
D | config.c | 367 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()
|
D | cache.h | 27 extern int perf_config_bool(const char *, const char *);
|
D | pager.c | 94 return env ? perf_config_bool("PERF_PAGER_IN_USE", env) : 0; in pager_in_use()
|
D | color.c | 20 if (!perf_config_bool(var, value)) in perf_config_colorbool()
|
D | intel-pt.c | 1977 pt->mispred_all = perf_config_bool(var, value); in intel_pt_perf_config()
|
/linux-4.4.14/tools/perf/ |
D | perf.c | 80 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()
|
D | builtin-report.c | 74 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()
|
D | builtin-top.c | 1079 symbol_conf.cumulate_callchain = perf_config_bool(var, value); in perf_top_config()
|
/linux-4.4.14/tools/perf/ui/browsers/ |
D | annotate.c | 1157 *cfg->value = perf_config_bool(name, value); in annotate__config()
|