Lines Matching defs:symbol_conf
10 struct symbol_conf { struct
11 bool nanosecs;
12 unsigned short priv_size;
13 bool try_vmlinux_path,
14 init_annotation,
15 force,
16 ignore_vmlinux,
17 ignore_vmlinux_buildid,
18 show_kernel_path,
19 use_modules,
20 allow_aliases,
21 sort_by_name,
22 show_nr_samples,
23 show_total_period,
24 use_callchain,
25 cumulate_callchain,
26 show_branchflag_count,
27 exclude_other,
28 show_cpu_utilization,
29 initialized,
30 kptr_restrict,
31 event_group,
32 demangle,
33 demangle_kernel,
34 filter_relative,
35 show_hist_headers,
36 branch_callstack,
37 has_filter,
38 show_ref_callgraph,
39 hide_unresolved,
40 raw_trace,
41 report_hierarchy,
42 report_block,
43 inline_name,
44 disable_add2line_warn;
45 const char *vmlinux_name,
46 *kallsyms_name,
47 *source_prefix,
48 *field_sep,
49 *graph_function;
50 const char *default_guest_vmlinux_name,
51 *default_guest_kallsyms,
52 *default_guest_modules;
53 const char *guestmount;
77 extern struct symbol_conf symbol_conf; argument