Home
last modified time | relevance | path

Searched refs:aframes (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/sparc/dtrace/
H A Ddtrace_isa.c276 aframes++; in dtrace_getpcstack()
299 ASSERT(aframes == 1); in dtrace_getpcstack()
340 ASSERT(aframes == 0 || in dtrace_getpcstack()
350 if (aframes > 0) { in dtrace_getpcstack()
351 aframes--; in dtrace_getpcstack()
644 dtrace_getarg(int arg, int aframes) in dtrace_getarg() argument
654 aframes++; in dtrace_getarg()
685 for (aframes -= 1; aframes; aframes--) in dtrace_getarg()
701 dtrace_getstackdepth(int aframes) in dtrace_getstackdepth() argument
732 if (aframes > 0) { in dtrace_getstackdepth()
[all …]
H A Dfasttrap_isa.c1366 int aframes) in fasttrap_pid_getarg() argument
1374 int aframes) in fasttrap_usdt_getarg() argument
/illumos-gate/usr/src/uts/intel/dtrace/
H A Ddtrace_isa.c44 dtrace_getpcstack(pc_t *pcstack, int pcstack_limit, int aframes, in dtrace_getpcstack() argument
60 aframes++; in dtrace_getpcstack()
87 if (aframes > 0) { in dtrace_getpcstack()
88 if (--aframes == 0 && caller != 0) { in dtrace_getpcstack()
415 dtrace_getarg(int arg, int aframes) in dtrace_getarg() argument
427 for (i = 1; i <= aframes; i++) { in dtrace_getarg()
491 dtrace_getstackdepth(int aframes) in dtrace_getstackdepth() argument
504 aframes++; in dtrace_getstackdepth()
528 if (depth <= aframes) in dtrace_getstackdepth()
531 return (depth - aframes); in dtrace_getstackdepth()
H A Dsdt.c300 sdt_getarg(void *arg, dtrace_id_t id, void *parg, int argno, int aframes) in sdt_getarg() argument
312 for (i = 1; i <= aframes; i++) { in sdt_getarg()
H A Dfasttrap_isa.c1620 int aframes) in fasttrap_pid_getarg() argument
1628 int aframes) in fasttrap_usdt_getarg() argument
/illumos-gate/usr/src/uts/common/dtrace/
H A Dfasttrap.c1551 int i, aframes, whack; in fasttrap_add_probe() local
1562 aframes = FASTTRAP_ENTRY_AFRAMES; in fasttrap_add_probe()
1566 aframes = FASTTRAP_RETURN_AFRAMES; in fasttrap_add_probe()
1687 pdata->ftps_mod, pdata->ftps_func, name, aframes, pp); in fasttrap_add_probe()
H A Ddtrace.c3189 int aframes = mstate->dtms_probe->dtpr_aframes + 2; in dtrace_dif_variable() local
3197 mstate->dtms_probe->dtpr_arg, ndx, aframes); in dtrace_dif_variable()
3199 val = dtrace_getarg(ndx, aframes); in dtrace_dif_variable()
3293 int aframes = mstate->dtms_probe->dtpr_aframes + 2; in dtrace_dif_variable() local
3295 mstate->dtms_stackdepth = dtrace_getstackdepth(aframes); in dtrace_dif_variable()
3324 int aframes = mstate->dtms_probe->dtpr_aframes + 2; in dtrace_dif_variable() local
3335 dtrace_getpcstack(caller, 2, aframes, in dtrace_dif_variable()
3339 dtrace_caller(aframes)) == -1) { in dtrace_dif_variable()
3347 dtrace_getpcstack(&caller, 1, aframes, NULL); in dtrace_dif_variable()
8639 const char *func, const char *name, int aframes, void *arg) in dtrace_probe_create() argument
[all …]
/illumos-gate/usr/src/contrib/bhyve/dev/usb/
H A Dusbdi.h576 int *aframes, int *nframes);
/illumos-gate/usr/src/uts/common/sys/
H A Ddtrace.h2065 int argno, int aframes);