Searched refs:sizeof_sym_hist (Results 1 - 2 of 2) sorted by relevance

/external/linux-tools-perf/util/
H A Dannotate.h57 int sizeof_sym_hist; member in struct:annotated_source
74 (notes->src->sizeof_sym_hist * idx));
H A Dannotate.c29 size_t sizeof_sym_hist = (sizeof(struct sym_hist) + local
32 notes->src = zalloc(sizeof(*notes->src) + nevents * sizeof_sym_hist);
35 notes->src->sizeof_sym_hist = sizeof_sym_hist;
48 notes->src->nr_histograms * notes->src->sizeof_sym_hist);
574 memset(h, 0, notes->src->sizeof_sym_hist);

Completed in 59 milliseconds