Searched refs:symbol__annotate (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/tools/perf/ui/gtk/ | 
| D | annotate.c | 176 	err = symbol__annotate(sym, map, evsel, 0, &annotation__default_options, NULL);  in symbol__gtk_annotate()
 | 
| /Linux-v5.4/tools/perf/util/ | 
| D | annotate.h | 350 int symbol__annotate(struct symbol *sym, struct map *map,
 | 
| D | annotate.c | 2074 int symbol__annotate(struct symbol *sym, struct map *map,  in symbol__annotate()  function2717 	if (symbol__annotate(sym, map, evsel, 0, opts, NULL) < 0)  in symbol__tty_annotate()
 2996 	err = symbol__annotate(sym, map, evsel, 0, options, parch);  in symbol__annotate2()
 
 | 
| /Linux-v5.4/tools/perf/ | 
| D | builtin-top.c | 145 	err = symbol__annotate(sym, map, evsel, 0, &top->annotation_opts, NULL);  in perf_top__parse_source()
 |