Searched refs:latency (Results 1 – 20 of 20) sorted by relevance
/tools/testing/selftests/ftrace/test.d/trigger/ |
D | trigger-trace-marker-synthetic-kernel.tc | 17 echo 'hist:keys=common_pid,lat:sort=lat' > events/synthetic/latency/trigger 24 grep 'hitcount: *1$' events/synthetic/latency/hist > /dev/null || \
|
D | trigger-trace-marker-synthetic.tc | 17 echo 'hist:keys=common_pid,lat:sort=lat' > events/synthetic/latency/trigger 27 grep 'hitcount: *1$' events/synthetic/latency/hist > /dev/null || \
|
/tools/perf/Documentation/ |
D | perf-mem.txt | 22 Note that on Intel systems the memory latency reported is the use-latency, 23 not the pure load (or store latency). Use latency includes any pipeline 24 queueing delays in addition to the memory subsystem latency. 85 Specify desired latency for loads event. (x86 only)
|
D | perf-sched.txt | 11 'perf sched' {record|latency|map|replay|script|timehist} 20 'perf sched latency' to report the per task scheduling latencies
|
D | perf-c2c.txt | 22 On x86, the tool is based on load latency and precise store facility events 29 - latency (in cycles) of the load access 52 Configure mem-loads latency. (x86 only)
|
D | perf-script-python.txt | 337 wakeup-latency system-wide min/max/avg wakeup latency 400 wakeup-latency system-wide min/max/avg wakeup latency
|
D | perf-script.txt | 84 Show latency attributes (irqs/preemption disabled, etc).
|
D | perf-report.txt | 94 - weight: Event specific weight, e.g. memory latency or transaction
|
/tools/testing/selftests/timers/ |
D | nsleep-lat.c | 101 long long latency = 0; in nanosleep_lat_test() local 131 latency += timespec_sub(target, end); in nanosleep_lat_test() 134 if (latency/count > UNRESONABLE_LATENCY) { in nanosleep_lat_test() 135 printf("Large abs latency: %lld ns :", latency/count); in nanosleep_lat_test()
|
/tools/power/cpupower/utils/ |
D | cpuidle-set.c | 30 unsigned long long latency = 0, state_latency; in cmd_idle_set() local 68 latency = strtoull(optarg, &endptr, 10); in cmd_idle_set() 149 if (latency > state_latency){ in cmd_idle_set() 157 if (latency <= state_latency){ in cmd_idle_set()
|
D | cpufreq-info.c | 460 unsigned long latency = cpufreq_get_transition_latency(cpu); in get_latency() local 463 if (!latency || latency == UINT_MAX) { in get_latency() 469 print_duration(latency); in get_latency() 472 printf("%lu\n", latency); in get_latency()
|
/tools/perf/scripts/perl/bin/ |
D | wakeup-latency-report | 3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/wakeup-latency.pl
|
/tools/lib/traceevent/Documentation/ |
D | libtraceevent-record_parse.txt | 45 The _tep_data_flags()_ function gets the latency flags from the record _rec_. 47 context. Supported latency flags are: 66 The _tep_data_flags()_ function returns an integer, representing the latency 100 /* Got the latency flags */
|
/tools/testing/selftests/net/forwarding/ |
D | sch_ets.sh | 26 rate 1Gbit burst 1Mbit latency 100ms
|
/tools/power/cpupower/po/ |
D | pt.po | 313 msgid " maximum transition latency: " 455 " -y, --latency Determines the maximum latency on CPU frequency " 458 " -y, --latency Determina a latência máxima nas trocas de frequência " 884 msgid "maximum allowed latency: %lu usec\n" 904 msgid "latency[%03lu] "
|
D | it.po | 314 msgid " maximum transition latency: " 451 " -y, --latency Determines the maximum latency on CPU frequency " 454 " -y, --latency Determina la latenza massima durante i cambi di " 882 msgid "maximum allowed latency: %lu usec\n" 902 msgid "latency[%03lu] "
|
D | de.po | 328 msgid " maximum transition latency: " 467 " -y, --latency Determines the maximum latency on CPU frequency " 470 " -y, --latency Findet die maximale Dauer eines Taktfrequenzwechsels " 903 msgid "maximum allowed latency: %lu usec\n" 923 msgid "latency[%03lu] "
|
D | cs.po | 319 msgid " maximum transition latency: " 453 " -y, --latency Determines the maximum latency on CPU frequency " 873 msgid "maximum allowed latency: %lu usec\n" 893 msgid "latency[%03lu] "
|
D | fr.po | 314 msgid " maximum transition latency: " 453 " -y, --latency Determines the maximum latency on CPU frequency " 873 msgid "maximum allowed latency: %lu usec\n" 893 msgid "latency[%03lu] "
|
/tools/include/uapi/linux/ |
D | pkt_sched.h | 591 __u32 latency; /* added delay (us) */ member
|