adds_features 77 tools/perf/util/header.c set_bit(feat, header->adds_features); adds_features 82 tools/perf/util/header.c clear_bit(feat, header->adds_features); adds_features 87 tools/perf/util/header.c return test_bit(feat, header->adds_features); adds_features 2940 tools/perf/util/header.c for_each_clear_bit(bit, header->adds_features, HEADER_LAST_FEATURE) { adds_features 2996 tools/perf/util/header.c nr_sections = bitmap_weight(header->adds_features, HEADER_FEAT_BITS); adds_features 3009 tools/perf/util/header.c for_each_set_bit(feat, header->adds_features, HEADER_FEAT_BITS) { adds_features 3114 tools/perf/util/header.c memcpy(&f_header.adds_features, &header->adds_features, sizeof(header->adds_features)); adds_features 3151 tools/perf/util/header.c nr_sections = bitmap_weight(header->adds_features, HEADER_FEAT_BITS); adds_features 3167 tools/perf/util/header.c for_each_set_bit(feat, header->adds_features, HEADER_LAST_FEATURE) { adds_features 3314 tools/perf/util/header.c adds_features)); adds_features 3319 tools/perf/util/header.c if (header->size == offsetof(typeof(*header), adds_features)) adds_features 3320 tools/perf/util/header.c bitmap_zero(header->adds_features, HEADER_FEAT_BITS); adds_features 3339 tools/perf/util/header.c mem_bswap_64(&header->adds_features, adds_features 3342 tools/perf/util/header.c if (!test_bit(HEADER_HOSTNAME, header->adds_features)) { adds_features 3344 tools/perf/util/header.c mem_bswap_64(&header->adds_features, adds_features 3348 tools/perf/util/header.c mem_bswap_32(&header->adds_features, adds_features 3352 tools/perf/util/header.c if (!test_bit(HEADER_HOSTNAME, header->adds_features)) { adds_features 3353 tools/perf/util/header.c bitmap_zero(header->adds_features, HEADER_FEAT_BITS); adds_features 3354 tools/perf/util/header.c set_bit(HEADER_BUILD_ID, header->adds_features); adds_features 3358 tools/perf/util/header.c memcpy(&ph->adds_features, &header->adds_features, adds_features 3359 tools/perf/util/header.c sizeof(ph->adds_features)); adds_features 72 tools/perf/util/header.h DECLARE_BITMAP(adds_features, HEADER_FEAT_BITS); adds_features 91 tools/perf/util/header.h DECLARE_BITMAP(adds_features, HEADER_FEAT_BITS); adds_features 1846 tools/perf/util/synthetic-events.c for_each_set_bit(feat, header->adds_features, HEADER_FEAT_BITS) {