Home
last modified time | relevance | path

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

/linux-2.6.39/tools/perf/util/
Dheader.c358 int nr_sections; in perf_header__adds_write() local
371 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() local
563 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 …]