Searched refs:annotated_source (Results 1 – 3 of 3) sorted by relevance
| /tools/perf/util/ |
| D | annotate.h | 274 struct annotated_source { struct 295 struct annotation_line *annotated_source__get_line(struct annotated_source *src, argument 331 struct annotated_source *src; 370 static inline struct sym_hist *annotated_source__histogram(struct annotated_source *src, int idx) in annotated_source__histogram() 381 annotated_source__hist_entry(struct annotated_source *src, int idx, u64 offset) in annotated_source__hist_entry() 410 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists); 447 void annotated_source__purge(struct annotated_source *as);
|
| D | annotate.c | 101 static struct annotated_source *annotated_source__new(void) in annotated_source__new() 103 struct annotated_source *src = zalloc(sizeof(*src)); in annotated_source__new() 111 static __maybe_unused void annotated_source__delete(struct annotated_source *src) in annotated_source__delete() 128 static int annotated_source__alloc_histograms(struct annotated_source *src, in annotated_source__alloc_histograms() 212 struct annotated_source *src, int evidx, u64 addr, in __symbol__inc_addr_samples() 297 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists) in symbol__hists() 321 struct annotated_source *src; in symbol__inc_addr_samples() 426 struct annotation_line *annotated_source__get_line(struct annotated_source *src, in annotated_source__get_line() 1397 void annotated_source__purge(struct annotated_source *as) in annotated_source__purge() 1480 struct annotated_source *src = notes->src; in annotation__set_index()
|
| /tools/perf/ui/browsers/ |
| D | hists.c | 2464 struct annotated_source *src; in symbol__new_unresolved()
|