Searched refs:bc_stack (Results 1 – 8 of 8) sorted by relevance
| /illumos-gate/usr/src/lib/libumem/common/ |
| H A D | umem_impl.h | 122 ((size_t)(&((umem_bufctl_audit_t *)0)->bc_stack[frames])) 153 uintptr_t bc_stack[1]; /* pc stack */ member
|
| H A D | umem.c | 1211 (void) print_sym((void *)bcap->bc_stack[d]); in umem_error() 1376 _bcp->bc_depth = getpcstack(_bcp->bc_stack, umem_stack_depth, \
|
| /illumos-gate/usr/src/cmd/mdb/common/modules/libumem/ |
| H A D | umem.c | 1966 if (mdb_lookup_by_addr(bcp->bc_stack[i], in allocdby_walk() 1972 c, bcp->bc_stack[i] - (uintptr_t)sym.st_value); in allocdby_walk() 2594 if (bcp->bc_stack[i] >= laddr && in bufctl() 2595 bcp->bc_stack[i] < haddr) in bufctl() 2628 mdb_printf("%a\n", bcp->bc_stack[i]); in bufctl() 2636 if (mdb_lookup_by_addr(bcp->bc_stack[i], in bufctl() 2641 mdb_printf(" %a\n", bcp->bc_stack[i]); in bufctl() 3506 mdb_printf("\t %a\n", bcp->bc_stack[i]); in showbc() 3661 signature += bcp->bc_stack[i]; in umu_add() 3674 bcp->bc_stack[i]; in umu_add() [all …]
|
| H A D | leaky_subr.c | 815 bcp->bc_timestamp, bcp->bc_stack + 1, depth, in leaky_subr_add_leak()
|
| /illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
| H A D | kmem.c | 2030 if (mdb_lookup_by_addr(bcp->bc_stack[i], in allocdby_walk() 2036 c, bcp->bc_stack[i] - (uintptr_t)sym.st_value); in allocdby_walk() 2969 if (bc.bc_stack[i] >= laddr && bc.bc_stack[i] < haddr) in bufctl() 3002 mdb_printf("%a\n", bc.bc_stack[i]); in bufctl() 3010 if (mdb_lookup_by_addr(bc.bc_stack[i], in bufctl() 3015 mdb_printf(" %a\n", bc.bc_stack[i]); in bufctl() 3908 mdb_printf("\t %a\n", bcp->bc_stack[i]); in showbc() 4061 signature += bcp->bc_stack[i]; in kmu_add() 4074 bcp->bc_stack[i]; in kmu_add() 4100 kmo->kmo_stack[i] = bcp->bc_stack[i]; in kmu_add() [all …]
|
| H A D | leaky_subr.c | 536 bc.bc_timestamp, bc.bc_stack + 1, depth, in leaky_subr_add_leak()
|
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | kmem_impl.h | 139 pc_t bc_stack[KMEM_STACK_DEPTH]; /* pc stack */ member
|
| /illumos-gate/usr/src/uts/common/os/ |
| H A D | kmem.c | 1385 char *sym = kobj_getsymname(bcap->bc_stack[d], &off); in kmem_error() 1477 _bcp->bc_depth = getpcstack(_bcp->bc_stack, KMEM_STACK_DEPTH); \
|