Home
last modified time | relevance | path

Searched refs:sym_hist_entry (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dannotate.h114 struct sym_hist_entry { struct
130 struct sym_hist_entry he;
231 struct sym_hist_entry addr[];
H A Dannotate.c791 if (size > (SIZE_MAX - sizeof(struct sym_hist)) / sizeof(struct sym_hist_entry)) in annotated_source__alloc_histograms()
794 sizeof_sym_hist = (sizeof(struct sym_hist) + size * sizeof(struct sym_hist_entry)); in annotated_source__alloc_histograms()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dannotate.h114 struct sym_hist_entry { struct
130 struct sym_hist_entry he;
232 struct sym_hist_entry addr[];
H A 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()
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H A Dannotate.c24 struct sym_hist_entry he;

Completed in 13 milliseconds