Lines Matching defs:symbol_conf
91 struct symbol_conf { struct
92 unsigned short priv_size;
93 bool try_vmlinux_path,
94 init_annotation,
95 force,
96 ignore_vmlinux,
97 ignore_vmlinux_buildid,
98 show_kernel_path,
99 use_modules,
100 allow_aliases,
101 sort_by_name,
102 show_nr_samples,
103 show_total_period,
104 use_callchain,
105 cumulate_callchain,
106 show_branchflag_count,
107 exclude_other,
108 show_cpu_utilization,
109 initialized,
110 kptr_restrict,
111 event_group,
112 demangle,
113 demangle_kernel,
114 filter_relative,
115 show_hist_headers,
116 branch_callstack,
117 has_filter,
118 show_ref_callgraph,
119 hide_unresolved,
120 raw_trace,
121 report_hierarchy,
122 inline_name;
123 const char *vmlinux_name,
124 *kallsyms_name,
125 *source_prefix,
126 *field_sep;
127 const char *default_guest_vmlinux_name,
151 extern struct symbol_conf symbol_conf; argument