/tools/perf/bench/ |
D | syscall.c | 35 struct timeval start, stop, diff; in bench_syscall_basic() local 46 gettimeofday(&stop, NULL); in bench_syscall_basic() 47 timersub(&stop, &start, &diff); in bench_syscall_basic()
|
D | sched-pipe.c | 81 struct timeval start, stop, diff; in bench_sched_pipe() local 147 gettimeofday(&stop, NULL); in bench_sched_pipe() 148 timersub(&stop, &start, &diff); in bench_sched_pipe()
|
D | numa.c | 1123 struct timeval start0, start, stop, diff; in worker_thread() local 1186 start = stop = start0; in worker_thread() 1190 start = stop; in worker_thread() 1224 gettimeofday(&stop, NULL); in worker_thread() 1228 timersub(&stop, &start0, &diff); in worker_thread() 1236 if (start.tv_sec == stop.tv_sec) in worker_thread() 1243 …if (first_task && g->p.perturb_secs && (int)(stop.tv_sec - last_perturbance) >= g->p.perturb_secs)… in worker_thread() 1248 last_perturbance = stop.tv_sec; in worker_thread() 1271 timersub(&stop, &start, &diff); in worker_thread() 1284 timersub(&stop, &start0, &diff); in worker_thread() [all …]
|
D | sched-messaging.c | 264 struct timeval start, stop, diff; in bench_sched_messaging() local 300 gettimeofday(&stop, NULL); in bench_sched_messaging() 302 timersub(&stop, &start, &diff); in bench_sched_messaging()
|
/tools/testing/selftests/bpf/prog_tests/ |
D | bpf_tcp_ca.c | 21 static int stop, duration; variable 54 while (bytes < total_bytes && !READ_ONCE(stop)) { in server() 73 WRITE_ONCE(stop, 1); in server() 90 WRITE_ONCE(stop, 0); in do_test() 147 while (bytes < total_bytes && !READ_ONCE(stop)) { in do_test() 160 WRITE_ONCE(stop, 1); in do_test()
|
D | sk_assign.c | 27 static int stop, duration; variable 212 WRITE_ONCE(stop, 1); in run_test() 303 for (i = 0; i < ARRAY_SIZE(tests) && !READ_ONCE(stop); i++) { in test_sk_assign()
|
/tools/perf/Documentation/ |
D | perf-kmem.txt | 68 --time=<start>,<stop>:: 69 Only analyze samples within given time window: <start>,<stop>. Times 72 stop time is not given (i.e, time string is 'x.y,') then analysis goes
|
D | perf-daemon.txt | 16 'perf daemon stop' [<options>] 77 The stop command stops all the session and the daemon process. 203 # perf daemon stop
|
D | perf-sched.txt | 160 Only analyze samples within given time window: <start>,<stop>. Times 163 stop time is not given (i.e, time string is 'x.y,') then analysis goes
|
D | perf-dlfilter.txt | 38 int stop(void *data, void *ctx); 50 If implemented, 'stop' will be called at the end, after any calls to 54 when called from 'stop'.
|
/tools/testing/selftests/ftrace/test.d/ |
D | functions | 5 disable_tracing() { # stop trace recording 88 stop=1 91 stop=$((stop+1)) 93 if [ $stop -gt 10 ]; then
|
/tools/bpf/bpftool/ |
D | map_perf_ring.c | 31 static volatile bool stop; variable 56 stop = true; in int_exit() 216 while (!stop) { in do_event_pipe()
|
/tools/virtio/virtio-trace/ |
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/vm/ |
D | mlock2-tests.c | 25 char *stop; in get_vm_area() local 48 stop = strchr(end_addr, ' '); in get_vm_area() 49 if (!stop) { in get_vm_area() 53 stop = '\0'; in get_vm_area()
|
/tools/power/cpupower/utils/idle_monitor/ |
D | cpupower-monitor.h | 59 int (*stop) (void); member
|
D | hsw_ext_idle.c | 187 .stop = hsw_ext_stop,
|
D | snb_idle.c | 192 .stop = snb_stop,
|
D | cpupower-monitor.c | 314 monitors[num]->stop(); in fork_it() 346 monitors[num]->stop(); in do_interval_measure()
|
/tools/testing/selftests/bpf/map_tests/ |
D | sk_storage_map.c | 39 static unsigned int stop; variable 44 return READ_ONCE(stop); in is_stopped() 265 WRITE_ONCE(stop, 1); in do_sk_storage_map_stress_free() 371 WRITE_ONCE(stop, 1); in do_sk_storage_map_stress_change() 392 WRITE_ONCE(stop, 1); in stop_handler()
|
/tools/include/linux/ |
D | rbtree_augmented.h | 30 void (*propagate)(struct rb_node *node, struct rb_node *stop); 79 RBNAME ## _propagate(struct rb_node *rb, struct rb_node *stop) \ 81 while (rb != stop) { \
|
/tools/testing/selftests/kvm/ |
D | steal_time.c | 220 struct timespec ts, stop; in do_steal_time() local 223 stop = timespec_add_ns(ts, MIN_RUN_DELAY_NS); in do_steal_time() 227 if (timespec_to_ns(timespec_sub(ts, stop)) >= 0) in do_steal_time()
|
/tools/perf/util/ |
D | dlfilter.h | 42 int (*stop)(void *data, void *ctx); member
|
/tools/perf/include/perf/ |
D | perf_dlfilter.h | 128 int stop(void *data, void *ctx);
|
/tools/power/cpupower/ |
D | ToDo | 21 -> Execute stop measures via the forked processes on
|
/tools/bpf/ |
D | bpf_dbg.c | 869 bool stop = false; in bpf_run_all() local 871 while (bpf_curr.Rs == false && stop == false) { in bpf_run_all() 875 stop = bpf_handle_breakpoint(&bpf_curr, f, pkt, in bpf_run_all() 883 return stop ? -1 : bpf_curr.R; in bpf_run_all() 890 bool stop = false; in bpf_run_stepping() local 893 while (!bpf_curr.Rs && !stop) { in bpf_run_stepping() 897 stop = bpf_handle_breakpoint(&bpf_curr, f, pkt, in bpf_run_stepping() 905 return stop ? -1 : bpf_curr.R; in bpf_run_stepping()
|