Home
last modified time | relevance | path

Searched refs:start_time (Results 1 – 4 of 4) sorted by relevance

/samples/bpf/
Dmap_perf_test_user.c85 __u64 start_time; in test_hash_prealloc() local
88 start_time = time_get_ns(); in test_hash_prealloc()
92 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_hash_prealloc()
127 __u64 start_time; in do_test_lru() local
186 start_time = time_get_ns(); in do_test_lru()
198 max_cnt * 1000000000ll / (time_get_ns() - start_time)); in do_test_lru()
223 __u64 start_time; in test_percpu_hash_prealloc() local
226 start_time = time_get_ns(); in test_percpu_hash_prealloc()
230 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_percpu_hash_prealloc()
235 __u64 start_time; in test_hash_kmalloc() local
[all …]
Dtest_overhead_user.c35 __u64 start_time; in test_task_rename() local
44 start_time = time_get_ns(); in test_task_rename()
53 cpu, MAX_CNT * 1000000000ll / (time_get_ns() - start_time)); in test_task_rename()
59 __u64 start_time; in test_urandom_read() local
68 start_time = time_get_ns(); in test_urandom_read()
77 cpu, MAX_CNT * 1000000000ll / (time_get_ns() - start_time)); in test_urandom_read()
Dtrace_output_user.c17 static __u64 start_time; variable
39 MAX_CNT * 1000000000ll / (time_get_ns() - start_time)); in print_bpf_output()
98 start_time = time_get_ns(); in main()
Dxdpsock_user.c75 static unsigned long start_time; variable
441 unsigned long dt = (get_nsecs() - start_time); in is_benchmark_done()
1524 start_time = prev_time; in main()