Searched refs:nr_sections (Results 1 – 1 of 1) sorted by relevance
358 int nr_sections; in perf_header__adds_write() local371 nr_sections = bitmap_weight(header->adds_features, HEADER_FEAT_BITS); in perf_header__adds_write()372 if (!nr_sections) in perf_header__adds_write()375 feat_sec = calloc(sizeof(*feat_sec), nr_sections); in perf_header__adds_write()379 sec_size = sizeof(*feat_sec) * nr_sections; in perf_header__adds_write()558 int nr_sections; in perf_header__process_sections() local563 nr_sections = bitmap_weight(header->adds_features, HEADER_FEAT_BITS); in perf_header__process_sections()564 if (!nr_sections) in perf_header__process_sections()567 feat_sec = calloc(sizeof(*feat_sec), nr_sections); in perf_header__process_sections()571 sec_size = sizeof(*feat_sec) * nr_sections; in perf_header__process_sections()[all …]