Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dannotate.h114 struct sym_hist_entry { struct
130 struct sym_hist_entry he; argument
231 struct sym_hist_entry addr[];
H A Dannotate.c783 if (size > (SIZE_MAX - sizeof(struct sym_hist)) / sizeof(struct sym_hist_entry)) in annotated_source__alloc_histograms()
786 sizeof_sym_hist = (sizeof(struct sym_hist) + size * sizeof(struct sym_hist_entry)); in annotated_source__alloc_histograms()
/OK3568_Linux_fs/kernel/tools/perf/ui/browsers/
H A Dannotate.c24 struct sym_hist_entry he;