Searched defs:cCallFrames (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/
H A DVBoxDTraceR0.cpp428 * Get the caller @a cCallFrames call frames up the stack.
431 * @param cCallFrames The number of frames.
433 uintptr_t dtrace_caller(int cCallFrames)
443 * Get argument number @a iArg @a cCallFrames call frames up the stack.
447 * @param cCallFrames The number of frames.
449 uint64_t dtrace_getarg(int iArg, int cCallFrames) argument

Completed in 49 milliseconds