Searched refs:units (Results 1 – 11 of 11) sorted by relevance
/tools/testing/selftests/size/ |
D | get_size.c | 68 static int print_k_value(const char *s, unsigned long num, unsigned long units) in print_k_value() argument 76 temp = (temp * units)/1024; in print_k_value()
|
/tools/power/acpi/os_specific/service_layers/ |
D | osunixxf.c | 602 acpi_status acpi_os_wait_semaphore(acpi_handle handle, u32 units, u16 timeout) in acpi_os_wait_semaphore() argument 607 acpi_status acpi_os_signal_semaphore(acpi_handle handle, u32 units) in acpi_os_signal_semaphore() argument 715 acpi_os_wait_semaphore(acpi_handle handle, u32 units, u16 msec_timeout) in acpi_os_wait_semaphore() argument 833 acpi_status acpi_os_signal_semaphore(acpi_handle handle, u32 units) in acpi_os_signal_semaphore() argument
|
/tools/perf/util/ |
D | python-ext-sources | 37 util/units.c
|
D | Build | 141 perf-y += units.o
|
/tools/perf/Documentation/ |
D | perf-bench.txt | 164 Available units are B, KB, MB, GB and TB (case insensitive). 188 Available units are B, KB, MB, GB and TB (case insensitive).
|
D | itrace.txt | 33 for instructions events can be specified in units of:
|
D | perf-report.txt | 568 Accepts s, us, ms, ns units.
|
/tools/testing/selftests/futex/ |
D | README | 43 Arguments: arg1=val1 #units specified for clarity where appropriate
|
/tools/testing/selftests/drivers/net/netdevsim/ |
D | devlink.sh | 550 local units=$4 552 devlink port function rate set $handle $name $value$units
|
/tools/power/x86/turbostat/ |
D | turbostat.c | 239 unsigned int units = 1000000; /* MHz etc */ variable 1190 …outp += sprintf(outp, "%s%.0f", (printed++ ? delim : ""), 1.0 / units * t->aperf / interval_float); in format_counters() 1198 sprintf(outp, "%s%.0f", (printed++ ? delim : ""), base_hz / units * t->aperf / t->mperf); in format_counters() 1201 tsc / units * t->aperf / t->mperf / interval_float); in format_counters() 1205 outp += sprintf(outp, "%s%.0f", (printed++ ? delim : ""), 1.0 * t->tsc / units / interval_float); in format_counters()
|
/tools/arch/x86/kcpuid/ |
D | cpuid.csv | 419 0x80000006, 0, ECX, 31:16, csize, Cache size in 1K units
|