Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Ddtrace_subr.c112 tmp.dthr_hrtime = dtrace_gethrtime(); in dtrace_hres_tick()
161 nslt = dtrace_gethrtime() - snap.dthr_hrtime; in dtrace_gethrestime()
236 ts = dtrace_gethrtime(); in dtrace_vtime_switch()
/illumos-gate/usr/src/uts/common/dtrace/
H A Dprofile.c143 late = dtrace_gethrtime() - pcpu->profc_expected; in profile_fire()
349 when->cyt_when = dtrace_gethrtime() + when->cyt_interval; in profile_online()
383 when.cyt_when = dtrace_gethrtime() + when.cyt_interval; in profile_enable()
H A Ddtrace.c2813 timestamp = dtrace_gethrtime(); in dtrace_speculation_commit()
6706 now = dtrace_gethrtime(); in dtrace_action_chill()
6727 while (dtrace_gethrtime() - now < val) in dtrace_action_chill()
6980 now = dtrace_gethrtime(); in dtrace_probe()
7519 end = dtrace_gethrtime(); in dtrace_probe()
8444 if (dtrace_gethrtime() - old->dtpv_defunct > in dtrace_unregister()
8550 pvp->dtpv_defunct = dtrace_gethrtime(); in dtrace_invalidate()
11566 now = dtrace_gethrtime(); in dtrace_buffer_switch()
13751 now = dtrace_gethrtime(); in dtrace_state_deadman()
17029 desc.dtbd_timestamp = dtrace_gethrtime(); in dtrace_ioctl()
[all …]
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxpv_timestamp.c87 #pragma weak dtrace_gethrtime = dtrace_xpv_gethrtime macro
/illumos-gate/usr/src/uts/sun4/cpu/
H A Dcpu_module.c177 dtrace_gethrtime(void) in dtrace_gethrtime() function
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dcommon_asm.S189 ALTENTRY(dtrace_gethrtime)
194 SET_SIZE(dtrace_gethrtime)
/illumos-gate/usr/src/uts/i86pc/os/
H A Dtimestamp.c365 dtrace_gethrtime(void) in dtrace_gethrtime() function
/illumos-gate/usr/src/uts/common/sys/
H A Ddtrace.h2297 extern hrtime_t dtrace_gethrtime(void);
/illumos-gate/usr/src/uts/intel/os/
H A Darchdep.c1058 return (dtrace_gethrtime()); in gethrtime_waitfree()
/illumos-gate/usr/src/uts/common/xen/dtrace/
H A Dxdt.c1834 when.cyt_when = dtrace_gethrtime() + when.cyt_interval; in xdt_cyclic_enable()