Home
last modified time | relevance | path

Searched refs:stime (Results 1 – 14 of 14) sorted by relevance

/qemu/tests/migration/guestperf/
H A Dengine.py62 stime = int(fields[13])
64 records.append(TimingRecord(tid, now, 1000 * (stime + utime) / jiffies_per_sec))
75 stime = int(fields[13])
77 return TimingRecord(pid, now, 1000 * (stime + utime) / jiffies_per_sec)
/qemu/linux-user/ppc/
H A Dsyscall.tbl41 25 32 stime sys_stime32
42 25 64 stime sys_stime
43 25 spu stime sys_stime
/qemu/linux-user/mips/
H A Dsyscall-args-o32.c.inc26 [ 25] = 1, /* stime */
H A Dsyscall_o32.tbl36 25 o32 stime sys_stime32
/qemu/linux-user/hppa/
H A Dsyscall.tbl36 25 32 stime sys_stime32
37 25 64 stime sys_stime
/qemu/linux-user/sparc/
H A Dsyscall.tbl281 233 32 stime sys_stime32
282 233 64 stime sys_stime
/qemu/hw/ipmi/
H A Dipmi_bmc_sim.c284 int64_t stime; in ipmi_gettime() local
286 stime = qemu_clock_get_ns(QEMU_CLOCK_HOST); in ipmi_gettime()
287 time->tv_sec = stime / 1000000000LL; in ipmi_gettime()
288 time->tv_nsec = stime % 1000000000LL; in ipmi_gettime()
/qemu/linux-user/microblaze/
H A Dsyscall.tbl35 25 common stime sys_stime32
/qemu/linux-user/m68k/
H A Dsyscall.tbl35 25 common stime sys_stime32
/qemu/linux-user/sh4/
H A Dsyscall.tbl35 25 common stime sys_stime32
/qemu/linux-user/arm/
H A Dsyscall.tbl39 25 oabi stime sys_stime32
/qemu/linux-user/i386/
H A Dsyscall_32.tbl39 25 i386 stime sys_stime32
/qemu/linux-user/s390x/
H A Dsyscall.tbl33 25 32 stime - sys_stime32
/qemu/linux-user/
H A Dstrace.list1470 { TARGET_NR_stime, "stime" , NULL, NULL, NULL },