Searched refs:mdb_gethrtime (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ks.h71 extern hrtime_t mdb_gethrtime(void);
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c1717 * mdb_gethrtime() returns the hires system time. This will be the timestamp at
1723 mdb_gethrtime(void) function
1773 * from different sources per mdb_gethrtime(). If inspecting a panicked
1789 * mdb_gethrtime() will return zero if the lbolt info structure hasn't
1792 if ((ts = mdb_gethrtime()) <= 0)
/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c903 * Note: mdb_gethrtime() is only available in kmdb
910 running = mdb_gethrtime() -
913 waiting = mdb_gethrtime() -
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c49 extern int64_t mdb_gethrtime(void);
2283 mdb_printf("%llums", (mdb_gethrtime() -
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c3905 result = opt_lbolt ? mdb_get_lbolt() : mdb_gethrtime();

Completed in 409 milliseconds