Symbol: symbol_conf
tools/perf/builtin-annotate.c
205
.hide_unresolved = symbol_conf.hide_unresolved,
tools/perf/builtin-annotate.c
614
if (symbol_conf.event_group) {
tools/perf/builtin-annotate.c
641
if (!symbol_conf.event_group || !evsel__is_group_leader(pos))
tools/perf/builtin-annotate.c
713
OPT_STRING('d', "dsos", &symbol_conf.dso_list_str, "dso[,dso...]",
tools/perf/builtin-annotate.c
731
OPT_BOOLEAN(0, "ignore-vmlinux", &symbol_conf.ignore_vmlinux,
tools/perf/builtin-annotate.c
733
OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name,
tools/perf/builtin-annotate.c
735
OPT_BOOLEAN('m', "modules", &symbol_conf.use_modules,
tools/perf/builtin-annotate.c
743
OPT_BOOLEAN_SET(0, "group", &symbol_conf.event_group,
tools/perf/builtin-annotate.c
764
OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle,
tools/perf/builtin-annotate.c
766
OPT_BOOLEAN(0, "demangle-kernel", &symbol_conf.demangle_kernel,
tools/perf/builtin-annotate.c
768
OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period,
tools/perf/builtin-annotate.c
770
OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples,
tools/perf/builtin-annotate.c
790
OPT_BOOLEAN(0, "skip-empty", &symbol_conf.skip_empty,
tools/perf/builtin-annotate.c
832
symbol_conf.addr2line_path = strdup(addr2line_path);
tools/perf/builtin-annotate.c
833
if (!symbol_conf.addr2line_path)
tools/perf/builtin-annotate.c
841
if (symbol_conf.show_nr_samples && annotate.use_gtk) {
tools/perf/builtin-annotate.c
898
symbol_conf.try_vmlinux_path = true;
tools/perf/builtin-annotate.c
917
symbol_conf.annotate_data_member = true;
tools/perf/builtin-annotate.c
918
symbol_conf.annotate_data_sample = true;
tools/perf/builtin-annotate.c
920
symbol_conf.annotate_data_member = true;
tools/perf/builtin-c2c.c
2909
symbol_conf.use_callchain = false;
tools/perf/builtin-c2c.c
2934
symbol_conf.use_callchain = true;
tools/perf/builtin-c2c.c
3092
OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name,
tools/perf/builtin-c2c.c
3114
OPT_BOOLEAN('f', "force", &symbol_conf.force, "don't complain, do it"),
tools/perf/builtin-c2c.c
3176
data.force = symbol_conf.force;
tools/perf/builtin-c2c.c
3269
symbol_conf.priv_size += sizeof(u32);
tools/perf/builtin-diff.c
1267
OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name,
tools/perf/builtin-diff.c
1269
OPT_BOOLEAN('m', "modules", &symbol_conf.use_modules,
tools/perf/builtin-diff.c
1271
OPT_STRING('d', "dsos", &symbol_conf.dso_list_str, "dso[,dso...]",
tools/perf/builtin-diff.c
1273
OPT_STRING('C', "comms", &symbol_conf.comm_list_str, "comm[,comm...]",
tools/perf/builtin-diff.c
1275
OPT_STRING('S', "symbols", &symbol_conf.sym_list_str, "symbol[,symbol...]",
tools/perf/builtin-diff.c
1280
OPT_STRING_NOEMPTY('t', "field-separator", &symbol_conf.field_sep, "separator",
tools/perf/builtin-diff.c
1292
OPT_STRING(0, "pid", &symbol_conf.pid_list_str, "pid[,pid...]",
tools/perf/builtin-diff.c
1294
OPT_STRING(0, "tid", &symbol_conf.tid_list_str, "tid[,tid...]",
tools/perf/builtin-diff.c
1328
const char *fmt = symbol_conf.field_sep ? "%.2f" : "%6.2f%%";
tools/perf/builtin-diff.c
1356
symbol_conf.disable_add2line_warn = true;
tools/perf/builtin-diff.c
1662
if (symbol_conf.field_sep)
tools/perf/builtin-diff.c
1989
symbol_conf.show_branchflag_count = true;
tools/perf/builtin-diff.c
1990
symbol_conf.disable_add2line_warn = true;
tools/perf/builtin-diff.c
1994
symbol_conf.use_callchain = true;
tools/perf/builtin-diff.c
316
if (symbol_conf.filter_relative) {
tools/perf/builtin-diff.c
939
symbol_conf.report_block = true;
tools/perf/builtin-diff.c
942
!symbol_conf.use_callchain);
tools/perf/builtin-inject.c
2520
OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name,
tools/perf/builtin-inject.c
2522
OPT_BOOLEAN(0, "ignore-vmlinux", &symbol_conf.ignore_vmlinux,
tools/perf/builtin-inject.c
2524
OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name, "file",
tools/perf/builtin-inject.c
2539
OPT_STRING(0, "guestmount", &symbol_conf.guestmount, "directory",
tools/perf/builtin-inject.c
2554
symbol_conf.lazy_load_kernel_maps = true;
tools/perf/builtin-kallsyms.c
76
symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL);
tools/perf/builtin-kmem.c
2024
symbol_conf.use_callchain = true;
tools/perf/builtin-kvm.c
2130
OPT_STRING(0, "guestmount", &symbol_conf.guestmount, "directory",
tools/perf/builtin-kvm.c
2133
OPT_STRING(0, "guestvmlinux", &symbol_conf.default_guest_vmlinux_name,
tools/perf/builtin-kvm.c
2135
OPT_STRING(0, "guestkallsyms", &symbol_conf.default_guest_kallsyms,
tools/perf/builtin-kvm.c
2137
OPT_STRING(0, "guestmodules", &symbol_conf.default_guest_modules,
tools/perf/builtin-kvm.c
2139
OPT_BOOLEAN(0, "guest-code", &symbol_conf.guest_code,
tools/perf/builtin-kwork.c
1783
symbol_conf.use_callchain = 0;
tools/perf/builtin-kwork.c
1985
symbol_conf.use_callchain = kwork->show_callchain;
tools/perf/builtin-kwork.c
2418
OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name,
tools/perf/builtin-kwork.c
2420
OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name,
tools/perf/builtin-kwork.c
2426
OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory",
tools/perf/builtin-kwork.c
807
cursor, symbol_conf.bt_stop_list,
tools/perf/builtin-lock.c
1620
if (symbol_conf.field_sep)
tools/perf/builtin-lock.c
1621
print_header_csv(symbol_conf.field_sep);
tools/perf/builtin-lock.c
1733
if (symbol_conf.field_sep)
tools/perf/builtin-lock.c
1734
print_lock_stat_csv(con, st, symbol_conf.field_sep);
tools/perf/builtin-lock.c
1792
if (symbol_conf.field_sep)
tools/perf/builtin-lock.c
1793
print_footer_csv(total, bad, fails, symbol_conf.field_sep);
tools/perf/builtin-lock.c
1825
if (symbol_conf.field_sep)
tools/perf/builtin-lock.c
1879
symbol_conf.allow_aliases = true;
tools/perf/builtin-lock.c
1974
if (symbol_conf.field_sep) {
tools/perf/builtin-lock.c
1975
if (strstr(symbol_conf.field_sep, ":") || /* part of type flags */
tools/perf/builtin-lock.c
1976
strstr(symbol_conf.field_sep, "+") || /* part of caller offset */
tools/perf/builtin-lock.c
1977
strstr(symbol_conf.field_sep, ".")) { /* can be in a symbol name */
tools/perf/builtin-lock.c
2050
symbol_conf.allow_aliases = true;
tools/perf/builtin-lock.c
2116
if (symbol_conf.field_sep) {
tools/perf/builtin-lock.c
2599
OPT_STRING(0, "vmlinux", &symbol_conf.vmlinux_name,
tools/perf/builtin-lock.c
2601
OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name,
tools/perf/builtin-lock.c
2662
OPT_STRING_NOEMPTY('x', "field-separator", &symbol_conf.field_sep, "separator",
tools/perf/builtin-mem.c
209
field_sep = symbol_conf.field_sep;
tools/perf/builtin-mem.c
214
symbol_conf.field_sep = " ";
tools/perf/builtin-mem.c
218
symbol_conf.field_sep,
tools/perf/builtin-mem.c
220
symbol_conf.field_sep,
tools/perf/builtin-mem.c
222
symbol_conf.field_sep,
tools/perf/builtin-mem.c
224
symbol_conf.field_sep);
tools/perf/builtin-mem.c
229
symbol_conf.field_sep);
tools/perf/builtin-mem.c
235
symbol_conf.field_sep);
tools/perf/builtin-mem.c
245
symbol_conf.field_sep,
tools/perf/builtin-mem.c
247
symbol_conf.field_sep,
tools/perf/builtin-mem.c
512
OPT_STRING_NOEMPTY('x', "field-separator", &symbol_conf.field_sep,
tools/perf/builtin-probe.c
573
OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name,
tools/perf/builtin-probe.c
575
OPT_STRING('s', "source", &symbol_conf.source_prefix,
tools/perf/builtin-probe.c
595
OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle,
tools/perf/builtin-probe.c
597
OPT_BOOLEAN(0, "demangle-kernel", &symbol_conf.demangle_kernel,
tools/perf/builtin-probe.c
600
OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory",
tools/perf/builtin-probe.c
668
symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL);
tools/perf/builtin-probe.c
675
if (!strchr("lda", params->command) && symbol_conf.vmlinux_name)
tools/perf/builtin-probe.c
676
symbol_conf.ignore_vmlinux_buildid = true;
tools/perf/builtin-record.c
1452
if (symbol_conf.kptr_restrict && !evlist__exclude_kernel(evlist)) {
tools/perf/builtin-record.c
1514
symbol_conf.inline_name = false;
tools/perf/builtin-record.c
1524
symbol_conf.ignore_vmlinux_buildid = true;
tools/perf/builtin-record.c
3622
OPT_STRING(0, "vmlinux", &symbol_conf.vmlinux_name,
tools/perf/builtin-record.c
4112
symbol_conf.lazy_load_kernel_maps = true;
tools/perf/builtin-record.c
4173
symbol_conf.no_buildid_mmap2 = true;
tools/perf/builtin-record.c
4265
symbol_conf.allow_aliases = true;
tools/perf/builtin-report.c
1100
if (!symbol_conf.prefer_latency && rep->total_samples &&
tools/perf/builtin-report.c
1190
symbol_conf.use_callchain = false;
tools/perf/builtin-report.c
131
symbol_conf.event_group = perf_config_bool(var, value);
tools/perf/builtin-report.c
1345
OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name,
tools/perf/builtin-report.c
1347
OPT_BOOLEAN(0, "ignore-vmlinux", &symbol_conf.ignore_vmlinux,
tools/perf/builtin-report.c
1349
OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name,
tools/perf/builtin-report.c
1351
OPT_BOOLEAN('f', "force", &symbol_conf.force, "don't complain, do it"),
tools/perf/builtin-report.c
1352
OPT_BOOLEAN('m', "modules", &symbol_conf.use_modules,
tools/perf/builtin-report.c
1354
OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples,
tools/perf/builtin-report.c
1375
OPT_BOOLEAN(0, "show-cpu-utilization", &symbol_conf.show_cpu_utilization,
tools/perf/builtin-report.c
1377
OPT_BOOLEAN_FLAG(0, "showcpuutilization", &symbol_conf.show_cpu_utilization,
tools/perf/builtin-report.c
1381
OPT_BOOLEAN('x', "exclude-other", &symbol_conf.exclude_other,
tools/perf/builtin-report.c
1387
OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain,
tools/perf/builtin-report.c
1399
OPT_STRING('d', "dsos", &symbol_conf.dso_list_str, "dso[,dso...]",
tools/perf/builtin-report.c
1401
OPT_STRING('c', "comms", &symbol_conf.comm_list_str, "comm[,comm...]",
tools/perf/builtin-report.c
1403
OPT_STRING(0, "pid", &symbol_conf.pid_list_str, "pid[,pid...]",
tools/perf/builtin-report.c
1405
OPT_STRING(0, "tid", &symbol_conf.tid_list_str, "tid[,tid...]",
tools/perf/builtin-report.c
1407
OPT_STRING('S', "symbols", &symbol_conf.sym_list_str, "symbol[,symbol...]",
tools/perf/builtin-report.c
1411
OPT_STRING('w', "column-widths", &symbol_conf.col_width_list_str,
tools/perf/builtin-report.c
1414
OPT_STRING_NOEMPTY('t', "field-separator", &symbol_conf.field_sep, "separator",
tools/perf/builtin-report.c
1417
OPT_BOOLEAN('U', "hide-unresolved", &symbol_conf.hide_unresolved,
tools/perf/builtin-report.c
142
symbol_conf.cumulate_callchain = perf_config_bool(var, value);
tools/perf/builtin-report.c
1424
OPT_STRING(0, "parallelism", &symbol_conf.parallelism_list_str, "parallelism",
tools/perf/builtin-report.c
1438
OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period,
tools/perf/builtin-report.c
1440
OPT_BOOLEAN_SET(0, "group", &symbol_conf.event_group, &report.group_set,
tools/perf/builtin-report.c
1442
OPT_INTEGER(0, "group-sort-idx", &symbol_conf.group_sort_idx,
tools/perf/builtin-report.c
1458
OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle,
tools/perf/builtin-report.c
1460
OPT_BOOLEAN(0, "demangle-kernel", &symbol_conf.demangle_kernel,
tools/perf/builtin-report.c
1463
OPT_INTEGER(0, "samples", &symbol_conf.res_sample,
tools/perf/builtin-report.c
1474
OPT_BOOLEAN(0, "show-ref-call-graph", &symbol_conf.show_ref_callgraph,
tools/perf/builtin-report.c
1480
OPT_BOOLEAN(0, "raw-trace", &symbol_conf.raw_trace,
tools/perf/builtin-report.c
1482
OPT_BOOLEAN('H', "hierarchy", &symbol_conf.report_hierarchy,
tools/perf/builtin-report.c
1489
OPT_BOOLEAN(0, "inline", &symbol_conf.inline_name,
tools/perf/builtin-report.c
1494
OPT_BOOLEAN(0, "ns", &symbol_conf.nanosecs, "Show times in nanosecs"),
tools/perf/builtin-report.c
1495
OPT_CALLBACK(0, "time-quantum", &symbol_conf.time_quantum, "time (ms|us|ns|s)",
tools/perf/builtin-report.c
1505
OPT_BOOLEAN(0, "latency", &symbol_conf.prefer_latency,
tools/perf/builtin-report.c
1526
symbol_conf.keep_exited_threads = true;
tools/perf/builtin-report.c
1557
symbol_conf.addr2line_path = strdup(addr2line_path);
tools/perf/builtin-report.c
1558
if (!symbol_conf.addr2line_path)
tools/perf/builtin-report.c
1582
if (symbol_conf.cumulate_callchain && !callchain_param.order_set)
tools/perf/builtin-report.c
1598
data.force = symbol_conf.force;
tools/perf/builtin-report.c
1600
symbol_conf.skip_empty = report.skip_empty;
tools/perf/builtin-report.c
1656
if (symbol_conf.group_sort_idx && evlist__nr_groups(session->evlist) == 0) {
tools/perf/builtin-report.c
1666
symbol_conf.show_branchflag_count = true;
tools/perf/builtin-report.c
1678
symbol_conf.cumulate_callchain = false;
tools/perf/builtin-report.c
1683
symbol_conf.use_callchain = true;
tools/perf/builtin-report.c
1695
symbol_conf.cumulate_callchain = false;
tools/perf/builtin-report.c
1698
if (symbol_conf.report_hierarchy) {
tools/perf/builtin-report.c
1744
symbol_conf.cumulate_callchain = false;
tools/perf/builtin-report.c
1758
symbol_conf.annotate_data_member = true;
tools/perf/builtin-report.c
1759
symbol_conf.annotate_data_sample = true;
tools/perf/builtin-report.c
1762
symbol_conf.enable_latency = true;
tools/perf/builtin-report.c
1764
if (symbol_conf.parallelism_list_str ||
tools/perf/builtin-report.c
1765
symbol_conf.prefer_latency ||
tools/perf/builtin-report.c
1780
symbol_conf.enable_latency = false;
tools/perf/builtin-report.c
1855
symbol_conf.priv_size += sizeof(u32);
tools/perf/builtin-report.c
1896
symbol_conf.use_callchain = false;
tools/perf/builtin-report.c
197
} else if (symbol_conf.cumulate_callchain) {
tools/perf/builtin-report.c
280
.hide_unresolved = symbol_conf.hide_unresolved,
tools/perf/builtin-report.c
304
if (symbol_conf.hide_unresolved && al.sym == NULL)
tools/perf/builtin-report.c
322
} else if (symbol_conf.cumulate_callchain) {
tools/perf/builtin-report.c
396
if (symbol_conf.use_callchain &&
tools/perf/builtin-report.c
397
!symbol_conf.show_branchflag_count) {
tools/perf/builtin-report.c
405
!symbol_conf.use_callchain) {
tools/perf/builtin-report.c
406
symbol_conf.use_callchain = true;
tools/perf/builtin-report.c
413
if (symbol_conf.cumulate_callchain) {
tools/perf/builtin-report.c
416
symbol_conf.cumulate_callchain = false;
tools/perf/builtin-report.c
493
if (symbol_conf.filter_relative) {
tools/perf/builtin-report.c
507
if (symbol_conf.filter_relative) {
tools/perf/builtin-report.c
527
if (symbol_conf.show_ref_callgraph && evname && strstr(evname, "call-graph=no")) {
tools/perf/builtin-report.c
577
if (symbol_conf.event_group && !evsel__is_group_leader(pos))
tools/perf/builtin-report.c
599
!(symbol_conf.use_callchain ||
tools/perf/builtin-report.c
600
symbol_conf.show_branchflag_count));
tools/perf/builtin-report.c
744
if (symbol_conf.event_group && !evsel__is_group_leader(pos)) {
tools/perf/builtin-sched.c
2239
get_tls_callchain_cursor(), symbol_conf.bt_stop_list, stdout);
tools/perf/builtin-sched.c
3227
symbol_conf.use_callchain = 0;
tools/perf/builtin-sched.c
3312
symbol_conf.use_callchain = sched->show_callchain;
tools/perf/builtin-sched.c
4874
OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name,
tools/perf/builtin-sched.c
4876
OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name,
tools/perf/builtin-sched.c
4882
OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory",
tools/perf/builtin-sched.c
4896
OPT_STRING('p', "pid", &symbol_conf.pid_list_str, "pid[,pid...]",
tools/perf/builtin-sched.c
4898
OPT_STRING('t', "tid", &symbol_conf.tid_list_str, "tid[,tid...]",
tools/perf/builtin-script.c
1680
if (symbol_conf.use_callchain && sample->callchain) {
tools/perf/builtin-script.c
1697
symbol_conf.bt_stop_list, fp);
tools/perf/builtin-script.c
2382
if (!symbol_conf.graph_function)
tools/perf/builtin-script.c
2392
const char *s = symbol_conf.graph_function;
tools/perf/builtin-script.c
2503
if (symbol_conf.use_callchain && sample->callchain) {
tools/perf/builtin-script.c
2512
symbol_conf.bt_stop_list, fp);
tools/perf/builtin-script.c
2787
if (symbol_conf.use_callchain && sample->callchain) {
tools/perf/builtin-script.c
2799
cursor, symbol_conf.bt_stop_list, fp);
tools/perf/builtin-script.c
2867
if (symbol_conf.use_callchain &&
tools/perf/builtin-script.c
3986
symbol_conf.nanosecs = true;
tools/perf/builtin-script.c
4007
symbol_conf.nanosecs = true;
tools/perf/builtin-script.c
4008
symbol_conf.pad_output_len_dso = 50;
tools/perf/builtin-script.c
4018
symbol_conf.nanosecs = true;
tools/perf/builtin-script.c
4071
OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name,
tools/perf/builtin-script.c
4073
OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name,
tools/perf/builtin-script.c
4094
OPT_STRING(0, "dsos", &symbol_conf.dso_list_str, "dso[,dso...]",
tools/perf/builtin-script.c
4096
OPT_STRING('S', "symbols", &symbol_conf.sym_list_str, "symbol[,symbol...]",
tools/perf/builtin-script.c
4098
OPT_INTEGER(0, "addr-range", &symbol_conf.addr_range,
tools/perf/builtin-script.c
4108
OPT_STRING(0, "graph-function", &symbol_conf.graph_function, "symbol[,symbol...]",
tools/perf/builtin-script.c
4110
OPT_STRING(0, "stop-bt", &symbol_conf.bt_stop_list_str, "symbol[,symbol...]",
tools/perf/builtin-script.c
4113
OPT_STRING('c', "comms", &symbol_conf.comm_list_str, "comm[,comm...]",
tools/perf/builtin-script.c
4115
OPT_STRING(0, "pid", &symbol_conf.pid_list_str, "pid[,pid...]",
tools/perf/builtin-script.c
4117
OPT_STRING(0, "tid", &symbol_conf.tid_list_str, "tid[,tid...]",
tools/perf/builtin-script.c
4127
OPT_BOOLEAN('\0', "show-kernel-path", &symbol_conf.show_kernel_path,
tools/perf/builtin-script.c
4149
OPT_BOOLEAN('f', "force", &symbol_conf.force, "don't complain, do it"),
tools/perf/builtin-script.c
4152
OPT_BOOLEAN(0, "ns", &symbol_conf.nanosecs,
tools/perf/builtin-script.c
4159
OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle,
tools/perf/builtin-script.c
4161
OPT_BOOLEAN(0, "demangle-kernel", &symbol_conf.demangle_kernel,
tools/perf/builtin-script.c
4163
OPT_STRING(0, "addr2line", &symbol_conf.addr2line_path, "path",
tools/perf/builtin-script.c
4167
OPT_BOOLEAN(0, "inline", &symbol_conf.inline_name,
tools/perf/builtin-script.c
4169
OPT_STRING(0, "guestmount", &symbol_conf.guestmount, "directory",
tools/perf/builtin-script.c
4172
OPT_STRING(0, "guestvmlinux", &symbol_conf.default_guest_vmlinux_name,
tools/perf/builtin-script.c
4174
OPT_STRING(0, "guestkallsyms", &symbol_conf.default_guest_kallsyms,
tools/perf/builtin-script.c
4176
OPT_STRING(0, "guestmodules", &symbol_conf.default_guest_modules,
tools/perf/builtin-script.c
4178
OPT_BOOLEAN(0, "guest-code", &symbol_conf.guest_code,
tools/perf/builtin-script.c
4205
if (symbol_conf.guestmount ||
tools/perf/builtin-script.c
4206
symbol_conf.default_guest_vmlinux_name ||
tools/perf/builtin-script.c
4207
symbol_conf.default_guest_kallsyms ||
tools/perf/builtin-script.c
4208
symbol_conf.default_guest_modules ||
tools/perf/builtin-script.c
4209
symbol_conf.guest_code) {
tools/perf/builtin-script.c
4217
data.force = symbol_conf.force;
tools/perf/builtin-script.c
4462
symbol_conf.graph_function)
tools/perf/builtin-script.c
4475
symbol_conf.use_callchain = true;
tools/perf/builtin-script.c
4477
symbol_conf.use_callchain = false;
tools/perf/builtin-script.c
683
symbol_conf.use_callchain = false;
tools/perf/builtin-script.c
690
if (symbol_conf.use_callchain &&
tools/perf/builtin-script.c
779
if (symbol_conf.nanosecs) {
tools/perf/builtin-script.c
852
else if (PRINT_FIELD(IP) && evsel__has_callchain(evsel) && symbol_conf.use_callchain)
tools/perf/builtin-script.c
939
if (symbol_conf.nanosecs)
tools/perf/builtin-top.c
1392
symbol_conf.use_callchain = true;
tools/perf/builtin-top.c
1408
symbol_conf.use_callchain = false;
tools/perf/builtin-top.c
1423
symbol_conf.cumulate_callchain = perf_config_bool(var, value);
tools/perf/builtin-top.c
1493
OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name,
tools/perf/builtin-top.c
1495
OPT_BOOLEAN(0, "ignore-vmlinux", &symbol_conf.ignore_vmlinux,
tools/perf/builtin-top.c
1497
OPT_STRING(0, "kallsyms", &symbol_conf.kallsyms_name,
tools/perf/builtin-top.c
1534
OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples,
tools/perf/builtin-top.c
1542
OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain,
tools/perf/builtin-top.c
1550
OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period,
tools/perf/builtin-top.c
1552
OPT_STRING(0, "dsos", &symbol_conf.dso_list_str, "dso[,dso...]",
tools/perf/builtin-top.c
1554
OPT_STRING(0, "comms", &symbol_conf.comm_list_str, "comm[,comm...]",
tools/perf/builtin-top.c
1556
OPT_STRING(0, "symbols", &symbol_conf.sym_list_str, "symbol[,symbol...]",
tools/perf/builtin-top.c
1562
OPT_BOOLEAN(0, "demangle-kernel", &symbol_conf.demangle_kernel,
tools/perf/builtin-top.c
1580
OPT_STRING('w', "column-widths", &symbol_conf.col_width_list_str,
tools/perf/builtin-top.c
1593
OPT_BOOLEAN(0, "raw-trace", &symbol_conf.raw_trace,
tools/perf/builtin-top.c
1595
OPT_BOOLEAN('H', "hierarchy", &symbol_conf.report_hierarchy,
tools/perf/builtin-top.c
1599
OPT_BOOLEAN(0, "force", &symbol_conf.force, "don't complain, do it"),
tools/perf/builtin-top.c
1608
OPT_INTEGER(0, "group-sort-idx", &symbol_conf.group_sort_idx,
tools/perf/builtin-top.c
1683
symbol_conf.addr2line_path = strdup(addr2line_path);
tools/perf/builtin-top.c
1684
if (!symbol_conf.addr2line_path) {
tools/perf/builtin-top.c
1711
if (symbol_conf.report_hierarchy) {
tools/perf/builtin-top.c
1713
symbol_conf.event_group = false;
tools/perf/builtin-top.c
1714
symbol_conf.cumulate_callchain = false;
tools/perf/builtin-top.c
1737
symbol_conf.use_callchain = true;
tools/perf/builtin-top.c
1749
symbol_conf.show_branchflag_count = true;
tools/perf/builtin-top.c
1831
symbol_conf.cumulate_callchain = false;
tools/perf/builtin-top.c
1835
if (symbol_conf.cumulate_callchain && !callchain_param.order_set)
tools/perf/builtin-top.c
1844
symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL);
tools/perf/builtin-top.c
307
if (symbol_conf.event_group && !evsel__is_group_leader(pos)) {
tools/perf/builtin-top.c
356
top->min_percent, stdout, !symbol_conf.use_callchain);
tools/perf/builtin-top.c
785
symbol_conf.kptr_restrict &&
tools/perf/builtin-top.c
815
if (symbol_conf.vmlinux_name) {
tools/perf/builtin-top.c
820
symbol_conf.vmlinux_name, serr, msg);
tools/perf/builtin-top.c
840
if (symbol_conf.cumulate_callchain)
tools/perf/builtin-trace.c
1971
if (symbol_conf.kptr_restrict) {
tools/perf/builtin-trace.c
2920
return sample__fprintf_callchain(sample, 38, print_opts, get_tls_callchain_cursor(), symbol_conf.bt_stop_list, trace->output);
tools/perf/builtin-trace.c
4726
symbol_conf.pid_list_str = strdup(trace->opts.target.pid);
tools/perf/builtin-trace.c
4729
symbol_conf.tid_list_str = strdup(trace->opts.target.tid);
tools/perf/builtin-trace.c
5618
symbol_conf.use_callchain = true;
tools/perf/builtin-trace.c
5726
symbol_conf.keep_exited_threads = true;
tools/perf/tests/builtin-test.c
839
symbol_conf.priv_size = sizeof(int);
tools/perf/tests/builtin-test.c
840
symbol_conf.try_vmlinux_path = true;
tools/perf/tests/code-reading.c
724
symbol_conf.kallsyms_name = "/proc/kallsyms";
tools/perf/tests/expand-cgroup.c
118
symbol_conf.event_group = true;
tools/perf/tests/expand-cgroup.c
147
symbol_conf.event_group = true;
tools/perf/tests/hists_cumulate.c
210
symbol_conf.use_callchain,
tools/perf/tests/hists_cumulate.c
211
symbol_conf.cumulate_callchain);
tools/perf/tests/hists_cumulate.c
228
if (symbol_conf.cumulate_callchain)
tools/perf/tests/hists_cumulate.c
231
if (!symbol_conf.use_callchain)
tools/perf/tests/hists_cumulate.c
258
!symbol_conf.use_callchain || nr_expected == nr_callchain);
tools/perf/tests/hists_cumulate.c
294
symbol_conf.use_callchain = false;
tools/perf/tests/hists_cumulate.c
295
symbol_conf.cumulate_callchain = false;
tools/perf/tests/hists_cumulate.c
441
symbol_conf.use_callchain = true;
tools/perf/tests/hists_cumulate.c
442
symbol_conf.cumulate_callchain = false;
tools/perf/tests/hists_cumulate.c
499
symbol_conf.use_callchain = false;
tools/perf/tests/hists_cumulate.c
500
symbol_conf.cumulate_callchain = true;
tools/perf/tests/hists_cumulate.c
683
symbol_conf.use_callchain = true;
tools/perf/tests/hists_cumulate.c
684
symbol_conf.cumulate_callchain = true;
tools/perf/tests/hists_cumulate.c
95
if (symbol_conf.cumulate_callchain)
tools/perf/tests/kallsyms-split.c
123
symbol_conf.ignore_vmlinux = true;
tools/perf/tests/kallsyms-split.c
124
symbol_conf.ignore_vmlinux_buildid = true;
tools/perf/tests/kallsyms-split.c
125
symbol_conf.allow_aliases = true;
tools/perf/ui/browsers/annotate-data.c
352
if (symbol_conf.show_total_period)
tools/perf/ui/browsers/annotate-data.c
354
else if (symbol_conf.show_nr_samples)
tools/perf/ui/browsers/annotate-data.c
377
if (symbol_conf.show_total_period)
tools/perf/ui/browsers/annotate-data.c
379
else if (symbol_conf.show_nr_samples)
tools/perf/ui/browsers/annotate-data.c
421
if (symbol_conf.skip_empty &&
tools/perf/ui/browsers/annotate-data.c
592
if (!symbol_conf.skip_empty ||
tools/perf/ui/browsers/annotate-data.c
65
if (symbol_conf.skip_empty &&
tools/perf/ui/browsers/annotate.c
1082
if (symbol_conf.show_total_period) {
tools/perf/ui/browsers/annotate.c
1083
symbol_conf.show_total_period = false;
tools/perf/ui/browsers/annotate.c
1084
symbol_conf.show_nr_samples = true;
tools/perf/ui/browsers/annotate.c
1085
} else if (symbol_conf.show_nr_samples)
tools/perf/ui/browsers/annotate.c
1086
symbol_conf.show_nr_samples = false;
tools/perf/ui/browsers/annotate.c
1088
symbol_conf.show_total_period = true;
tools/perf/ui/browsers/hists.c
1175
if (symbol_conf.cumulate_callchain)
tools/perf/ui/browsers/hists.c
1255
if (!symbol_conf.cumulate_callchain) { \
tools/perf/ui/browsers/hists.c
1337
bool use_callchain = hist_entry__has_callchains(entry) && symbol_conf.use_callchain;
tools/perf/ui/browsers/hists.c
1690
if (hists__has_callchains(hists) && symbol_conf.use_callchain) {
tools/perf/ui/browsers/hists.c
1840
if (symbol_conf.report_hierarchy)
tools/perf/ui/browsers/hists.c
1879
if (symbol_conf.report_individual_block)
tools/perf/ui/browsers/hists.c
1887
if (symbol_conf.report_hierarchy) {
tools/perf/ui/browsers/hists.c
2106
if (hist_entry__has_callchains(he) && symbol_conf.use_callchain) {
tools/perf/ui/browsers/hists.c
2201
if (symbol_conf.report_hierarchy) {
tools/perf/ui/browsers/hists.c
2260
browser->show_headers = symbol_conf.show_hist_headers;
tools/perf/ui/browsers/hists.c
2263
if (symbol_conf.report_hierarchy) {
tools/perf/ui/browsers/hists.c
2756
unsigned long endtime = act->time + symbol_conf.time_quantum;
tools/perf/ui/browsers/hists.c
2828
timestamp__scnprintf_usec(he->time + symbol_conf.time_quantum,
tools/perf/ui/browsers/hists.c
2943
if (hb->min_pcnt == 0 && !symbol_conf.report_hierarchy) {
tools/perf/ui/browsers/hists.c
2975
if (!he->leaf || !hist_entry__has_callchains(he) || !symbol_conf.use_callchain)
tools/perf/ui/browsers/hists.c
2981
if (symbol_conf.cumulate_callchain)
tools/perf/ui/browsers/hists.c
3076
if (symbol_conf.col_width_list_str)
tools/perf/ui/browsers/hists.c
3077
perf_hpp__set_user_width(symbol_conf.col_width_list_str);
tools/perf/ui/browsers/hists.c
3109
if (!symbol_conf.event_group ||
tools/perf/ui/browsers/hists.c
3117
if (key - '0' == symbol_conf.group_sort_idx)
tools/perf/ui/browsers/hists.c
3120
symbol_conf.group_sort_idx = key - '0';
tools/perf/ui/browsers/hists.c
3122
if (symbol_conf.group_sort_idx >= evsel->core.nr_members) {
tools/perf/ui/browsers/hists.c
3240
symbol_conf.filter_relative ^= 1;
tools/perf/ui/browsers/hists.c
3608
if (symbol_conf.event_group && !evsel__is_group_leader(evsel))
tools/perf/ui/browsers/hists.c
3678
if (symbol_conf.event_group) {
tools/perf/ui/browsers/hists.c
469
if (symbol_conf.report_hierarchy)
tools/perf/ui/browsers/hists.c
480
if (symbol_conf.report_hierarchy)
tools/perf/ui/browsers/hists.c
488
if (symbol_conf.report_hierarchy)
tools/perf/ui/browsers/hists.c
59
return hists__has_filter(hb->hists) || hb->min_pcnt || symbol_conf.has_filter || hb->c2c_filter;
tools/perf/ui/browsers/hists.c
684
if (hist_browser__has_filter(browser) || symbol_conf.report_hierarchy)
tools/perf/ui/browsers/hists.c
868
if (symbol_conf.show_branchflag_count) {
tools/perf/ui/browsers/hists.c
93
if (symbol_conf.report_hierarchy)
tools/perf/ui/browsers/hists.c
999
symbol_conf.field_sep ?: ";", str) < 0)
tools/perf/ui/browsers/res_sample.c
88
symbol_conf.inline_name ? "--inline" : "",
tools/perf/ui/browsers/scripts.c
57
c->perf, opt, symbol_conf.inline_name ? " --inline" : "",
tools/perf/ui/gtk/annotate.c
51
if (!symbol_conf.event_group && nr_samples == 0)
tools/perf/ui/gtk/hists.c
184
first ? "" : symbol_conf.field_sep ?: "; ",
tools/perf/ui/gtk/hists.c
200
first ? "" : symbol_conf.field_sep ?: "; ",
tools/perf/ui/gtk/hists.c
388
symbol_conf.use_callchain && hists__has(hists, sym)) {
tools/perf/ui/gtk/hists.c
390
total = symbol_conf.cumulate_callchain ?
tools/perf/ui/gtk/hists.c
485
if (he->leaf && hist_entry__has_callchains(he) && symbol_conf.use_callchain) {
tools/perf/ui/gtk/hists.c
487
total = symbol_conf.cumulate_callchain ?
tools/perf/ui/gtk/hists.c
642
if (symbol_conf.event_group) {
tools/perf/ui/gtk/hists.c
658
if (symbol_conf.report_hierarchy)
tools/perf/ui/hist.c
102
if (symbol_conf.skip_empty &&
tools/perf/ui/hist.c
1216
if (!symbol_conf.report_hierarchy)
tools/perf/ui/hist.c
130
if (symbol_conf.field_sep) {
tools/perf/ui/hist.c
148
if (!symbol_conf.cumulate_callchain) {
tools/perf/ui/hist.c
286
if (symbol_conf.group_sort_idx && symbol_conf.event_group) {
tools/perf/ui/hist.c
288
symbol_conf.group_sort_idx);
tools/perf/ui/hist.c
292
if (ret || !symbol_conf.event_group)
tools/perf/ui/hist.c
322
if (symbol_conf.cumulate_callchain) {
tools/perf/ui/hist.c
332
!hist_entry__has_callchains(a) || !symbol_conf.use_callchain)
tools/perf/ui/hist.c
380
if (symbol_conf.event_group) {
tools/perf/ui/hist.c
385
if (!symbol_conf.skip_empty ||
tools/perf/ui/hist.c
849
if (symbol_conf.cumulate_callchain) {
tools/perf/ui/hist.c
854
if (symbol_conf.prefer_latency)
tools/perf/ui/hist.c
857
if (symbol_conf.enable_latency)
tools/perf/ui/hist.c
862
if (symbol_conf.prefer_latency)
tools/perf/ui/hist.c
865
if (symbol_conf.enable_latency)
tools/perf/ui/hist.c
868
if (symbol_conf.show_cpu_utilization) {
tools/perf/ui/hist.c
878
if (symbol_conf.show_nr_samples)
tools/perf/ui/hist.c
881
if (symbol_conf.show_total_period)
tools/perf/ui/stdio/hist.c
262
if (symbol_conf.show_branchflag_count)
tools/perf/ui/stdio/hist.c
336
const char *sep = symbol_conf.field_sep ?: ";";
tools/perf/ui/stdio/hist.c
391
if (symbol_conf.cumulate_callchain)
tools/perf/ui/stdio/hist.c
421
const char *sep = symbol_conf.field_sep;
tools/perf/ui/stdio/hist.c
427
if (symbol_conf.exclude_other && !he->parent)
tools/perf/ui/stdio/hist.c
466
const char *sep = symbol_conf.field_sep;
tools/perf/ui/stdio/hist.c
474
if (symbol_conf.exclude_other && !he->parent)
tools/perf/ui/stdio/hist.c
531
if (he->leaf && hist_entry__has_callchains(he) && symbol_conf.use_callchain) {
tools/perf/ui/stdio/hist.c
601
if (symbol_conf.report_hierarchy)
tools/perf/ui/stdio/hist.c
604
if (symbol_conf.report_block)
tools/perf/ui/stdio/hist.c
607
if (symbol_conf.report_individual_block)
tools/perf/ui/stdio/hist.c
647
const char *sep = symbol_conf.field_sep;
tools/perf/ui/stdio/hist.c
749
const char *sep = symbol_conf.field_sep;
tools/perf/ui/stdio/hist.c
777
const char *sep = symbol_conf.field_sep;
tools/perf/ui/stdio/hist.c
81
if (symbol_conf.show_branchflag_count) {
tools/perf/ui/stdio/hist.c
827
if (symbol_conf.report_hierarchy)
tools/perf/ui/stdio/hist.c
840
const char *sep = symbol_conf.field_sep;
tools/perf/ui/stdio/hist.c
850
if (symbol_conf.col_width_list_str)
tools/perf/ui/stdio/hist.c
851
perf_hpp__set_user_width(symbol_conf.col_width_list_str);
tools/perf/ui/stdio/hist.c
877
if (symbol_conf.report_individual_block)
tools/perf/ui/stdio/hist.c
929
if (symbol_conf.skip_empty && !stats->nr_events[i])
tools/perf/util/addr2line.c
126
if (!symbol_conf.disable_add2line_warn) {
tools/perf/util/addr2line.c
308
addr2line_subprocess_init(symbol_conf.addr2line_path, dso_name));
tools/perf/util/addr2line.c
313
if (!symbol_conf.disable_add2line_warn)
tools/perf/util/addr2line.c
333
if (!symbol_conf.disable_add2line_warn)
tools/perf/util/addr2line.c
342
if (!symbol_conf.disable_add2line_warn)
tools/perf/util/addr2line.c
358
if (!symbol_conf.disable_add2line_warn)
tools/perf/util/addr2line.c
366
if (!symbol_conf.disable_add2line_warn)
tools/perf/util/annotate-data.c
1846
if (symbol_conf.skip_empty &&
tools/perf/util/annotate-data.c
1855
if (symbol_conf.show_total_period) {
tools/perf/util/annotate-data.c
1858
} else if (symbol_conf.show_nr_samples) {
tools/perf/util/annotate-data.c
1873
if (symbol_conf.show_total_period)
tools/perf/util/annotate-data.c
1875
else if (symbol_conf.show_nr_samples)
tools/perf/util/annotate-data.c
1889
int width = symbol_conf.show_total_period ? 11 : 7;
tools/perf/util/annotate-data.c
1895
if (symbol_conf.skip_empty &&
tools/perf/util/annotate-data.c
396
if (symbol_conf.annotate_data_member)
tools/perf/util/annotate.c
1046
if (symbol_conf.skip_empty &&
tools/perf/util/annotate.c
1257
width, width, symbol_conf.show_total_period ? "Period" :
tools/perf/util/annotate.c
1258
symbol_conf.show_nr_samples ? "Samples" : "Percent",
tools/perf/util/annotate.c
2048
if (symbol_conf.show_total_period) {
tools/perf/util/annotate.c
2050
} else if (symbol_conf.show_nr_samples) {
tools/perf/util/annotate.c
2064
symbol_conf.show_total_period ? "Period" :
tools/perf/util/annotate.c
2065
symbol_conf.show_nr_samples ? "Samples" : "Percent");
tools/perf/util/annotate.c
2312
symbol_conf.show_nr_samples = perf_config_bool("show_nr_samples",
tools/perf/util/annotate.c
2315
symbol_conf.show_total_period = perf_config_bool("show_total_period",
tools/perf/util/annotate.c
2332
symbol_conf.addr2line_path = strdup(value);
tools/perf/util/annotate.c
2333
if (!symbol_conf.addr2line_path) {
tools/perf/util/annotate.c
2338
symbol_conf.demangle = perf_config_bool("demangle", value);
tools/perf/util/annotate.c
2340
symbol_conf.demangle_kernel = perf_config_bool("demangle_kernel", value);
tools/perf/util/annotate.c
2870
if (symbol_conf.annotate_data_sample) {
tools/perf/util/annotate.c
2912
if (!symbol_conf.init_annotation) {
tools/perf/util/annotate.c
841
if (symbol_conf.show_total_period)
tools/perf/util/annotate.c
844
else if (symbol_conf.show_nr_samples)
tools/perf/util/annotate.c
968
if (symbol_conf.skip_empty &&
tools/perf/util/annotate.h
381
return (symbol_conf.show_total_period ? 12 : 8) * notes->src->nr_events;
tools/perf/util/annotate.h
422
return (void *)sym - symbol_conf.priv_size;
tools/perf/util/auxtrace.c
2599
if (symbol_conf.kptr_restrict) {
tools/perf/util/block-info.c
306
symbol_conf.disable_add2line_warn = true;
tools/perf/util/block-info.c
509
symbol_conf.report_individual_block = true;
tools/perf/util/block-info.c
514
symbol_conf.report_individual_block = true;
tools/perf/util/bpf-event.c
817
if (symbol_conf.kallsyms_name != NULL)
tools/perf/util/bpf-event.c
818
kallsyms_filename = symbol_conf.kallsyms_name;
tools/perf/util/callchain.c
1129
if (sample->callchain == NULL && !symbol_conf.show_branchflag_count)
tools/perf/util/callchain.c
1132
if (symbol_conf.use_callchain || symbol_conf.cumulate_callchain ||
tools/perf/util/callchain.c
1133
perf_hpp_list.parent || symbol_conf.show_branchflag_count) {
tools/perf/util/callchain.c
1142
if ((!symbol_conf.use_callchain || sample->callchain == NULL) &&
tools/perf/util/callchain.c
1143
!symbol_conf.show_branchflag_count)
tools/perf/util/callchain.c
1528
if (!symbol_conf.use_callchain)
tools/perf/util/callchain.c
1556
if (!symbol_conf.use_callchain)
tools/perf/util/callchain.c
1686
if (symbol_conf.use_callchain || symbol_conf.cumulate_callchain) {
tools/perf/util/callchain.c
180
symbol_conf.use_callchain = true;
tools/perf/util/callchain.c
189
symbol_conf.use_callchain = false;
tools/perf/util/config.c
472
symbol_conf.show_hist_headers = perf_config_bool(var, value);
tools/perf/util/db-export.c
221
if (!symbol_conf.use_callchain || !sample->callchain)
tools/perf/util/dlfilter.c
36
if (symbol_conf.show_kernel_path && dso__long_name(dso))
tools/perf/util/dso.c
236
path__join3(filename, size, symbol_conf.symfs,
tools/perf/util/event.c
715
load_map = !symbol_conf.lazy_load_kernel_maps;
tools/perf/util/event.c
721
load_map = !symbol_conf.lazy_load_kernel_maps;
tools/perf/util/event.c
811
if (symbol_conf.guest_code && !machine__is_host(machine))
tools/perf/util/event.c
846
if (test_bit(al->parallelism, symbol_conf.parallelism_filter))
tools/perf/util/event.c
856
if (symbol_conf.dso_list &&
tools/perf/util/event.c
857
(!dso || !(strlist__has_entry(symbol_conf.dso_list,
tools/perf/util/event.c
860
strlist__has_entry(symbol_conf.dso_list,
tools/perf/util/event.c
866
} else if (symbol_conf.dso_list) {
tools/perf/util/event.c
870
if (symbol_conf.sym_list) {
tools/perf/util/event.c
876
ret = strlist__has_entry(symbol_conf.sym_list,
tools/perf/util/event.c
882
ret = strlist__has_entry(symbol_conf.sym_list,
tools/perf/util/event.c
885
if (!ret && symbol_conf.addr_list && al->map) {
tools/perf/util/event.c
888
ret = intlist__has_entry(symbol_conf.addr_list, addr);
tools/perf/util/event.c
889
if (!ret && symbol_conf.addr_range) {
tools/perf/util/event.c
890
ret = check_address_range(symbol_conf.addr_list,
tools/perf/util/event.c
891
symbol_conf.addr_range,
tools/perf/util/evsel.c
996
if (symbol_conf.skip_empty &&
tools/perf/util/evsel.h
462
if (!symbol_conf.event_group)
tools/perf/util/hist.c
1283
if (hist_entry__has_callchains(he) && symbol_conf.use_callchain)
tools/perf/util/hist.c
1454
if (symbol_conf.report_hierarchy) {
tools/perf/util/hist.c
1542
if (symbol_conf.comm_list == NULL &&
tools/perf/util/hist.c
1543
symbol_conf.pid_list == NULL &&
tools/perf/util/hist.c
1544
symbol_conf.tid_list == NULL)
tools/perf/util/hist.c
1548
if (symbol_conf.dso_list == NULL)
tools/perf/util/hist.c
1552
if (symbol_conf.sym_list == NULL)
tools/perf/util/hist.c
1556
if (__bitmap_weight(symbol_conf.parallelism_filter, MAX_NR_CPUS + 1) == 0)
tools/perf/util/hist.c
1725
symbol_conf.use_callchain) {
tools/perf/util/hist.c
1756
if (symbol_conf.report_hierarchy)
tools/perf/util/hist.c
1769
if (symbol_conf.cumulate_callchain)
tools/perf/util/hist.c
1773
if (hist_entry__has_callchains(he) && symbol_conf.use_callchain) {
tools/perf/util/hist.c
2004
if (symbol_conf.cumulate_callchain)
tools/perf/util/hist.c
2030
if (symbol_conf.cumulate_callchain)
tools/perf/util/hist.c
2072
if (symbol_conf.filter_relative)
tools/perf/util/hist.c
2080
if (symbol_conf.report_hierarchy) {
tools/perf/util/hist.c
2121
if (evsel && symbol_conf.use_callchain && !symbol_conf.show_ref_callgraph)
tools/perf/util/hist.c
2124
use_callchain = symbol_conf.use_callchain;
tools/perf/util/hist.c
2126
use_callchain |= symbol_conf.show_branchflag_count;
tools/perf/util/hist.c
2138
output_resort(hists, prog, symbol_conf.use_callchain, NULL, NULL);
tools/perf/util/hist.c
2144
output_resort(hists, prog, symbol_conf.use_callchain, cb, NULL);
tools/perf/util/hist.c
2233
if (symbol_conf.report_hierarchy) {
tools/perf/util/hist.c
231
if (symbol_conf.nanosecs)
tools/perf/util/hist.c
2460
if (symbol_conf.report_hierarchy)
tools/perf/util/hist.c
2470
if (symbol_conf.report_hierarchy)
tools/perf/util/hist.c
2480
if (symbol_conf.report_hierarchy)
tools/perf/util/hist.c
2490
if (symbol_conf.report_hierarchy)
tools/perf/util/hist.c
2500
if (symbol_conf.report_hierarchy)
tools/perf/util/hist.c
2579
if (symbol_conf.cumulate_callchain)
tools/perf/util/hist.c
2704
if (symbol_conf.report_hierarchy) {
tools/perf/util/hist.c
2779
if (symbol_conf.report_hierarchy) {
tools/perf/util/hist.c
2878
if (symbol_conf.skip_empty && total_samples == 0)
tools/perf/util/hist.c
2899
return symbol_conf.filter_relative ? hists->stats.total_non_filtered_period :
tools/perf/util/hist.c
2905
return symbol_conf.filter_relative ? hists->stats.total_non_filtered_latency :
tools/perf/util/hist.c
2925
if (symbol_conf.filter_relative) {
tools/perf/util/hist.c
2939
if (symbol_conf.filter_relative) {
tools/perf/util/hist.c
2949
if (symbol_conf.show_ref_callgraph &&
tools/perf/util/hist.c
2992
symbol_conf.filter_relative = true;
tools/perf/util/hist.c
2994
symbol_conf.filter_relative = false;
tools/perf/util/hist.c
302
unsigned long time_quantum = symbol_conf.time_quantum;
tools/perf/util/hist.c
3020
hists->parallelism_filter = symbol_conf.parallelism_filter;
tools/perf/util/hist.c
413
if (symbol_conf.cumulate_callchain)
tools/perf/util/hist.c
530
if (symbol_conf.cumulate_callchain) {
tools/perf/util/hist.c
567
if (hist_entry__has_callchains(he) && symbol_conf.use_callchain)
tools/perf/util/hist.c
582
if (symbol_conf.res_sample) {
tools/perf/util/hist.c
583
he->res_samples = calloc(symbol_conf.res_sample,
tools/perf/util/hist.c
594
if (!symbol_conf.report_hierarchy)
tools/perf/util/hist.c
645
if (symbol_conf.use_callchain)
tools/perf/util/hist.c
661
if (symbol_conf.exclude_other && parent == NULL)
tools/perf/util/hist.c
668
if (!hist_entry__has_callchains(he) || !symbol_conf.use_callchain)
tools/perf/util/hist.c
710
if (symbol_conf.cumulate_callchain)
tools/perf/util/hist.c
756
if (symbol_conf.cumulate_callchain)
tools/perf/util/hist.c
780
if (he->num_res < symbol_conf.res_sample) {
tools/perf/util/hist.c
783
j = random_max(symbol_conf.res_sample);
tools/perf/util/hist.c
81
!symbol_conf.col_width_list_str && !symbol_conf.field_sep &&
tools/perf/util/hist.c
82
!symbol_conf.dso_list)
tools/perf/util/hist.c
853
if (he && symbol_conf.res_sample)
tools/perf/util/hist.h
443
if (symbol_conf.cumulate_callchain)
tools/perf/util/hist.h
679
return !symbol_conf.field_sep;
tools/perf/util/intel-pt.c
2806
if (symbol_conf.guest_code && (state->from_nr || state->to_nr))
tools/perf/util/intel-pt.c
4638
!symbol_conf.use_callchain) {
tools/perf/util/intel-pt.c
4639
symbol_conf.use_callchain = true;
tools/perf/util/intel-pt.c
4641
symbol_conf.use_callchain = false;
tools/perf/util/intel-pt.c
708
if (symbol_conf.guest_code) {
tools/perf/util/intel-pt.c
784
} else if ((!symbol_conf.guest_code && cpumode != PERF_RECORD_MISC_GUEST_KERNEL) ||
tools/perf/util/libbfd.c
236
if (!symbol_conf.disable_add2line_warn)
tools/perf/util/machine.c
1219
if (symbol_conf.default_guest_vmlinux_name ||
tools/perf/util/machine.c
1220
symbol_conf.default_guest_modules ||
tools/perf/util/machine.c
1221
symbol_conf.default_guest_kallsyms) {
tools/perf/util/machine.c
1225
if (symbol_conf.guestmount) {
tools/perf/util/machine.c
1226
items = scandir(symbol_conf.guestmount, &namelist, NULL, NULL);
tools/perf/util/machine.c
1243
symbol_conf.guestmount,
tools/perf/util/machine.c
1492
modules = symbol_conf.default_guest_modules;
tools/perf/util/machine.c
1557
if (symbol_conf.use_modules && machine__create_modules(machine) < 0) {
tools/perf/util/machine.c
1939
if (symbol_conf.keep_exited_threads)
tools/perf/util/machine.c
2107
if (!symbol_conf.inline_name || !map || !sym)
tools/perf/util/machine.c
2215
if (symbol_conf.hide_unresolved && al.sym == NULL)
tools/perf/util/machine.c
2968
if (symbol_conf.hide_unresolved && entry->ms.sym == NULL)
tools/perf/util/machine.c
329
(symbol_conf.guestmount)) {
tools/perf/util/machine.c
330
sprintf(path, "%s/%d", symbol_conf.guestmount, pid);
tools/perf/util/machine.c
966
if (symbol_conf.vmlinux_name)
tools/perf/util/machine.c
967
vmlinux_name = symbol_conf.vmlinux_name;
tools/perf/util/machine.c
972
if (symbol_conf.default_guest_vmlinux_name)
tools/perf/util/machine.c
973
vmlinux_name = symbol_conf.default_guest_vmlinux_name;
tools/perf/util/machine.c
990
scnprintf(buf, bufsz, "%s", symbol_conf.default_guest_kallsyms);
tools/perf/util/map.c
441
(symbol_conf.show_kernel_path ||
tools/perf/util/map.c
447
char buf[symbol_conf.pad_output_len_dso + 1];
tools/perf/util/map.c
458
if (symbol_conf.pad_output_len_dso) {
tools/perf/util/map.c
459
scnprintf_pad(buf, symbol_conf.pad_output_len_dso, "%s", dsoname);
tools/perf/util/probe-event.c
380
vmlinux_name = symbol_conf.vmlinux_name;
tools/perf/util/probe-event.c
722
return (symbol_conf.ignore_vmlinux_buildid) ? 0 : -ENOENT;
tools/perf/util/probe-event.c
852
if (symbol_conf.ignore_vmlinux_buildid)
tools/perf/util/probe-event.c
854
symbol_conf.vmlinux_name);
tools/perf/util/probe-event.c
86
symbol_conf.allow_aliases = true;
tools/perf/util/probe-event.c
96
if (symbol_conf.vmlinux_name)
tools/perf/util/probe-event.c
97
pr_debug("Use vmlinux: %s\n", symbol_conf.vmlinux_name);
tools/perf/util/probe-finder.c
1906
const char *prefix = symbol_conf.source_prefix;
tools/perf/util/probe-finder.c
1940
if (!symbol_conf.source_prefix) {
tools/perf/util/scripting-engines/trace-event-perl.c
270
if (!symbol_conf.use_callchain || !sample->callchain)
tools/perf/util/scripting-engines/trace-event-perl.c
323
if (symbol_conf.show_kernel_path && dso__long_name(dso))
tools/perf/util/scripting-engines/trace-event-python.c
1873
symbol_conf.priv_size = sizeof(u64);
tools/perf/util/scripting-engines/trace-event-python.c
371
if (symbol_conf.show_kernel_path && dso__long_name(dso))
tools/perf/util/scripting-engines/trace-event-python.c
403
if (!symbol_conf.use_callchain || !sample->callchain)
tools/perf/util/session.c
1242
if (symbol_conf.guest_code)
tools/perf/util/session.c
191
if (!symbol_conf.kallsyms_name &&
tools/perf/util/session.c
192
!symbol_conf.vmlinux_name)
tools/perf/util/session.c
193
symbol_conf.kallsyms_name = perf_data__kallsyms_name(data);
tools/perf/util/session.c
62
symbol_conf.keep_exited_threads = true;
tools/perf/util/sort.c
1082
if (symbol_conf.nanosecs)
tools/perf/util/sort.c
1117
if (symbol_conf.raw_trace)
tools/perf/util/sort.c
3461
bool raw_trace = symbol_conf.raw_trace;
tools/perf/util/sort.c
3583
symbol_conf.annotate_data_member = true;
tools/perf/util/sort.c
3879
if (symbol_conf.raw_trace)
tools/perf/util/sort.c
3939
if (symbol_conf.prefer_latency) {
tools/perf/util/sort.c
3942
if (symbol_conf.cumulate_callchain) {
tools/perf/util/sort.c
3948
if (symbol_conf.enable_latency)
tools/perf/util/sort.c
3951
if (symbol_conf.cumulate_callchain) {
tools/perf/util/sort.c
3952
if (symbol_conf.enable_latency)
tools/perf/util/sort.c
4039
return __get_elide(symbol_conf.sym_list, "symbol", output);
tools/perf/util/sort.c
4041
return __get_elide(symbol_conf.dso_list, "dso", output);
tools/perf/util/sort.c
4043
return __get_elide(symbol_conf.comm_list, "comm", output);
tools/perf/util/sort.c
4053
return __get_elide(symbol_conf.sym_from_list, "sym_from", output);
tools/perf/util/sort.c
4055
return __get_elide(symbol_conf.sym_to_list, "sym_to", output);
tools/perf/util/sort.c
4057
return __get_elide(symbol_conf.dso_from_list, "dso_from", output);
tools/perf/util/sort.c
4059
return __get_elide(symbol_conf.dso_to_list, "dso_to", output);
tools/perf/util/sort.c
4061
return __get_elide(symbol_conf.sym_from_list, "addr_from", output);
tools/perf/util/sort.c
4063
return __get_elide(symbol_conf.sym_to_list, "addr_to", output);
tools/perf/util/sort.c
81
if (symbol_conf.field_sep && n > 0) {
tools/perf/util/sort.c
85
sep = strchr(sep, *symbol_conf.field_sep);
tools/perf/util/srcline.c
145
if (symbol_conf.addr2line_style[0] == A2L_STYLE_UNKNOWN) {
tools/perf/util/srcline.c
150
symbol_conf.addr2line_style[i++] = A2L_STYLE_LIBDW;
tools/perf/util/srcline.c
153
symbol_conf.addr2line_style[i++] = A2L_STYLE_LLVM;
tools/perf/util/srcline.c
156
symbol_conf.addr2line_style[i++] = A2L_STYLE_LIBBFD;
tools/perf/util/srcline.c
158
symbol_conf.addr2line_style[i++] = A2L_STYLE_CMD;
tools/perf/util/srcline.c
161
for (size_t i = 0; i < ARRAY_SIZE(symbol_conf.addr2line_style); i++) {
tools/perf/util/srcline.c
162
switch (symbol_conf.addr2line_style[i]) {
tools/perf/util/srcline.c
214
while (p && i < ARRAY_SIZE(symbol_conf.addr2line_style)) {
tools/perf/util/srcline.c
220
symbol_conf.addr2line_style[i++] = j;
tools/perf/util/symbol-elf.c
1196
if (dso__has_build_id(dso) && !symbol_conf.ignore_vmlinux_buildid) {
tools/perf/util/symbol.c
1020
if (symbol_conf.kptr_restrict) {
tools/perf/util/symbol.c
1935
if (!symbol_conf.ignore_vmlinux_buildid)
tools/perf/util/symbol.c
2078
if (symbol_conf.kallsyms_name != NULL) {
tools/perf/util/symbol.c
2079
kallsyms_filename = symbol_conf.kallsyms_name;
tools/perf/util/symbol.c
2083
if (!symbol_conf.ignore_vmlinux && symbol_conf.vmlinux_name != NULL) {
tools/perf/util/symbol.c
2084
return dso__load_vmlinux(dso, map, symbol_conf.vmlinux_name, false);
tools/perf/util/symbol.c
2092
if (!symbol_conf.ignore_vmlinux_buildid)
tools/perf/util/symbol.c
2100
if (!symbol_conf.ignore_vmlinux && vmlinux_path != NULL) {
tools/perf/util/symbol.c
2107
if (symbol_conf.symfs[0] != 0)
tools/perf/util/symbol.c
212
if (symbol_conf.allow_aliases)
tools/perf/util/symbol.c
2147
if (symbol_conf.default_guest_vmlinux_name != NULL) {
tools/perf/util/symbol.c
2149
symbol_conf.default_guest_vmlinux_name,
tools/perf/util/symbol.c
2154
kallsyms_filename = symbol_conf.default_guest_kallsyms;
tools/perf/util/symbol.c
2224
if (symbol_conf.symfs[0] != 0)
tools/perf/util/symbol.c
2261
symbol_conf.has_filter = true;
tools/perf/util/symbol.c
2349
if (symbol_conf.init_annotation)
tools/perf/util/symbol.c
2352
if (symbol_conf.initialized) {
tools/perf/util/symbol.c
2357
symbol_conf.priv_size += sizeof(struct annotation);
tools/perf/util/symbol.c
2358
symbol_conf.init_annotation = true;
tools/perf/util/symbol.c
2368
if (symbol_conf.parallelism_list_str == NULL)
tools/perf/util/symbol.c
2371
map = perf_cpu_map__new(symbol_conf.parallelism_list_str);
tools/perf/util/symbol.c
2377
bitmap_fill(symbol_conf.parallelism_filter, MAX_NR_CPUS + 1);
tools/perf/util/symbol.c
2383
__clear_bit(cpu.cpu, symbol_conf.parallelism_filter);
tools/perf/util/symbol.c
2396
if (symbol_conf.initialized)
tools/perf/util/symbol.c
2399
symbol_conf.priv_size = PERF_ALIGN(symbol_conf.priv_size, sizeof(u64));
tools/perf/util/symbol.c
2403
if (symbol_conf.try_vmlinux_path && vmlinux_path__init(env) < 0)
tools/perf/util/symbol.c
2406
if (symbol_conf.field_sep && *symbol_conf.field_sep == '.') {
tools/perf/util/symbol.c
2414
if (setup_list(&symbol_conf.dso_list,
tools/perf/util/symbol.c
2415
symbol_conf.dso_list_str, "dso") < 0)
tools/perf/util/symbol.c
2418
if (setup_list(&symbol_conf.comm_list,
tools/perf/util/symbol.c
2419
symbol_conf.comm_list_str, "comm") < 0)
tools/perf/util/symbol.c
2422
if (setup_intlist(&symbol_conf.pid_list,
tools/perf/util/symbol.c
2423
symbol_conf.pid_list_str, "pid") < 0)
tools/perf/util/symbol.c
2426
if (setup_intlist(&symbol_conf.tid_list,
tools/perf/util/symbol.c
2427
symbol_conf.tid_list_str, "tid") < 0)
tools/perf/util/symbol.c
2430
if (setup_list(&symbol_conf.sym_list,
tools/perf/util/symbol.c
2431
symbol_conf.sym_list_str, "symbol") < 0)
tools/perf/util/symbol.c
2434
if (symbol_conf.sym_list &&
tools/perf/util/symbol.c
2435
setup_addrlist(&symbol_conf.addr_list, symbol_conf.sym_list) < 0)
tools/perf/util/symbol.c
2438
if (setup_list(&symbol_conf.bt_stop_list,
tools/perf/util/symbol.c
2439
symbol_conf.bt_stop_list_str, "symbol") < 0)
tools/perf/util/symbol.c
2446
symfs = realpath(symbol_conf.symfs, NULL);
tools/perf/util/symbol.c
2448
symfs = symbol_conf.symfs;
tools/perf/util/symbol.c
2450
symbol_conf.symfs = "";
tools/perf/util/symbol.c
2451
if (symfs != symbol_conf.symfs)
tools/perf/util/symbol.c
2454
symbol_conf.kptr_restrict = symbol__read_kptr_restrict();
tools/perf/util/symbol.c
2456
symbol_conf.initialized = true;
tools/perf/util/symbol.c
2460
strlist__delete(symbol_conf.sym_list);
tools/perf/util/symbol.c
2461
intlist__delete(symbol_conf.addr_list);
tools/perf/util/symbol.c
2463
intlist__delete(symbol_conf.tid_list);
tools/perf/util/symbol.c
2465
intlist__delete(symbol_conf.pid_list);
tools/perf/util/symbol.c
2467
strlist__delete(symbol_conf.comm_list);
tools/perf/util/symbol.c
2469
strlist__delete(symbol_conf.dso_list);
tools/perf/util/symbol.c
2475
if (!symbol_conf.initialized)
tools/perf/util/symbol.c
2477
strlist__delete(symbol_conf.bt_stop_list);
tools/perf/util/symbol.c
2478
strlist__delete(symbol_conf.sym_list);
tools/perf/util/symbol.c
2479
strlist__delete(symbol_conf.dso_list);
tools/perf/util/symbol.c
2480
strlist__delete(symbol_conf.comm_list);
tools/perf/util/symbol.c
2481
intlist__delete(symbol_conf.tid_list);
tools/perf/util/symbol.c
2482
intlist__delete(symbol_conf.pid_list);
tools/perf/util/symbol.c
2483
intlist__delete(symbol_conf.addr_list);
tools/perf/util/symbol.c
2485
symbol_conf.sym_list = symbol_conf.dso_list = symbol_conf.comm_list = NULL;
tools/perf/util/symbol.c
2486
symbol_conf.bt_stop_list = NULL;
tools/perf/util/symbol.c
2487
symbol_conf.initialized = false;
tools/perf/util/symbol.c
2496
symbol_conf.symfs = strdup(dir);
tools/perf/util/symbol.c
2497
if (symbol_conf.symfs == NULL)
tools/perf/util/symbol.c
2522
if (symbol_conf.vmlinux_name &&
tools/perf/util/symbol.c
2523
access(symbol_conf.vmlinux_name, R_OK)) {
tools/perf/util/symbol.c
2524
pr_err("Invalid file: %s\n", symbol_conf.vmlinux_name);
tools/perf/util/symbol.c
2527
if (symbol_conf.kallsyms_name &&
tools/perf/util/symbol.c
2528
access(symbol_conf.kallsyms_name, R_OK)) {
tools/perf/util/symbol.c
2529
pr_err("Invalid file: %s\n", symbol_conf.kallsyms_name);
tools/perf/util/symbol.c
2537
return is_kernel_sym ? symbol_conf.demangle_kernel : symbol_conf.demangle;
tools/perf/util/symbol.c
309
struct symbol *sym = calloc(1, (symbol_conf.priv_size +
tools/perf/util/symbol.c
314
if (symbol_conf.priv_size) {
tools/perf/util/symbol.c
315
if (symbol_conf.init_annotation) {
tools/perf/util/symbol.c
319
sym = ((void *)sym) + symbol_conf.priv_size;
tools/perf/util/symbol.c
337
if (symbol_conf.priv_size) {
tools/perf/util/symbol.c
338
if (symbol_conf.init_annotation) {
tools/perf/util/symbol.c
344
free(((void *)sym) - symbol_conf.priv_size);
tools/perf/util/symbol.c
59
struct symbol_conf symbol_conf = {
tools/perf/util/symbol.c
887
if (!symbol_conf.use_modules)
tools/perf/util/symbol.h
109
return ((void *)sym) - symbol_conf.priv_size;
tools/perf/util/symbol.h
99
return path__join(bf, size, symbol_conf.symfs, path);
tools/perf/util/symbol_conf.h
103
extern struct symbol_conf symbol_conf;
tools/perf/util/synthetic-events.c
1132
size_t size = symbol_conf.no_buildid_mmap2 ?
tools/perf/util/synthetic-events.c
1167
if (!symbol_conf.no_buildid_mmap2) {
tools/perf/util/synthetic-events.c
535
if (!symbol_conf.no_buildid_mmap2)
tools/perf/util/synthetic-events.c
693
if (!symbol_conf.no_buildid_mmap2) {
tools/perf/util/synthetic-events.c
742
size_t size = symbol_conf.no_buildid_mmap2
tools/perf/util/thread.h
354
if (symbol_conf.comm_list &&
tools/perf/util/thread.h
355
!strlist__has_entry(symbol_conf.comm_list, thread__comm_str(thread))) {
tools/perf/util/thread.h
359
if (symbol_conf.pid_list &&
tools/perf/util/thread.h
360
!intlist__has_entry(symbol_conf.pid_list, thread__pid(thread))) {
tools/perf/util/thread.h
364
if (symbol_conf.tid_list &&
tools/perf/util/thread.h
365
!intlist__has_entry(symbol_conf.tid_list, thread__tid(thread))) {