HomeSort by relevance Sort by last modified time
    Searched refs:sizeof_sym_hist (Results 1 - 2 of 2) sorted by null

  /external/linux-tools-perf/util/
annotate.h 57 int sizeof_sym_hist; member in struct:annotated_source
74 (notes->src->sizeof_sym_hist * idx));
annotate.c 29 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 241 milliseconds