perf_config_bool 110 tools/perf/builtin-report.c symbol_conf.event_group = perf_config_bool(var, value); perf_config_bool 121 tools/perf/builtin-report.c symbol_conf.cumulate_callchain = perf_config_bool(var, value); perf_config_bool 1372 tools/perf/builtin-top.c symbol_conf.cumulate_callchain = perf_config_bool(var, value); perf_config_bool 4042 tools/perf/builtin-trace.c trace->show_tstamp = perf_config_bool(var, value); perf_config_bool 4044 tools/perf/builtin-trace.c trace->show_duration = perf_config_bool(var, value); perf_config_bool 4046 tools/perf/builtin-trace.c trace->show_arg_names = perf_config_bool(var, value); perf_config_bool 4050 tools/perf/builtin-trace.c bool new_show_zeros = perf_config_bool(var, value); perf_config_bool 4057 tools/perf/builtin-trace.c trace->show_string_prefix = perf_config_bool(var, value); perf_config_bool 4059 tools/perf/builtin-trace.c trace->opts.no_inherit = perf_config_bool(var, value); perf_config_bool 102 tools/perf/perf.c c->val = perf_config_bool(var, value); perf_config_bool 121 tools/perf/perf.c c->val = perf_config_bool(var, value); perf_config_bool 123 tools/perf/perf.c c->val = perf_config_bool(var, value) ? 2 : 0; perf_config_bool 3072 tools/perf/util/annotate.c *(bool *)cfg->value = perf_config_bool(name, value); perf_config_bool 24 tools/perf/util/color_config.c if (!perf_config_bool(var, value)) perf_config_bool 438 tools/perf/util/config.c symbol_conf.show_hist_headers = perf_config_bool(var, value); perf_config_bool 497 tools/perf/util/config.c return v ? perf_config_bool(k, v) : def; perf_config_bool 33 tools/perf/util/config.h int perf_config_bool(const char *, const char *); perf_config_bool 2945 tools/perf/util/intel-pt.c pt->mispred_all = perf_config_bool(var, value); perf_config_bool 58 tools/perf/util/llvm-utils.c llvm_param.dump_obj = !!perf_config_bool(var, value);