Searched refs:nr_sections (Results 1 – 1 of 1) sorted by relevance
388 int nr_sections; in perf_header__adds_write() local401 nr_sections = bitmap_weight(header->adds_features, HEADER_FEAT_BITS); in perf_header__adds_write()402 if (!nr_sections) in perf_header__adds_write()405 feat_sec = calloc(sizeof(*feat_sec), nr_sections); in perf_header__adds_write()409 sec_size = sizeof(*feat_sec) * nr_sections; in perf_header__adds_write()588 int nr_sections; in perf_header__process_sections() local593 nr_sections = bitmap_weight(header->adds_features, HEADER_FEAT_BITS); in perf_header__process_sections()594 if (!nr_sections) in perf_header__process_sections()597 feat_sec = calloc(sizeof(*feat_sec), nr_sections); in perf_header__process_sections()601 sec_size = sizeof(*feat_sec) * nr_sections; in perf_header__process_sections()[all …]