Searched refs:nr_sections (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/tools/perf/util/
H A Dheader.c2029 int nr_sections; perf_header__adds_write() local
2036 nr_sections = bitmap_weight(header->adds_features, HEADER_FEAT_BITS); perf_header__adds_write()
2037 if (!nr_sections) perf_header__adds_write()
2040 feat_sec = p = calloc(nr_sections, sizeof(*feat_sec)); perf_header__adds_write()
2044 sec_size = sizeof(*feat_sec) * nr_sections; perf_header__adds_write()
2181 int nr_sections; perf_header__process_sections() local
2186 nr_sections = bitmap_weight(header->adds_features, HEADER_FEAT_BITS); perf_header__process_sections()
2187 if (!nr_sections) perf_header__process_sections()
2190 feat_sec = sec = calloc(nr_sections, sizeof(*feat_sec)); perf_header__process_sections()
2194 sec_size = sizeof(*feat_sec) * nr_sections; perf_header__process_sections()
/linux-4.4.14/arch/x86/boot/
H A Dheader.S110 .word 4 # nr_sections
/linux-4.4.14/arch/arm64/kernel/
H A Dhead.S111 .short 2 // nr_sections

Completed in 294 milliseconds