Searched refs:perf_config_bool (Results 1 - 8 of 8) sorted by relevance
/linux-4.1.27/tools/perf/util/ |
H A D | pager.c | 99 return env ? perf_config_bool("PERF_PAGER_IN_USE", env) : 0; pager_in_use()
|
H A D | cache.h | 27 extern int perf_config_bool(const char *, const char *);
|
H A D | config.c | 366 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 D | color.c | 20 if (!perf_config_bool(var, value)) perf_config_colorbool()
|
/linux-4.1.27/tools/perf/ |
H A D | perf.c | 78 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 D | builtin-report.c | 70 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 D | builtin-top.c | 1032 symbol_conf.cumulate_callchain = perf_config_bool(var, value); perf_top_config()
|
/linux-4.1.27/tools/perf/ui/browsers/ |
H A D | annotate.c | 1032 *cfg->value = perf_config_bool(name, value); annotate__config()
|
Completed in 222 milliseconds