Home
last modified time | relevance | path

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

/tools/perf/util/
Dbitmap.c10 int __bitmap_weight(const unsigned long *bitmap, int bits) in __bitmap_weight() argument
15 w += hweight_long(bitmap[k]); in __bitmap_weight()
18 w += hweight_long(bitmap[k] & BITMAP_LAST_WORD_MASK(bits)); in __bitmap_weight()
/tools/perf/util/include/linux/
Dbitmap.h10 int __bitmap_weight(const unsigned long *bitmap, int bits);
/tools/perf/
DMakefile.perf219 LIB_H += util/include/linux/bitmap.h
327 LIB_OBJS += $(OUTPUT)util/bitmap.o