Home
last modified time | relevance | path

Searched refs:sym_hist_entry (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dannotate.h116 struct sym_hist_entry { struct
132 struct sym_hist_entry he; argument
237 struct sym_hist_entry addr[];
H A Dannotate.c836 if (size > (SIZE_MAX - sizeof(struct sym_hist)) / sizeof(struct sym_hist_entry)) in annotated_source__alloc_histograms()
839 sizeof_sym_hist = (sizeof(struct sym_hist) + size * sizeof(struct sym_hist_entry)); in annotated_source__alloc_histograms()