Home
last modified time | relevance | path

Searched refs:dtms_timestamp (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.101.15/bsd/sys/
H A Ddtrace_impl.h925 uint64_t dtms_timestamp; /* cached timestamp */ member
/xnu-11417.101.15/bsd/dev/dtrace/
H A Ddtrace.c3381 mstate->dtms_timestamp = dtrace_gethrtime(); in dtrace_dif_variable()
3384 return (mstate->dtms_timestamp); in dtrace_dif_variable()
7345 mstate.dtms_timestamp = dtrace_gethrtime(); in dtrace_probe()
7352 DTRACE_RECORD_STORE_TIMESTAMP(&dtrh, mstate.dtms_timestamp); in dtrace_probe()