Lines Matching refs:symbol_conf

302 		if (symbol_conf.event_group && !evsel__is_group_leader(pos)) {  in perf_top__resort_hists()
351 top->min_percent, stdout, !symbol_conf.use_callchain); in perf_top__print_sym_table()
783 symbol_conf.kptr_restrict && in perf_event__process_sample()
813 if (symbol_conf.vmlinux_name) { in perf_event__process_sample()
817 symbol_conf.vmlinux_name, serr, msg); in perf_event__process_sample()
837 if (symbol_conf.cumulate_callchain) in perf_event__process_sample()
1368 symbol_conf.use_callchain = true; in callchain_opt()
1384 symbol_conf.use_callchain = false; in parse_callchain_opt()
1399 symbol_conf.cumulate_callchain = perf_config_bool(var, value); in perf_top_config()
1463 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_top()
1465 OPT_BOOLEAN(0, "ignore-vmlinux", &symbol_conf.ignore_vmlinux, in cmd_top()
1467 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name, in cmd_top()
1505 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_top()
1513 OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain, in cmd_top()
1521 OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period, in cmd_top()
1523 OPT_STRING(0, "dsos", &symbol_conf.dso_list_str, "dso[,dso...]", in cmd_top()
1525 OPT_STRING(0, "comms", &symbol_conf.comm_list_str, "comm[,comm...]", in cmd_top()
1527 OPT_STRING(0, "symbols", &symbol_conf.sym_list_str, "symbol[,symbol...]", in cmd_top()
1533 OPT_BOOLEAN(0, "demangle-kernel", &symbol_conf.demangle_kernel, in cmd_top()
1549 OPT_STRING('w', "column-widths", &symbol_conf.col_width_list_str, in cmd_top()
1560 OPT_BOOLEAN(0, "raw-trace", &symbol_conf.raw_trace, in cmd_top()
1562 OPT_BOOLEAN(0, "hierarchy", &symbol_conf.report_hierarchy, in cmd_top()
1566 OPT_BOOLEAN(0, "force", &symbol_conf.force, "don't complain, do it"), in cmd_top()
1573 OPT_INTEGER(0, "group-sort-idx", &symbol_conf.group_sort_idx, in cmd_top()
1639 if (symbol_conf.report_hierarchy) { in cmd_top()
1641 symbol_conf.event_group = false; in cmd_top()
1642 symbol_conf.cumulate_callchain = false; in cmd_top()
1658 symbol_conf.show_branchflag_count = true; in cmd_top()
1717 symbol_conf.cumulate_callchain = false; in cmd_top()
1721 if (symbol_conf.cumulate_callchain && !callchain_param.order_set) in cmd_top()
1730 symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL); in cmd_top()