MCPcopy Index your code
hub / github.com/dtrace4linux/linux / dtrace_dif_subr

Function dtrace_dif_subr

driver/dtrace.c:3435–5026  ·  view source on GitHub ↗

* Emulate the execution of DTrace ID subroutines invoked by the call opcode. * Notice that we don't bother validating the proper number of arguments or * their types in the tuple stack. This isn't needed because all argument * interpretation is safe because of our load safety -- the worst that can * happen is that a bogus program can obtain bogus results. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

dtrace_dif_emulateFunction · 0.85

Calls 14

dtrace_gethrtimeFunction · 0.85
dtrace_canloadFunction · 0.85
dtrace_inscratchFunction · 0.85
dtrace_bcopyFunction · 0.85
dtrace_copyinFunction · 0.85
dtrace_copyinstrFunction · 0.85
dtrace_priv_proc_controlFunction · 0.85
dtrace_istoxicFunction · 0.85
dtrace_copyoutFunction · 0.85
dtrace_copyoutstrFunction · 0.85
dtrace_strlenFunction · 0.85
dtrace_strncmpFunction · 0.85

Tested by

no test coverage detected