Home
last modified time | relevance | path

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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dsymbol.h94 struct symbol_conf { struct
95 unsigned short priv_size;
96 unsigned short nr_events;
97 bool try_vmlinux_path,
98 show_kernel_path,
99 use_modules,
100 sort_by_name,
101 show_nr_samples,
102 show_total_period,
103 use_callchain,
[all …]
Dsymbol.c34 struct symbol_conf symbol_conf = { variable