Home
last modified time | relevance | path

Searched defs:step (Results 1 – 21 of 21) sorted by relevance

/tools/testing/radix-tree/
Dbenchmark.c53 unsigned long size, unsigned long step) in benchmark_insert()
74 unsigned long size, unsigned long step) in benchmark_tagging()
95 unsigned long size, unsigned long step) in benchmark_delete()
115 static void benchmark_size(unsigned long size, unsigned long step) in benchmark_size()
140 unsigned long step[] = {1, 2, 7, 15, 63, 64, 65, in benchmark() local
Dmaple.c36028 unsigned long step; in build_full_tree() local
/tools/testing/selftests/bpf/progs/
Dbpf_iter_bpf_percpu_array_map.c26 __u32 step; in dump_bpf_percpu_array_map() local
Dbpf_iter_bpf_percpu_hash_map.c34 __u32 step; in dump_bpf_percpu_hash_map() local
Dverifier_arena_large.c80 int max_idx, int step) in alloc_pages()
Dhtab_mem_bench.c14 unsigned int step; member
/tools/perf/ui/
Dprogress.h11 u64 curr, next, step, total; member
/tools/bpf/bpftool/
Dmap.c96 unsigned int i, n, step; in do_dump_btf() local
156 unsigned int i, n, step; in print_entry_json() local
276 unsigned int i, n, step; in print_entry_plain() local
329 unsigned int i, n, step; in fill_per_cpu_value() local
/tools/testing/selftests/bpf/map_tests/
Dlpm_trie_map_batch_ops.c71 __u32 step, count, total, total_success; in test_lpm_trie_map_batch_ops() local
Darray_map_batch_ops.c76 int err, step, value_size; in __test_map_lookup_and_update_batch() local
Dhtab_map_batch_ops.c84 int err, step, value_size; in __test_map_lookup_and_delete_batch() local
/tools/perf/arch/x86/util/
Dheader.c29 int family = -1, model = -1, step = -1; in __get_cpuid() local
/tools/testing/selftests/alsa/
Dmixer-test.c769 long j, step; in test_ctl_write_valid_integer() local
798 long long j, step; in test_ctl_write_valid_integer64() local
/tools/testing/selftests/seccomp/
Dseccomp_benchmark.c54 unsigned long long i, samples, step = 9973; in calibrate() local
/tools/testing/selftests/filesystems/statmount/
Dstatmount_test.c613 const unsigned int step = 3; in test_listmount_tree() local
/tools/perf/bench/
Dnuma.c559 int step; in parse_setup_cpu_list() local
706 int step; in parse_setup_node_list() local
/tools/testing/selftests/kvm/
Ddirty_log_test.c550 uint64_t step = vm_num_host_pages(mode, 1); in vm_dirty_log_verify() local
/tools/testing/selftests/kvm/aarch64/
Dvgic_irq.c365 uint32_t intid, prio, step = KVM_PRIO_STEPS; in test_inject_preemption() local
/tools/perf/trace/beauty/include/uapi/sound/
Dasound.h458 unsigned int step; /* samples distance in bits */ member
1145 long step; /* R: step (0 variable) */ member
1150 long long step; /* R: step (0 variable) */ member
/tools/perf/util/
Devlist.c2482 size_t step = eet->times_step; in event_enable_timer__process() local
/tools/perf/scripts/python/
Dexported-sql-viewer.py1569 def PaintMarks(self, painter, at_y, lo, hi, step, i): argument