Home
last modified time | relevance | path

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

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

Completed in 23 milliseconds