Searched refs:stop (Results 1 – 15 of 15) sorted by relevance
/tools/perf/bench/ |
D | sched-pipe.c | 82 struct timeval start, stop, diff; in bench_sched_pipe() local 148 gettimeofday(&stop, NULL); in bench_sched_pipe() 149 timersub(&stop, &start, &diff); in bench_sched_pipe()
|
D | numa.c | 1021 struct timeval start0, start, stop, diff; in worker_thread() local 1080 start = stop = start0; in worker_thread() 1084 start = stop; in worker_thread() 1118 gettimeofday(&stop, NULL); in worker_thread() 1122 timersub(&stop, &start0, &diff); in worker_thread() 1130 if (start.tv_sec == stop.tv_sec) in worker_thread() 1137 …if (first_task && g->p.perturb_secs && (int)(stop.tv_sec - last_perturbance) >= g->p.perturb_secs)… in worker_thread() 1142 last_perturbance = stop.tv_sec; in worker_thread() 1165 timersub(&stop, &start, &diff); in worker_thread() 1178 timersub(&stop, &start0, &diff); in worker_thread() [all …]
|
D | sched-messaging.c | 266 struct timeval start, stop, diff; in bench_sched_messaging() local 302 gettimeofday(&stop, NULL); in bench_sched_messaging() 304 timersub(&stop, &start, &diff); in bench_sched_messaging()
|
/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/power/cpupower/utils/idle_monitor/ |
D | cpupower-monitor.h | 52 int (*stop) (void); member
|
D | snb_idle.c | 193 .stop = snb_stop,
|
D | hsw_ext_idle.c | 189 .stop = hsw_ext_stop,
|
D | cpuidle_sysfs.c | 191 .stop = cpuidle_stop,
|
D | cpupower-monitor.c | 305 monitors[num]->stop(); in fork_it() 337 monitors[num]->stop(); in do_interval_measure()
|
D | nhm_idle.c | 209 .stop = nhm_stop,
|
D | mperf_monitor.c | 331 .stop = mperf_stop,
|
D | amd_fam14h_idle.c | 329 .stop = amd_fam14h_stop,
|
/tools/net/ |
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 == false && stop == false) { 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()
|
/tools/testing/ktest/ |
D | ktest.pl | 1397 my ($time, $stop) = @_; 1416 if (defined($stop) && $full_line =~ /$stop/) { 1417 doprint "wait for monitor detected $stop\n"; 1456 if (defined($stop) && !$booted) {
|
/tools/usb/usbip/ |
D | README | 53 - Use `usbip unbind --busid 1-2' to stop exporting the device.
|