Home
last modified time | relevance | path

Searched refs:microseconds (Results 1 – 10 of 10) sorted by relevance

/tools/perf/Documentation/
Dperf-kwork.txt108 have the format seconds.microseconds. If start is not given (i.e., time
138 have the format seconds.microseconds. If start is not given (i.e., time
177 have the format seconds.microseconds. If start is not given (i.e., time
207 have the format seconds.microseconds. If start is not given (i.e., time
Dperf-timechart.txt74 suffix to specify time in milliseconds or microseconds.
80 milliseconds or microseconds.
Dperf-kmem.txt73 have the format seconds.microseconds. If start is not given (i.e., time
Ditrace.txt39 us microseconds
Dperf-sched.txt207 have the format seconds.microseconds. If start is not given (i.e., time
Dperf-ftrace.txt129 - thresh=<n> - Setup trace duration threshold in microseconds.
Dperf-intel-pt.txt1029 microseconds of trace. Alternatives to "us" are "ms" (milliseconds),
/tools/power/acpi/os_specific/service_layers/
Dosunixxf.c936 void acpi_os_stall(u32 microseconds) in acpi_os_stall() argument
939 if (microseconds) { in acpi_os_stall()
940 usleep(microseconds); in acpi_os_stall()
/tools/gpio/
Dgpio-sloppy-logic-analyzer.sh34 -d|--duration-us <SI-n>: number of microseconds to sample. Overrides -n, no default value.
/tools/power/pm-graph/
Dsleepgraph.py1302 left -= timedelta(microseconds=left.microseconds)
1854 hws = self.hwstart + timedelta(microseconds=stime)
1855 hwr = self.hwend - timedelta(microseconds=rtime)