Home
last modified time | relevance | path

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

/linux/tools/include/linux/
H A Dbitmap.h16 unsigned int __bitmap_weight(const unsigned long *bitmap, int bits);
76 return __bitmap_weight(src, nbits); in bitmap_weight()
/linux/tools/lib/
H A Dbitmap.c8 unsigned int __bitmap_weight(const unsigned long *bitmap, int bits) in __bitmap_weight() function
/linux/tools/perf/util/
H A Dhist.c1556 if (__bitmap_weight(symbol_conf.parallelism_filter, MAX_NR_CPUS + 1) == 0) in hist_entry__check_and_remove_filter()