Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dannotate.h102 struct sym_hist_entry { struct
118 struct sym_hist_entry he; argument
220 struct sym_hist_entry addr[0];
Dannotate.c743 if (size > (SIZE_MAX - sizeof(struct sym_hist)) / sizeof(struct sym_hist_entry)) in annotated_source__alloc_histograms()
746 sizeof_sym_hist = (sizeof(struct sym_hist) + size * sizeof(struct sym_hist_entry)); in annotated_source__alloc_histograms()
/Linux-v4.19/tools/perf/ui/browsers/
Dannotate.c22 struct sym_hist_entry he;