Searched refs:annotated_source (Results 1 – 6 of 6) sorted by relevance
| /kernel/linux/linux-5.10/tools/perf/util/ |
| D | annotate.h | 265 struct annotated_source { struct 297 struct annotated_source *src; 324 static inline struct sym_hist *annotated_source__histogram(struct annotated_source *src, int idx) in annotated_source__histogram() 349 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists); 389 void annotated_source__purge(struct annotated_source *as);
|
| D | annotate.c | 756 static struct annotated_source *annotated_source__new(void) in annotated_source__new() 758 struct annotated_source *src = zalloc(sizeof(*src)); in annotated_source__new() 766 static __maybe_unused void annotated_source__delete(struct annotated_source *src) in annotated_source__delete() 775 static int annotated_source__alloc_histograms(struct annotated_source *src, in annotated_source__alloc_histograms() 884 struct annotated_source *src, int evidx, u64 addr, in __symbol__inc_addr_samples() 938 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists) in symbol__hists() 963 struct annotated_source *src; in symbol__inc_addr_samples() 2585 void annotated_source__purge(struct annotated_source *as) in annotated_source__purge()
|
| /kernel/linux/linux-6.6/tools/perf/util/ |
| D | annotate.h | 271 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);
|
| D | annotate.c | 801 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()
|
| /kernel/linux/linux-6.6/tools/perf/ui/browsers/ |
| D | hists.c | 2463 struct annotated_source *src; in symbol__new_unresolved()
|
| /kernel/linux/linux-5.10/tools/perf/ui/browsers/ |
| D | hists.c | 2465 struct annotated_source *src; in symbol__new_unresolved()
|