Home
last modified time | relevance | path

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

/linux-2.6.39/tools/perf/util/
Dannotate.h20 struct sym_hist { struct
48 struct sym_hist histograms[0];
61 static inline struct sym_hist *annotation__histogram(struct annotation *notes, int idx) in annotation__histogram()
Dannotate.c29 size_t sizeof_sym_hist = (sizeof(struct sym_hist) + in symbol__alloc_hist()
57 struct sym_hist *h; in symbol__inc_addr_samples()
127 struct sym_hist *h = annotation__histogram(notes, evidx); in objdump_line__print()
392 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__get_source_line()
468 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_hits()
545 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_zero_histogram()
553 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_decay_histogram()
/linux-2.6.39/tools/perf/util/ui/browsers/
Dannotate.c74 struct sym_hist *h = annotation__histogram(notes, evidx); in objdump_line__calc_percent()