Home
last modified time | relevance | path

Searched defs:symbol_conf (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/tools/perf/util/
Dsymbol.h69 struct symbol_conf { struct
70 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,
[all …]
Dsymbol.c44 struct symbol_conf symbol_conf = { variable