Searched refs:symbol__annotate (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
D | annotate.h | 157 int symbol__annotate(struct symbol *sym, struct map *map, size_t privsize);
|
D | annotate.c | 1075 int symbol__annotate(struct symbol *sym, struct map *map, size_t privsize) in symbol__annotate() function 1617 if (symbol__annotate(sym, map, 0) < 0) in symbol__tty_annotate() 1640 return symbol__annotate(he->ms.sym, he->ms.map, privsize); in hist_entry__annotate()
|
/linux-4.4.14/tools/perf/ui/gtk/ |
D | annotate.c | 169 if (symbol__annotate(sym, map, 0) < 0) { in symbol__gtk_annotate()
|
/linux-4.4.14/tools/perf/ |
D | builtin-top.c | 130 err = symbol__annotate(sym, map, 0); in perf_top__parse_source()
|
/linux-4.4.14/tools/perf/ui/browsers/ |
D | annotate.c | 1054 if (symbol__annotate(sym, map, sizeof_bdl) < 0) { in symbol__tui_annotate()
|