Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dannotate.h271 struct annotated_source { struct
304 struct annotated_source *src;
341 static inline struct sym_hist *annotated_source__histogram(struct annotated_source *src, int idx) in annotated_source__histogram()
366 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists);
403 void annotated_source__purge(struct annotated_source *as);
H A Dannotate.c801 static struct annotated_source *annotated_source__new(void) in annotated_source__new()
803 struct annotated_source *src = zalloc(sizeof(*src)); in annotated_source__new()
811 static __maybe_unused void annotated_source__delete(struct annotated_source *src) in annotated_source__delete()
819 static int annotated_source__alloc_histograms(struct annotated_source *src, in annotated_source__alloc_histograms()
917 struct annotated_source *src, int evidx, u64 addr, in __symbol__inc_addr_samples()
981 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists) in symbol__hists()
1006 struct annotated_source *src; in symbol__inc_addr_samples()
2746 void annotated_source__purge(struct annotated_source *as) in annotated_source__purge()
2828 struct annotated_source *src = notes->src; in annotation__set_offsets()
/openbmc/linux/tools/perf/ui/browsers/
H A Dhists.c2463 struct annotated_source *src; in symbol__new_unresolved()