Searched refs:sym_ext (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-annotate.c95 struct sym_ext *sym_ext = priv->ext; local
102 if (sym_ext) {
104 path = sym_ext[offset].path;
105 percent += sym_ext[offset].percent;
112 if (sym_ext == NULL && h->sum)
146 static void insert_source_line(struct sym_ext *sym_ext) argument
148 struct sym_ext *iter;
154 iter = rb_entry(parent, struct sym_ext, nod
169 struct sym_ext *sym_ext = priv->ext; local
191 struct sym_ext *sym_ext; local
237 struct sym_ext *sym_ext; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/ui/browsers/
H A Dannotate.c72 struct sym_ext *sym_ext = priv->ext; local
80 if (sym_ext) {
81 percent += sym_ext[offset].percent;
88 if (sym_ext == NULL && h->sum)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dhist.h29 struct sym_ext { struct
37 struct sym_ext *ext;

Completed in 118 milliseconds