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

/linux-master/tools/perf/util/
H A Dannotate.h293 * struct annotated_source - symbols with hits have this attached as in annotation
315 struct annotated_source { struct
365 struct annotated_source *src;
402 static inline struct sym_hist *annotated_source__histogram(struct annotated_source *src, int idx)
413 annotated_source__hist_entry(struct annotated_source *src, int idx, u64 offset)
440 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists);
477 void annotated_source__purge(struct annotated_source *as);
H A Dannotate.c878 static struct annotated_source *annotated_source__new(void)
880 struct annotated_source *src = zalloc(sizeof(*src));
888 static __maybe_unused void annotated_source__delete(struct annotated_source *src)
898 static int annotated_source__alloc_histograms(struct annotated_source *src,
982 struct annotated_source *src, int evidx, u64 addr,
1059 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists)
1083 struct annotated_source *src;
2856 void annotated_source__purge(struct annotated_source *as)
2938 struct annotated_source *src = notes->src;
/linux-master/tools/perf/ui/browsers/
H A Dhists.c2463 struct annotated_source *src;

Completed in 109 milliseconds