Searched refs:symbol__annotate (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | annotate.h | 442 int symbol__annotate(struct map_symbol *ms,
|
| H A D | annotate.c | 1011 int symbol__annotate(struct map_symbol *ms, struct evsel *evsel, in symbol__annotate() function 1713 err = symbol__annotate(ms, evsel, NULL); in hist_entry__tty_annotate() 2213 err = symbol__annotate(ms, evsel, parch); in symbol__annotate2() 2939 if (symbol__annotate(ms, evsel, &arch) < 0) { in hist_entry__get_data_type()
|
| /linux/tools/perf/ |
| H A D | builtin-top.c | 151 err = symbol__annotate(&he->ms, evsel, NULL); in perf_top__parse_source()
|