Home
last modified time | relevance | path

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

/tools/perf/bench/
Dsched-pipe.c83 struct timeval start, stop, diff; in bench_sched_pipe() local
149 gettimeofday(&stop, NULL); in bench_sched_pipe()
150 timersub(&stop, &start, &diff); in bench_sched_pipe()
Dnuma.c1083 struct timeval start0, start, stop, diff; in worker_thread() local
1143 start = stop = start0; in worker_thread()
1147 start = stop; in worker_thread()
1181 gettimeofday(&stop, NULL); in worker_thread()
1185 timersub(&stop, &start0, &diff); in worker_thread()
1193 if (start.tv_sec == stop.tv_sec) in worker_thread()
1200 …if (first_task && g->p.perturb_secs && (int)(stop.tv_sec - last_perturbance) >= g->p.perturb_secs)… in worker_thread()
1205 last_perturbance = stop.tv_sec; in worker_thread()
1228 timersub(&stop, &start, &diff); in worker_thread()
1241 timersub(&stop, &start0, &diff); in worker_thread()
[all …]
Dsched-messaging.c267 struct timeval start, stop, diff; in bench_sched_messaging() local
303 gettimeofday(&stop, NULL); in bench_sched_messaging()
305 timersub(&stop, &start, &diff); in bench_sched_messaging()
/tools/testing/selftests/ftrace/test.d/
Dfunctions6 disable_tracing() { # stop trace recording
/tools/virtio/virtio-trace/
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/include/linux/
Drbtree_augmented.h42 void (*propagate)(struct rb_node *node, struct rb_node *stop);
69 rbname ## _propagate(struct rb_node *rb, struct rb_node *stop) \
71 while (rb != stop) { \
/tools/power/cpupower/utils/idle_monitor/
Dcpupower-monitor.h52 int (*stop) (void); member
Dsnb_idle.c193 .stop = snb_stop,
Dhsw_ext_idle.c189 .stop = hsw_ext_stop,
Dcpuidle_sysfs.c194 .stop = cpuidle_stop,
Dcpupower-monitor.c309 monitors[num]->stop(); in fork_it()
341 monitors[num]->stop(); in do_interval_measure()
Dnhm_idle.c209 .stop = nhm_stop,
Dmperf_monitor.c332 .stop = mperf_stop,
Damd_fam14h_idle.c329 .stop = amd_fam14h_stop,
/tools/testing/selftests/vm/
Dmlock2-tests.c22 char *stop; in get_vm_area() local
45 stop = strchr(end_addr, ' '); in get_vm_area()
46 if (!stop) { in get_vm_area()
50 stop = '\0'; in get_vm_area()
/tools/net/
Dbpf_dbg.c869 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/perf/Documentation/
Dperf-record.txt108 filter|start|stop|tracestop <start> [/ <size>] [@<file name>]
113 - 'stop': defines an address at which tracing will stop.
114 - 'tracestop': defines a region in which tracing will stop.
118 trace. 'start' and 'stop' filters need not specify a <size>.
Dintel-pt.txt375 interesting happens, we can stop it and grab a snapshot of what was going on
/tools/usb/usbip/
DREADME53 - Use `usbip unbind --busid 1-2' to stop exporting the device.
/tools/testing/ktest/
Dktest.pl1523 my ($time, $stop) = @_;
1542 if (defined($stop) && $full_line =~ /$stop/) {
1543 doprint "wait for monitor detected $stop\n";
1582 if (defined($stop) && !$booted) {
/tools/lib/
Drbtree.c376 static inline void dummy_propagate(struct rb_node *node, struct rb_node *stop) {} in dummy_propagate() argument
/tools/perf/util/
Dintel-pt.c131 bool stop; member
245 if (ptq->stop) { in intel_pt_get_trace()
306 ptq->stop = true; in intel_pt_get_trace()