Lines Matching defs:symbol_conf
69 struct symbol_conf { struct70 unsigned short priv_size;71 unsigned short nr_events;72 bool try_vmlinux_path,73 use_modules,74 sort_by_name,75 show_nr_samples,76 show_total_period,77 use_callchain,78 exclude_other,102 extern struct symbol_conf symbol_conf; argument