HEADER_FEAT_BITS 2996 tools/perf/util/header.c 	nr_sections = bitmap_weight(header->adds_features, HEADER_FEAT_BITS);
HEADER_FEAT_BITS 3009 tools/perf/util/header.c 	for_each_set_bit(feat, header->adds_features, HEADER_FEAT_BITS) {
HEADER_FEAT_BITS 3151 tools/perf/util/header.c 	nr_sections = bitmap_weight(header->adds_features, HEADER_FEAT_BITS);
HEADER_FEAT_BITS 3320 tools/perf/util/header.c 			bitmap_zero(header->adds_features, HEADER_FEAT_BITS);
HEADER_FEAT_BITS 3340 tools/perf/util/header.c 			    BITS_TO_U64(HEADER_FEAT_BITS));
HEADER_FEAT_BITS 3345 tools/perf/util/header.c 				    BITS_TO_U64(HEADER_FEAT_BITS));
HEADER_FEAT_BITS 3349 tools/perf/util/header.c 				    BITS_TO_U32(HEADER_FEAT_BITS));
HEADER_FEAT_BITS 3353 tools/perf/util/header.c 			bitmap_zero(header->adds_features, HEADER_FEAT_BITS);
HEADER_FEAT_BITS   72 tools/perf/util/header.h 	DECLARE_BITMAP(adds_features, HEADER_FEAT_BITS);
HEADER_FEAT_BITS   91 tools/perf/util/header.h 	DECLARE_BITMAP(adds_features, HEADER_FEAT_BITS);
HEADER_FEAT_BITS 1846 tools/perf/util/synthetic-events.c 	for_each_set_bit(feat, header->adds_features, HEADER_FEAT_BITS) {