Home
last modified time | relevance | path

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

/titanic_41/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()
305 ts = dtrace_gethrtime(); in dtrace_vtime_switch()
/titanic_41/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.c2647 timestamp = dtrace_gethrtime(); in dtrace_speculation_commit()
3090 mstate->dtms_timestamp = dtrace_gethrtime(); in dtrace_dif_variable()
3881 regs[rd] = (dtrace_gethrtime() * 2416 + 374441) % 1771875; in dtrace_dif_subr()
6428 now = dtrace_gethrtime(); in dtrace_action_chill()
6449 while (dtrace_gethrtime() - now < val) in dtrace_action_chill()
6685 now = mstate.dtms_timestamp = dtrace_gethrtime(); in dtrace_probe()
6808 mstate.dtms_timestamp = dtrace_gethrtime(); in dtrace_probe()
7225 end = dtrace_gethrtime(); in dtrace_probe()
8155 if (dtrace_gethrtime() - old->dtpv_defunct > in dtrace_unregister()
8262 pvp->dtpv_defunct = dtrace_gethrtime(); in dtrace_invalidate()
[all …]
/titanic_41/usr/src/uts/i86xpv/os/
H A Dxpv_timestamp.c87 #pragma weak dtrace_gethrtime = dtrace_xpv_gethrtime macro
/titanic_41/usr/src/uts/sun4/cpu/
H A Dcpu_module.c177 dtrace_gethrtime(void) in dtrace_gethrtime() function
/titanic_41/usr/src/uts/i86pc/os/
H A Dtimestamp.c255 dtrace_gethrtime(void) in dtrace_gethrtime() function
/titanic_41/usr/src/uts/sun4v/cpu/
H A Dcommon_asm.s343 ALTENTRY(dtrace_gethrtime)
348 SET_SIZE(dtrace_gethrtime)
/titanic_41/usr/src/uts/common/sys/
H A Ddtrace.h2293 extern hrtime_t dtrace_gethrtime(void);
/titanic_41/usr/src/uts/common/xen/dtrace/
H A Dxdt.c1833 when.cyt_when = dtrace_gethrtime() + when.cyt_interval; in xdt_cyclic_enable()
/titanic_41/usr/src/uts/intel/ia32/os/
H A Darchdep.c1454 return (dtrace_gethrtime()); in gethrtime_waitfree()