Searched refs:nr_sections (Results 1 – 1 of 1) sorted by relevance
2300 int nr_sections; in perf_header__adds_write() local2307 nr_sections = bitmap_weight(header->adds_features, HEADER_FEAT_BITS); in perf_header__adds_write()2308 if (!nr_sections) in perf_header__adds_write()2311 feat_sec = p = calloc(nr_sections, sizeof(*feat_sec)); in perf_header__adds_write()2315 sec_size = sizeof(*feat_sec) * nr_sections; in perf_header__adds_write()2452 int nr_sections; in perf_header__process_sections() local2457 nr_sections = bitmap_weight(header->adds_features, HEADER_FEAT_BITS); in perf_header__process_sections()2458 if (!nr_sections) in perf_header__process_sections()2461 feat_sec = sec = calloc(nr_sections, sizeof(*feat_sec)); in perf_header__process_sections()2465 sec_size = sizeof(*feat_sec) * nr_sections; in perf_header__process_sections()