Lines Matching refs:symbol_conf
304 if (symbol_conf.event_group && !evsel__is_group_leader(pos)) { in perf_top__resort_hists()
353 top->min_percent, stdout, !symbol_conf.use_callchain); in perf_top__print_sym_table()
781 symbol_conf.kptr_restrict && in perf_event__process_sample()
811 if (symbol_conf.vmlinux_name) { in perf_event__process_sample()
815 symbol_conf.vmlinux_name, serr, msg); in perf_event__process_sample()
835 if (symbol_conf.cumulate_callchain) in perf_event__process_sample()
1361 symbol_conf.use_callchain = true; in callchain_opt()
1377 symbol_conf.use_callchain = false; in parse_callchain_opt()
1392 symbol_conf.cumulate_callchain = perf_config_bool(var, value); in perf_top_config()
1456 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_top()
1458 OPT_BOOLEAN(0, "ignore-vmlinux", &symbol_conf.ignore_vmlinux, in cmd_top()
1460 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name, in cmd_top()
1497 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_top()
1505 OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain, in cmd_top()
1513 OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period, in cmd_top()
1515 OPT_STRING(0, "dsos", &symbol_conf.dso_list_str, "dso[,dso...]", in cmd_top()
1517 OPT_STRING(0, "comms", &symbol_conf.comm_list_str, "comm[,comm...]", in cmd_top()
1519 OPT_STRING(0, "symbols", &symbol_conf.sym_list_str, "symbol[,symbol...]", in cmd_top()
1525 OPT_BOOLEAN(0, "demangle-kernel", &symbol_conf.demangle_kernel, in cmd_top()
1541 OPT_STRING('w', "column-widths", &symbol_conf.col_width_list_str, in cmd_top()
1552 OPT_BOOLEAN(0, "raw-trace", &symbol_conf.raw_trace, in cmd_top()
1554 OPT_BOOLEAN(0, "hierarchy", &symbol_conf.report_hierarchy, in cmd_top()
1558 OPT_BOOLEAN(0, "force", &symbol_conf.force, "don't complain, do it"), in cmd_top()
1567 OPT_INTEGER(0, "group-sort-idx", &symbol_conf.group_sort_idx, in cmd_top()
1637 if (symbol_conf.report_hierarchy) { in cmd_top()
1639 symbol_conf.event_group = false; in cmd_top()
1640 symbol_conf.cumulate_callchain = false; in cmd_top()
1661 symbol_conf.show_branchflag_count = true; in cmd_top()
1723 symbol_conf.cumulate_callchain = false; in cmd_top()
1727 if (symbol_conf.cumulate_callchain && !callchain_param.order_set) in cmd_top()
1736 symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL); in cmd_top()