Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/
Dannotate.h114 struct sym_hist_entry { struct
130 struct sym_hist_entry he; argument
232 struct sym_hist_entry addr[];
Dannotate.c833 if (size > (SIZE_MAX - sizeof(struct sym_hist)) / sizeof(struct sym_hist_entry)) in annotated_source__alloc_histograms()
836 sizeof_sym_hist = (sizeof(struct sym_hist) + size * sizeof(struct sym_hist_entry)); in annotated_source__alloc_histograms()