Home
last modified time | relevance | path

Searched refs:bitmap_zero (Results 1 – 6 of 6) sorted by relevance

/tools/perf/util/
Daffinity.c37 bitmap_zero((unsigned long *)a->sched_cpus, cpu_set_size); in affinity__setup()
Dheader.c3579 bitmap_zero(header->adds_features, HEADER_FEAT_BITS); in perf_file_header__read()
3612 bitmap_zero(header->adds_features, HEADER_FEAT_BITS); in perf_file_header__read()
/tools/perf/bench/
Dfind-bit-bench.c70 bitmap_zero(to_test, num_bits); in do_for_each_set_bit()
/tools/include/linux/
Dbitmap.h33 static inline void bitmap_zero(unsigned long *dst, int nbits) in bitmap_zero() function
/tools/perf/
Dbuiltin-record.c1056 bitmap_zero(rec->affinity_mask.bits, rec->affinity_mask.nbits); in record__adjust_affinity()
Dbuiltin-c2c.c1061 bitmap_zero(set, c2c.cpus_cnt); in node_entry()