Home
last modified time | relevance | path

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

/external/linux-tools-perf/util/
Dannotate.c69 h = annotation__histogram(notes, evidx); in symbol__inc_addr_samples()
127 struct sym_hist *h = annotation__histogram(notes, evidx); in objdump_line__print()
411 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__get_source_line()
495 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_hits()
572 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_zero_histogram()
580 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_decay_histogram()
Dannotate.h71 static inline struct sym_hist *annotation__histogram(struct annotation *notes, int idx) in annotation__histogram() function
/external/linux-tools-perf/util/ui/browsers/
Dannotate.c73 struct sym_hist *h = annotation__histogram(notes, evidx); in objdump_line__calc_percent()