Lines Matching refs:symbol_conf
127 symbol_conf.event_group = perf_config_bool(var, value); in report__config()
138 symbol_conf.cumulate_callchain = perf_config_bool(var, value); in report__config()
188 } else if (symbol_conf.cumulate_callchain) { in hist_iter__report_callback()
270 .hide_unresolved = symbol_conf.hide_unresolved, in process_sample_event()
292 if (symbol_conf.hide_unresolved && al.sym == NULL) in process_sample_event()
310 } else if (symbol_conf.cumulate_callchain) { in process_sample_event()
382 if (symbol_conf.use_callchain && in report__setup_sample_type()
383 !symbol_conf.show_branchflag_count) { in report__setup_sample_type()
391 !symbol_conf.use_callchain) { in report__setup_sample_type()
392 symbol_conf.use_callchain = true; in report__setup_sample_type()
399 if (symbol_conf.cumulate_callchain) { in report__setup_sample_type()
402 symbol_conf.cumulate_callchain = false; in report__setup_sample_type()
479 if (symbol_conf.filter_relative) { in hists__fprintf_nr_sample_events()
493 if (symbol_conf.filter_relative) { in hists__fprintf_nr_sample_events()
513 if (symbol_conf.show_ref_callgraph && evname && strstr(evname, "call-graph=no")) { in hists__fprintf_nr_sample_events()
560 if (symbol_conf.event_group && !evsel__is_group_leader(pos)) in evlist__tty_browse_hists()
576 !(symbol_conf.use_callchain || in evlist__tty_browse_hists()
577 symbol_conf.show_branchflag_count)); in evlist__tty_browse_hists()
706 if (symbol_conf.event_group && !evsel__is_group_leader(pos)) { in report__collapse_hists()
1071 symbol_conf.use_callchain = false; in report_parse_callchain_opt()
1237 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, in cmd_report()
1239 OPT_BOOLEAN(0, "ignore-vmlinux", &symbol_conf.ignore_vmlinux, in cmd_report()
1241 OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name, in cmd_report()
1243 OPT_BOOLEAN('f', "force", &symbol_conf.force, "don't complain, do it"), in cmd_report()
1244 OPT_BOOLEAN('m', "modules", &symbol_conf.use_modules, in cmd_report()
1246 OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, in cmd_report()
1267 OPT_BOOLEAN(0, "show-cpu-utilization", &symbol_conf.show_cpu_utilization, in cmd_report()
1269 OPT_BOOLEAN_FLAG(0, "showcpuutilization", &symbol_conf.show_cpu_utilization, in cmd_report()
1273 OPT_BOOLEAN('x', "exclude-other", &symbol_conf.exclude_other, in cmd_report()
1279 OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain, in cmd_report()
1291 OPT_STRING('d', "dsos", &symbol_conf.dso_list_str, "dso[,dso...]", in cmd_report()
1293 OPT_STRING('c', "comms", &symbol_conf.comm_list_str, "comm[,comm...]", in cmd_report()
1295 OPT_STRING(0, "pid", &symbol_conf.pid_list_str, "pid[,pid...]", in cmd_report()
1297 OPT_STRING(0, "tid", &symbol_conf.tid_list_str, "tid[,tid...]", in cmd_report()
1299 OPT_STRING('S', "symbols", &symbol_conf.sym_list_str, "symbol[,symbol...]", in cmd_report()
1303 OPT_STRING('w', "column-widths", &symbol_conf.col_width_list_str, in cmd_report()
1306 OPT_STRING_NOEMPTY('t', "field-separator", &symbol_conf.field_sep, "separator", in cmd_report()
1309 OPT_BOOLEAN('U', "hide-unresolved", &symbol_conf.hide_unresolved, in cmd_report()
1328 OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period, in cmd_report()
1330 OPT_BOOLEAN_SET(0, "group", &symbol_conf.event_group, &report.group_set, in cmd_report()
1332 OPT_INTEGER(0, "group-sort-idx", &symbol_conf.group_sort_idx, in cmd_report()
1343 OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle, in cmd_report()
1345 OPT_BOOLEAN(0, "demangle-kernel", &symbol_conf.demangle_kernel, in cmd_report()
1348 OPT_INTEGER(0, "samples", &symbol_conf.res_sample, in cmd_report()
1359 OPT_BOOLEAN(0, "show-ref-call-graph", &symbol_conf.show_ref_callgraph, in cmd_report()
1365 OPT_BOOLEAN(0, "raw-trace", &symbol_conf.raw_trace, in cmd_report()
1367 OPT_BOOLEAN(0, "hierarchy", &symbol_conf.report_hierarchy, in cmd_report()
1374 OPT_BOOLEAN(0, "inline", &symbol_conf.inline_name, in cmd_report()
1379 OPT_BOOLEAN(0, "ns", &symbol_conf.nanosecs, "Show times in nanosecs"), in cmd_report()
1380 OPT_CALLBACK(0, "time-quantum", &symbol_conf.time_quantum, "time (ms|us|ns|s)", in cmd_report()
1437 if (symbol_conf.cumulate_callchain && !callchain_param.order_set) in cmd_report()
1452 data.force = symbol_conf.force; in cmd_report()
1484 if (symbol_conf.group_sort_idx && !session->evlist->core.nr_groups) { in cmd_report()
1494 symbol_conf.show_branchflag_count = true; in cmd_report()
1506 symbol_conf.cumulate_callchain = false; in cmd_report()
1511 symbol_conf.use_callchain = true; in cmd_report()
1523 symbol_conf.cumulate_callchain = false; in cmd_report()
1526 if (symbol_conf.report_hierarchy) { in cmd_report()
1528 symbol_conf.cumulate_callchain = false; in cmd_report()
1647 symbol_conf.priv_size += sizeof(u32); in cmd_report()
1648 symbol_conf.sort_by_name = true; in cmd_report()