Home
last modified time | relevance | path

Searched refs:stop (Results 1 – 25 of 74) sorted by relevance

123

/tools/testing/selftests/bpf/prog_tests/
A Dfd_htab_lookup.c12 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 Dhtab_reuse.c12 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 Dhtab_update.c12 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 Dsubprogs.c9 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 Duretprobe_stack.c62 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 Dfree_timer.c16 bool stop; member
26 ctx->stop = true; in stop_threads()
36 return ctx->stop; in wait_for_start()
A Dsk_assign.c26 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 Dtest_klp-call_getpid.c14 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 Dlpm_trie_map_get_next_key.c26 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 Dtask_storage_map.c22 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 Dsyscall.c77 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 Dbreakpoint.c118 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 Dsched-seccomp-notify.c97 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 Dnuma.c1272 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 Dsched-pipe.c221 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 Dsched-messaging.c295 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 Dload.py23 self.stop(verbose=True)
46 self.stop(verbose=failed)
48 def stop(self, verbose=None): member in GenerateTraffic
/tools/perf/Documentation/
A Dperf-kwork.txt107 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 Dperf-kmem.txt71 --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 Dksft.py236 stop = False
252 stop |= isinstance(e, KeyboardInterrupt)
256 if stop:
269 if stop:
/tools/bpf/bpftool/
A Dmap_perf_ring.c30 static volatile bool stop; variable
48 stop = true; in int_exit()
205 while (!stop) { in do_event_pipe()
/tools/virtio/virtio-trace/
A DREADME9 - 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 Dfunctions5 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 Diou-zcrx.c76 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 Dcpupower-monitor.h59 int (*stop) (void); member

Completed in 27 milliseconds

123