Searched refs:to_test (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/tools/perf/bench/ |
| H A D | find-bit-bench.c | 57 unsigned long *to_test = bitmap_zalloc(num_bits); in do_for_each_set_bit() local 69 bitmap_zero(to_test, num_bits); in do_for_each_set_bit() 72 __set_bit(i, to_test); in do_for_each_set_bit() 81 for_each_set_bit(bit, to_test, num_bits) in do_for_each_set_bit() 96 if (asm_test_bit(bit, to_test)) in do_for_each_set_bit() 121 bitmap_free(to_test); in do_for_each_set_bit()
|
| /linux-6.15/tools/perf/util/ |
| H A D | evlist.c | 2537 struct perf_cpu_map *intersect, *to_test, *online = cpu_map__online(); in evlist__warn_user_requested_cpus() local 2540 to_test = pmu && pmu->is_core ? pmu->cpus : online; in evlist__warn_user_requested_cpus() 2541 intersect = perf_cpu_map__intersect(to_test, user_requested_cpus); in evlist__warn_user_requested_cpus() 2545 cpu_map__snprint(to_test, buf, sizeof(buf)); in evlist__warn_user_requested_cpus()
|