Home
last modified time | relevance | path

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

12

/tools/perf/bench/
Dsched-pipe.c81 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()
Dnuma.c1093 struct timeval start0, start, stop, diff; in worker_thread() local
1153 start = stop = start0; in worker_thread()
1157 start = stop; in worker_thread()
1191 gettimeofday(&stop, NULL); in worker_thread()
1195 timersub(&stop, &start0, &diff); in worker_thread()
1203 if (start.tv_sec == stop.tv_sec) in worker_thread()
1210 …if (first_task && g->p.perturb_secs && (int)(stop.tv_sec - last_perturbance) >= g->p.perturb_secs)… in worker_thread()
1215 last_perturbance = stop.tv_sec; in worker_thread()
1238 timersub(&stop, &start, &diff); in worker_thread()
1251 timersub(&stop, &start0, &diff); in worker_thread()
[all …]
Dsched-messaging.c264 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/perf/Documentation/
Dperf-kmem.txt68 --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
Dperf-sched.txt156 Only analyze samples within given time window: <start>,<stop>. Times
159 stop time is not given (i.e, time string is 'x.y,') then analysis goes
Dperf-diff.txt146 <start>,<stop>. Times have the format seconds.nanoseconds. If 'start'
148 the beginning of the file. If stop time is not given (i.e. time
Dperf-record.txt134 filter|start|stop|tracestop <start> [/ <size>] [@<file name>]
139 - 'stop': defines an address at which tracing will stop.
140 - 'tracestop': defines a region in which tracing will stop.
144 trace. 'start' and 'stop' filters need not specify a <size>.
Dperf-script.txt270 --stop-bt::
363 Only analyze samples within given time window: <start>,<stop>. Times
366 stop time is not given (i.e. time string is 'x.y,') then analysis goes
/tools/bpf/bpftool/
Dmap_perf_ring.c31 static volatile bool stop; variable
56 stop = true; in int_exit()
216 while (!stop) { in do_event_pipe()
/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/testing/selftests/vm/
Dmlock2-tests.c25 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/
Dcpupower-monitor.h59 int (*stop) (void); member
Dhsw_ext_idle.c187 .stop = hsw_ext_stop,
Dsnb_idle.c192 .stop = snb_stop,
Dcpupower-monitor.c314 monitors[num]->stop(); in fork_it()
346 monitors[num]->stop(); in do_interval_measure()
Dnhm_idle.c208 .stop = nhm_stop,
Dcpuidle_sysfs.c207 .stop = cpuidle_stop,
Dmperf_monitor.c330 .stop = mperf_stop,
Damd_fam14h_idle.c328 .stop = amd_fam14h_stop,
/tools/include/linux/
Drbtree_augmented.h30 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/bpf/map_tests/
Dsk_storage_map.c39 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/bpf/
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/testing/selftests/ftrace/test.d/
Dfunctions6 disable_tracing() { # stop trace recording
/tools/testing/ktest/
Dktest.pl1616 my ($time, $stop) = @_;
1635 if (defined($stop) && $full_line =~ /$stop/) {
1636 doprint "wait for monitor detected $stop\n";
1675 if (defined($stop) && !$booted) {
/tools/lib/
Drbtree.c423 static inline void dummy_propagate(struct rb_node *node, struct rb_node *stop) {} in dummy_propagate() argument

12