Lines Matching refs:symbol_conf
310 top->min_percent, stdout, !symbol_conf.use_callchain); in perf_top__print_sym_table()
732 symbol_conf.kptr_restrict && in perf_event__process_sample()
762 if (symbol_conf.vmlinux_name) { in perf_event__process_sample()
766 symbol_conf.vmlinux_name, serr, msg); in perf_event__process_sample()
786 if (symbol_conf.cumulate_callchain) in perf_event__process_sample()
1194 symbol_conf.use_callchain = true; in callchain_opt()
1210 symbol_conf.use_callchain = false; in parse_callchain_opt()
1225 symbol_conf.cumulate_callchain = perf_config_bool(var, value); in perf_top_config()
1281 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_top()
1283 OPT_BOOLEAN(0, "ignore-vmlinux", &symbol_conf.ignore_vmlinux, in cmd_top()
1321 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_top()
1329 OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain, in cmd_top()
1337 OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period, in cmd_top()
1339 OPT_STRING(0, "dsos", &symbol_conf.dso_list_str, "dso[,dso...]", in cmd_top()
1341 OPT_STRING(0, "comms", &symbol_conf.comm_list_str, "comm[,comm...]", in cmd_top()
1343 OPT_STRING(0, "symbols", &symbol_conf.sym_list_str, "symbol[,symbol...]", in cmd_top()
1349 OPT_BOOLEAN(0, "demangle-kernel", &symbol_conf.demangle_kernel, in cmd_top()
1360 OPT_STRING('w', "column-widths", &symbol_conf.col_width_list_str, in cmd_top()
1371 OPT_BOOLEAN(0, "raw-trace", &symbol_conf.raw_trace, in cmd_top()
1373 OPT_BOOLEAN(0, "hierarchy", &symbol_conf.report_hierarchy, in cmd_top()
1375 OPT_BOOLEAN(0, "force", &symbol_conf.force, "don't complain, do it"), in cmd_top()
1410 if (symbol_conf.report_hierarchy) { in cmd_top()
1412 symbol_conf.event_group = false; in cmd_top()
1413 symbol_conf.cumulate_callchain = false; in cmd_top()
1480 symbol_conf.cumulate_callchain = false; in cmd_top()
1484 if (symbol_conf.cumulate_callchain && !callchain_param.order_set) in cmd_top()
1493 symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL); in cmd_top()