Lines Matching refs:symbol_conf
70 symbol_conf.event_group = perf_config_bool(var, value); in report__config()
78 symbol_conf.cumulate_callchain = perf_config_bool(var, value); in report__config()
119 } else if (symbol_conf.cumulate_callchain) { in hist_iter__report_callback()
161 else if (symbol_conf.cumulate_callchain) in process_sample_event()
215 if (symbol_conf.use_callchain) { in report__setup_sample_type()
223 !symbol_conf.use_callchain) { in report__setup_sample_type()
224 symbol_conf.use_callchain = true; in report__setup_sample_type()
231 if (symbol_conf.cumulate_callchain) { in report__setup_sample_type()
234 symbol_conf.cumulate_callchain = false; in report__setup_sample_type()
248 if (symbol_conf.use_callchain || symbol_conf.cumulate_callchain) { in report__setup_sample_type()
276 if (symbol_conf.filter_relative) { in hists__fprintf_nr_sample_events()
290 if (symbol_conf.filter_relative) { in hists__fprintf_nr_sample_events()
323 if (symbol_conf.event_group && in perf_evlist__tty_browse_hists()
437 if (symbol_conf.event_group && in report__collapse_hists()
623 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_report()
625 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name, in cmd_report()
628 OPT_BOOLEAN('m', "modules", &symbol_conf.use_modules, in cmd_report()
630 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_report()
648 OPT_BOOLEAN(0, "showcpuutilization", &symbol_conf.show_cpu_utilization, in cmd_report()
652 OPT_BOOLEAN('x', "exclude-other", &symbol_conf.exclude_other, in cmd_report()
657 OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain, in cmd_report()
668 OPT_STRING('d', "dsos", &symbol_conf.dso_list_str, "dso[,dso...]", in cmd_report()
670 OPT_STRING('c', "comms", &symbol_conf.comm_list_str, "comm[,comm...]", in cmd_report()
672 OPT_STRING(0, "pid", &symbol_conf.pid_list_str, "pid[,pid...]", in cmd_report()
674 OPT_STRING(0, "tid", &symbol_conf.tid_list_str, "tid[,tid...]", in cmd_report()
676 OPT_STRING('S', "symbols", &symbol_conf.sym_list_str, "symbol[,symbol...]", in cmd_report()
680 OPT_STRING('w', "column-widths", &symbol_conf.col_width_list_str, in cmd_report()
683 OPT_STRING_NOEMPTY('t', "field-separator", &symbol_conf.field_sep, "separator", in cmd_report()
688 OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory", in cmd_report()
694 OPT_BOOLEAN(0, "source", &symbol_conf.annotate_src, in cmd_report()
696 OPT_BOOLEAN(0, "asm-raw", &symbol_conf.annotate_asm_raw, in cmd_report()
700 OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period, in cmd_report()
702 OPT_BOOLEAN(0, "group", &symbol_conf.event_group, in cmd_report()
711 OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle, in cmd_report()
713 OPT_BOOLEAN(0, "demangle-kernel", &symbol_conf.demangle_kernel, in cmd_report()
777 symbol_conf.cumulate_callchain = false; in cmd_report()
782 symbol_conf.use_callchain = true; in cmd_report()
794 symbol_conf.cumulate_callchain = false; in cmd_report()
831 symbol_conf.priv_size = sizeof(struct annotation); in cmd_report()
846 symbol_conf.priv_size += sizeof(u32); in cmd_report()
847 symbol_conf.sort_by_name = true; in cmd_report()