Home
last modified time | relevance | path

Searched refs:sys_times (Results 1 – 5 of 5) sorted by relevance

/external/strace/
Dmx32_funcs.h17 #undef sys_times
18 #define sys_times mx32_sys_times macro
Dm32_funcs.h17 #undef sys_times
18 #define sys_times m32_sys_times macro
DChangeLog36291 (sys_times): Use it instead of struct tms.
36745 * times.c (sys_times): Return RVAL_UDECIMAL unless syserror.
36936 * resource.c (sys_times): Move to times.c.
37764 printrusage, sys_times): Use umove_or_printaddr.
47750 * resource.c (sys_times): Cast clock_t type to unsigned long long.
/external/autotest/client/site_tests/platform_CompressedSwapPerf/
Dplatform_CompressedSwapPerf.py363 sys_times = results_unzipped[2]
368 for i in range(len(sys_times)):
372 us_per_fault_list.append(sys_times[i] * 1000.0 /
377 self.report_stats('ms', swap_target, f_name, 'stime', sys_times)
/external/kernel-headers/original/uapi/asm-generic/
Dunistd.h451 __SC_COMP(__NR_times, sys_times, compat_sys_times)