Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dconfig.c407 int perf_config_bool(const char *name, const char *value) in perf_config_bool() function
451 symbol_conf.show_hist_headers = perf_config_bool(var, value); in perf_ui_config()
459 perf_stat__set_big_num(perf_config_bool(var, value)); in perf_stat_config()
462 perf_stat__set_no_csv_summary(perf_config_bool(var, value)); in perf_stat_config()
528 return v ? perf_config_bool(k, v) : def; in perf_env_bool()
Dcolor_config.c24 if (!perf_config_bool(var, value)) in perf_config_colorbool()
Dconfig.h38 int perf_config_bool(const char *, const char *);
Dannotate.c3201 opt->hide_src_code = perf_config_bool("hide_src_code", value); in annotation__config()
3203 opt->jump_arrows = perf_config_bool("jump_arrows", value); in annotation__config()
3205 opt->show_linenr = perf_config_bool("show_linenr", value); in annotation__config()
3207 opt->show_nr_jumps = perf_config_bool("show_nr_jumps", value); in annotation__config()
3209 symbol_conf.show_nr_samples = perf_config_bool("show_nr_samples", in annotation__config()
3212 symbol_conf.show_total_period = perf_config_bool("show_total_period", in annotation__config()
3215 opt->use_offset = perf_config_bool("use_offset", value); in annotation__config()
3219 symbol_conf.demangle = perf_config_bool("demangle", value); in annotation__config()
3221 symbol_conf.demangle_kernel = perf_config_bool("demangle_kernel", value); in annotation__config()
Dllvm-utils.c60 llvm_param.dump_obj = !!perf_config_bool(var, value); in perf_llvm_config()
Dintel-pt.c3890 pt->mispred_all = perf_config_bool(var, value); in intel_pt_perf_config()
/linux-6.1.9/tools/perf/
Dperf.c112 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()
Dbuiltin-report.c123 symbol_conf.event_group = perf_config_bool(var, value); in report__config()
134 symbol_conf.cumulate_callchain = perf_config_bool(var, value); in report__config()
146 rep->skip_empty = perf_config_bool(var, value); in report__config()
Dbuiltin-trace.c4731 trace->show_tstamp = perf_config_bool(var, value);
4733 trace->show_duration = perf_config_bool(var, value);
4735 trace->show_arg_names = perf_config_bool(var, value);
4739 bool new_show_zeros = perf_config_bool(var, value);
4746 trace->show_string_prefix = perf_config_bool(var, value);
4748 trace->opts.no_inherit = perf_config_bool(var, value);
Dbuiltin-top.c1392 symbol_conf.cumulate_callchain = perf_config_bool(var, value); in perf_top_config()