/kernel/linux/linux-5.10/tools/perf/ |
H A D | perf.c | 102 c->val = perf_config_bool(var, value); in pager_command_config() 121 c->val = perf_config_bool(var, value); in browser_command_config() 123 c->val = perf_config_bool(var, value) ? 2 : 0; in browser_command_config()
|
H A D | builtin-report.c | 115 symbol_conf.event_group = perf_config_bool(var, value); in report__config() 126 symbol_conf.cumulate_callchain = perf_config_bool(var, value); in report__config()
|
H A D | builtin-trace.c | 4687 trace->show_tstamp = perf_config_bool(var, value); 4689 trace->show_duration = perf_config_bool(var, value); 4691 trace->show_arg_names = perf_config_bool(var, value); 4695 bool new_show_zeros = perf_config_bool(var, value); 4702 trace->show_string_prefix = perf_config_bool(var, value); 4704 trace->opts.no_inherit = perf_config_bool(var, value);
|
H A D | builtin-top.c | 1399 symbol_conf.cumulate_callchain = perf_config_bool(var, value); in perf_top_config()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | perf.c | 112 c->val = perf_config_bool(var, value); in pager_command_config() 131 c->val = perf_config_bool(var, value); in browser_command_config() 133 c->val = perf_config_bool(var, value) ? 2 : 0; in browser_command_config()
|
H A D | builtin-report.c | 127 symbol_conf.event_group = perf_config_bool(var, value); in report__config() 138 symbol_conf.cumulate_callchain = perf_config_bool(var, value); in report__config() 154 rep->skip_empty = perf_config_bool(var, value); in report__config()
|
H A D | builtin-trace.c | 4616 trace->show_tstamp = perf_config_bool(var, value); 4618 trace->show_duration = perf_config_bool(var, value); 4620 trace->show_arg_names = perf_config_bool(var, value); 4624 bool new_show_zeros = perf_config_bool(var, value); 4631 trace->show_string_prefix = perf_config_bool(var, value); 4633 trace->opts.no_inherit = perf_config_bool(var, value);
|
H A D | builtin-top.c | 1407 symbol_conf.cumulate_callchain = perf_config_bool(var, value); in perf_top_config()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | config.c | 407 int perf_config_bool(const char *name, const char *value) in perf_config_bool() function 453 symbol_conf.show_hist_headers = perf_config_bool(var, value); in perf_ui_config() 461 perf_stat__set_big_num(perf_config_bool(var, value)); in perf_stat_config() 464 perf_stat__set_no_csv_summary(perf_config_bool(var, value)); in perf_stat_config() 527 return v ? perf_config_bool(k, v) : def; in perf_env_bool()
|
H A D | color_config.c | 24 if (!perf_config_bool(var, value)) in perf_config_colorbool()
|
H A D | config.h | 38 int perf_config_bool(const char *, const char *);
|
H A D | annotate.c | 3296 opt->hide_src_code = perf_config_bool("hide_src_code", value); in annotation__config() 3298 opt->jump_arrows = perf_config_bool("jump_arrows", value); in annotation__config() 3300 opt->show_linenr = perf_config_bool("show_linenr", value); in annotation__config() 3302 opt->show_nr_jumps = perf_config_bool("show_nr_jumps", value); in annotation__config() 3304 symbol_conf.show_nr_samples = perf_config_bool("show_nr_samples", in annotation__config() 3307 symbol_conf.show_total_period = perf_config_bool("show_total_period", in annotation__config() 3310 opt->use_offset = perf_config_bool("use_offset", value); in annotation__config() 3330 symbol_conf.demangle = perf_config_bool("demangle", value); in annotation__config() 3332 symbol_conf.demangle_kernel = perf_config_bool("demangle_kernel", value); in annotation__config()
|
H A D | intel-pt.c | 3983 pt->mispred_all = perf_config_bool(var, value); in intel_pt_perf_config()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | config.c | 406 int perf_config_bool(const char *name, const char *value) in perf_config_bool() function 450 symbol_conf.show_hist_headers = perf_config_bool(var, value); in perf_ui_config() 458 perf_stat__set_big_num(perf_config_bool(var, value)); in perf_stat_config() 521 return v ? perf_config_bool(k, v) : def; in perf_env_bool()
|
H A D | color_config.c | 24 if (!perf_config_bool(var, value)) in perf_config_colorbool()
|
H A D | config.h | 36 int perf_config_bool(const char *, const char *);
|
H A D | annotate.c | 3136 opt->hide_src_code = perf_config_bool("hide_src_code", value); in annotation__config() 3138 opt->jump_arrows = perf_config_bool("jump_arrows", value); in annotation__config() 3140 opt->show_linenr = perf_config_bool("show_linenr", value); in annotation__config() 3142 opt->show_nr_jumps = perf_config_bool("show_nr_jumps", value); in annotation__config() 3144 symbol_conf.show_nr_samples = perf_config_bool("show_nr_samples", in annotation__config() 3147 symbol_conf.show_total_period = perf_config_bool("show_total_period", in annotation__config() 3150 opt->use_offset = perf_config_bool("use_offset", value); in annotation__config()
|
H A D | llvm-utils.c | 58 llvm_param.dump_obj = !!perf_config_bool(var, value); in perf_llvm_config()
|
H A D | intel-pt.c | 3186 pt->mispred_all = perf_config_bool(var, value); in intel_pt_perf_config()
|