Symbol: annotated_source
tools/perf/builtin-c2c.c
2597
struct annotated_source *src = NULL;
tools/perf/ui/browsers/hists.c
2504
struct annotated_source *src;
tools/perf/util/annotate.c
104
static struct annotated_source *annotated_source__new(void)
tools/perf/util/annotate.c
106
struct annotated_source *src = zalloc(sizeof(*src));
tools/perf/util/annotate.c
114
static __maybe_unused void annotated_source__delete(struct annotated_source *src)
tools/perf/util/annotate.c
131
static int annotated_source__alloc_histograms(struct annotated_source *src,
tools/perf/util/annotate.c
1459
void annotated_source__purge(struct annotated_source *as)
tools/perf/util/annotate.c
1543
struct annotated_source *src = notes->src;
tools/perf/util/annotate.c
217
struct annotated_source *src, struct evsel *evsel, u64 addr,
tools/perf/util/annotate.c
302
struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists)
tools/perf/util/annotate.c
326
struct annotated_source *src;
tools/perf/util/annotate.c
431
struct annotation_line *annotated_source__get_line(struct annotated_source *src,
tools/perf/util/annotate.h
322
struct annotation_line *annotated_source__get_line(struct annotated_source *src,
tools/perf/util/annotate.h
358
struct annotated_source *src;
tools/perf/util/annotate.h
397
static inline struct sym_hist *annotated_source__histogram(struct annotated_source *src,
tools/perf/util/annotate.h
410
annotated_source__hist_entry(struct annotated_source *src, const struct evsel *evsel, u64 offset)
tools/perf/util/annotate.h
439
struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists);
tools/perf/util/annotate.h
476
void annotated_source__purge(struct annotated_source *as);