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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dheader.c2232 int nr_sections; local
2239 nr_sections = bitmap_weight(header->adds_features, HEADER_FEAT_BITS);
2240 if (!nr_sections)
2243 feat_sec = p = calloc(nr_sections, sizeof(*feat_sec));
2247 sec_size = sizeof(*feat_sec) * nr_sections;
2383 int nr_sections; local
2388 nr_sections = bitmap_weight(header->adds_features, HEADER_FEAT_BITS);
2389 if (!nr_sections)
2392 feat_sec = sec = calloc(nr_sections, sizeof(*feat_sec));
2396 sec_size = sizeof(*feat_sec) * nr_sections;
[all...]

Completed in 68 milliseconds