Searched refs:annotated_source (Results 1 – 2 of 2) sorted by relevance
262 struct annotated_source { struct295 struct annotated_source *src;322 static inline struct sym_hist *annotated_source__histogram(struct annotated_source *src, int idx) in annotated_source__histogram()347 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists);389 void annotated_source__purge(struct annotated_source *as);
740 static struct annotated_source *annotated_source__new(void) in annotated_source__new()742 struct annotated_source *src = zalloc(sizeof(*src)); in annotated_source__new()750 static __maybe_unused void annotated_source__delete(struct annotated_source *src) in annotated_source__delete()759 static int annotated_source__alloc_histograms(struct annotated_source *src, in annotated_source__alloc_histograms()864 struct annotated_source *src, int evidx, u64 addr, in __symbol__inc_addr_samples()917 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists) in symbol__hists()941 struct annotated_source *src; in symbol__inc_addr_samples()2484 void annotated_source__purge(struct annotated_source *as) in annotated_source__purge()