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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dheader.c426 int nr_sections; local
437 nr_sections = bitmap_weight(self->adds_features, HEADER_FEAT_BITS);
438 if (!nr_sections)
441 feat_sec = calloc(sizeof(*feat_sec), nr_sections);
445 sec_size = sizeof(*feat_sec) * nr_sections;
615 int nr_sections; local
620 nr_sections = bitmap_weight(self->adds_features, HEADER_FEAT_BITS);
621 if (!nr_sections)
624 feat_sec = calloc(sizeof(*feat_sec), nr_sections);
628 sec_size = sizeof(*feat_sec) * nr_sections;
[all...]

Completed in 112 milliseconds