| /tools/testing/selftests/bpf/prog_tests/ |
| A D | fd_htab_lookup.c | 12 bool stop; member 31 ctx->stop = true; in htab_lookup_fn() 40 ctx->stop = true; in htab_lookup_fn() 47 ctx->stop = true; in htab_lookup_fn() 53 ctx->stop = true; in htab_lookup_fn() 76 ctx->stop = true; in htab_update_fn() 83 ctx->stop = true; in htab_update_fn() 90 ctx->stop = true; in htab_update_fn() 154 ctx.stop = false; in test_fd_htab_lookup() 165 ctx.stop = true; in test_fd_htab_lookup() [all …]
|
| A D | htab_reuse.c | 12 bool stop; member 25 while (i++ < ctx->loop && !ctx->stop) { in htab_lookup_fn() 42 while (i++ < ctx->loop && !ctx->stop) { in htab_update_fn() 76 ctx.stop = false; in test_htab_reuse() 82 ctx.stop = true; in test_htab_reuse() 89 ctx.stop = true; in test_htab_reuse()
|
| A D | htab_update.c | 12 bool stop; member 60 while (i++ < ctx->loop && !ctx->stop) { in htab_update_thread() 66 ctx->stop = true; in htab_update_thread() 88 ctx.stop = false; in test_concurrent_update() 100 ctx.stop = true; in test_concurrent_update()
|
| A D | subprogs.c | 9 bool stop; member 18 while (!ctx->stop) { in toggle_jit_harden() 39 ctx.stop = false; in test_subprogs_with_jit_harden_toggling() 55 ctx.stop = true; in test_subprogs_with_jit_harden_toggling()
|
| A D | uretprobe_stack.c | 62 long stop; member 93 printf("caller: %#lx - %#lx\n", caller.start, caller.stop); in validate_stack() 95 printf("target_%d: %#lx - %#lx\n", i, targets[i].start, targets[i].stop); in validate_stack() 98 if (ips[i] >= targets[j].start && ips[i] < targets[j].stop) in validate_stack() 103 } else if (ips[i] >= caller.start && ips[i] < caller.stop) { in validate_stack() 118 ASSERT_LT(ips[i], t->stop, "addr_stop"); in validate_stack()
|
| A D | free_timer.c | 16 bool stop; member 26 ctx->stop = true; in stop_threads() 36 return ctx->stop; in wait_for_start()
|
| A D | sk_assign.c | 26 static int stop, duration; variable 167 WRITE_ONCE(stop, 1); in run_test() 258 for (i = 0; i < ARRAY_SIZE(tests) && !READ_ONCE(stop); i++) { in test_sk_assign()
|
| /tools/testing/selftests/livepatch/ |
| A D | test_klp-call_getpid.c | 14 static int stop; variable 19 stop = 1; in hup_handler() 24 stop = 1; in int_handler() 35 while (!stop) { in main()
|
| /tools/testing/selftests/bpf/map_tests/ |
| A D | lpm_trie_map_get_next_key.c | 26 bool stop; member 40 while (!ctx->stop && i++ < ctx->loop) in get_next_key_fn() 51 ctx->stop = true; in abort_get_next_key() 89 ctx.stop = false; in test_lpm_trie_map_get_next_key()
|
| A D | task_storage_map.c | 22 bool stop; member 37 while (!ctx->stop && i++ < ctx->loop) in lookup_fn() 46 ctx->stop = true; in abort_lookup() 97 ctx.stop = false; in test_task_storage_map_stress_lookup()
|
| /tools/perf/bench/ |
| A D | syscall.c | 77 struct timeval start, stop, diff; in bench_syscall_common() local 116 gettimeofday(&stop, NULL); in bench_syscall_common() 117 timersub(&stop, &start, &diff); in bench_syscall_common()
|
| A D | breakpoint.c | 118 struct timeval start, stop, diff; in bench_breakpoint_thread() local 147 gettimeofday(&stop, NULL); in bench_breakpoint_thread() 148 timersub(&stop, &start, &diff); in bench_breakpoint_thread() 204 struct timeval start, stop, diff; in bench_breakpoint_enable() local 237 gettimeofday(&stop, NULL); in bench_breakpoint_enable() 238 timersub(&stop, &start, &diff); in bench_breakpoint_enable()
|
| A D | sched-seccomp-notify.c | 97 struct timeval start, stop, diff; in bench_sched_seccomp_notify() local 142 gettimeofday(&stop, NULL); in bench_sched_seccomp_notify() 143 timersub(&stop, &start, &diff); in bench_sched_seccomp_notify()
|
| A D | numa.c | 1272 start = stop = start0; in worker_thread() 1276 start = stop; in worker_thread() 1310 gettimeofday(&stop, NULL); in worker_thread() 1322 if (start.tv_sec == stop.tv_sec) in worker_thread() 1378 gettimeofday(&stop, NULL); in worker_thread() 1379 timersub(&stop, &start0, &diff); in worker_thread() 1680 gettimeofday(&stop, NULL); in __bench_numa() 1682 timersub(&stop, &start, &diff); in __bench_numa() 1691 start = stop; in __bench_numa() 1721 gettimeofday(&stop, NULL); in __bench_numa() [all …]
|
| A D | sched-pipe.c | 221 struct timeval start, stop, diff; in bench_sched_pipe() local 287 gettimeofday(&stop, NULL); in bench_sched_pipe() 288 timersub(&stop, &start, &diff); in bench_sched_pipe()
|
| A D | sched-messaging.c | 295 struct timeval start, stop, diff; in bench_sched_messaging() local 335 gettimeofday(&stop, NULL); in bench_sched_messaging() 337 timersub(&stop, &start, &diff); in bench_sched_messaging()
|
| /tools/testing/selftests/drivers/net/lib/py/ |
| A D | load.py | 23 self.stop(verbose=True) 46 self.stop(verbose=failed) 48 def stop(self, verbose=None): member in GenerateTraffic
|
| /tools/perf/Documentation/ |
| A D | perf-kwork.txt | 107 Only analyze samples within given time window: <start>,<stop>. Times 110 stop time is not given (i.e, time string is 'x.y,') then analysis goes 137 Only analyze samples within given time window: <start>,<stop>. Times 140 stop time is not given (i.e, time string is 'x.y,') then analysis goes 176 Only analyze samples within given time window: <start>,<stop>. Times 179 stop time is not given (i.e, time string is 'x.y,') then analysis goes 206 Only analyze samples within given time window: <start>,<stop>. Times 209 stop time is not given (i.e, time string is 'x.y,') then analysis goes
|
| A D | perf-kmem.txt | 71 --time=<start>,<stop>:: 72 Only analyze samples within given time window: <start>,<stop>. Times 75 stop time is not given (i.e, time string is 'x.y,') then analysis goes
|
| /tools/testing/selftests/net/lib/py/ |
| A D | ksft.py | 236 stop = False 252 stop |= isinstance(e, KeyboardInterrupt) 256 if stop: 269 if stop:
|
| /tools/bpf/bpftool/ |
| A D | map_perf_ring.c | 30 static volatile bool stop; variable 48 stop = true; in int_exit() 205 while (!stop) { in do_event_pipe()
|
| /tools/virtio/virtio-trace/ |
| A D | README | 9 - controlled by start/stop orders from a Host 20 6) If the controller receives a stop order from a host, the read/write threads 21 stop to read trace data. 109 the guest will stop by specification of chardev in QEMU. This blocking mode may 117 A host injects read stop order to the guest via virtio-serial.
|
| /tools/testing/selftests/ftrace/test.d/ |
| A D | functions | 5 disable_tracing() { # stop trace recording 88 stop=1 91 stop=$((stop+1)) 93 if [ $stop -gt 10 ]; then
|
| /tools/testing/selftests/drivers/net/hw/ |
| A D | iou-zcrx.c | 76 static bool stop; variable 239 stop = true; in process_recvzc() 330 while (!stop && gettimeofday_ms() < tstop) in run_server() 333 if (!stop) in run_server()
|
| /tools/power/cpupower/utils/idle_monitor/ |
| A D | cpupower-monitor.h | 59 int (*stop) (void); member
|