Searched refs:nr_sections (Results 1 – 1 of 1) sorted by relevance
2232 int nr_sections; in perf_header__adds_write() local2239 nr_sections = bitmap_weight(header->adds_features, HEADER_FEAT_BITS); in perf_header__adds_write()2240 if (!nr_sections) in perf_header__adds_write()2243 feat_sec = p = calloc(nr_sections, sizeof(*feat_sec)); in perf_header__adds_write()2247 sec_size = sizeof(*feat_sec) * nr_sections; in perf_header__adds_write()2383 int nr_sections; in perf_header__process_sections() local2388 nr_sections = bitmap_weight(header->adds_features, HEADER_FEAT_BITS); in perf_header__process_sections()2389 if (!nr_sections) in perf_header__process_sections()2392 feat_sec = sec = calloc(nr_sections, sizeof(*feat_sec)); in perf_header__process_sections()2396 sec_size = sizeof(*feat_sec) * nr_sections; in perf_header__process_sections()