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

/vbox/src/VBox/ExtPacks/VBoxDTrace/
H A DVBoxDTraceR0.cpp463 * @param paPcStack Where to return the program counters.
469 void dtrace_getpcstack(pc_t *paPcStack, int cMaxFrames, int cSkipFrames, uint32_t *pIntr) argument
474 paPcStack[iFrame] = NULL;
496 * @param paPcStack Where to return the program counters.
500 void dtrace_getufpstack(uint64_t *paPcStack, uint64_t *paFpStack, int cMaxFrames) argument
505 paPcStack[iFrame] = 0;
515 * @param paPcStack Where to return the program counters.
518 void dtrace_getupcstack(uint64_t *paPcStack, int cMaxFrames) argument
523 paPcStack[iFrame] = 0;

Completed in 48 milliseconds