Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/
Dannotate.h266 struct annotated_source { struct
297 struct annotated_source *src;
334 static inline struct sym_hist *annotated_source__histogram(struct annotated_source *src, int idx) in annotated_source__histogram()
359 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists);
399 void annotated_source__purge(struct annotated_source *as);
Dannotate.c798 static struct annotated_source *annotated_source__new(void) in annotated_source__new()
800 struct annotated_source *src = zalloc(sizeof(*src)); in annotated_source__new()
808 static __maybe_unused void annotated_source__delete(struct annotated_source *src) in annotated_source__delete()
817 static int annotated_source__alloc_histograms(struct annotated_source *src, in annotated_source__alloc_histograms()
926 struct annotated_source *src, int evidx, u64 addr, in __symbol__inc_addr_samples()
980 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists) in symbol__hists()
1005 struct annotated_source *src; in symbol__inc_addr_samples()
2715 void annotated_source__purge(struct annotated_source *as) in annotated_source__purge()
/Linux-v6.6/tools/perf/ui/browsers/
Dhists.c2466 struct annotated_source *src; in symbol__new_unresolved()