Lines Matching defs:symbol_conf
83 struct symbol_conf { struct
84 unsigned short priv_size;
85 unsigned short nr_events;
86 bool try_vmlinux_path,
87 ignore_vmlinux,
88 ignore_vmlinux_buildid,
89 show_kernel_path,
90 use_modules,
91 allow_aliases,
92 sort_by_name,
93 show_nr_samples,
94 show_total_period,
95 use_callchain,
96 cumulate_callchain,
97 exclude_other,
98 show_cpu_utilization,
99 initialized,
100 kptr_restrict,
101 annotate_asm_raw,
102 annotate_src,
103 event_group,
104 demangle,
105 demangle_kernel,
106 filter_relative,
107 show_hist_headers,
108 branch_callstack,
109 has_filter;
110 const char *vmlinux_name,
111 *kallsyms_name,
112 *source_prefix,
136 extern struct symbol_conf symbol_conf; argument