Home
last modified time | relevance | path

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

/tools/perf/util/
Daffinity.c37 bitmap_zero((unsigned long *)a->sched_cpus, cpu_set_size); in affinity__setup()
Dheader.c4043 bitmap_zero(header->adds_features, HEADER_FEAT_BITS); in perf_file_header__read()
4076 bitmap_zero(header->adds_features, HEADER_FEAT_BITS); in perf_file_header__read()
/tools/perf/bench/
Dfind-bit-bench.c69 bitmap_zero(to_test, num_bits); in do_for_each_set_bit()
/tools/include/linux/
Dbitmap.h31 static inline void bitmap_zero(unsigned long *dst, unsigned int nbits) in bitmap_zero() function
/tools/perf/util/scripting-engines/
Dtrace-event-perl.c359 bitmap_zero(events_defined, TRACE_EVENT_TYPE_MAX); in perl_process_tracepoint()
Dtrace-event-python.c964 bitmap_zero(events_defined, TRACE_EVENT_TYPE_MAX); in python_process_tracepoint()
/tools/perf/
Dbuiltin-record.c1520 bitmap_zero(thread->mask->affinity.bits, thread->mask->affinity.nbits); in record__adjust_affinity()
3598 bitmap_zero(mask->bits, mask->nbits); in record__mmap_cpu_mask_init_spec()
Dbuiltin-kwork.c2214 bitmap_zero(kwork->top_stat.all_cpus_bitmap, MAX_NR_CPUS); in perf_kwork__top()
Dbuiltin-c2c.c1186 bitmap_zero(set, c2c.cpus_cnt); in node_entry()