Searched refs:bc_stack (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/lib/libumem/common/ |
H A D | umem_impl.h | 119 ((size_t)(&((umem_bufctl_audit_t *)0)->bc_stack[frames])) 150 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() 1372 _bcp->bc_depth = getpcstack(_bcp->bc_stack, umem_stack_depth, \
|
/titanic_41/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() 3507 mdb_printf("\t %a\n", bcp->bc_stack[i]); in showbc() 3662 signature += bcp->bc_stack[i]; in umu_add() 3675 bcp->bc_stack[i]; in umu_add() [all …]
|
H A D | leaky_subr.c | 817 bcp->bc_timestamp, bcp->bc_stack + 1, depth, in leaky_subr_add_leak()
|
/titanic_41/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() 2954 if (bc.bc_stack[i] >= laddr && bc.bc_stack[i] < haddr) in bufctl() 2987 mdb_printf("%a\n", bc.bc_stack[i]); in bufctl() 2995 if (mdb_lookup_by_addr(bc.bc_stack[i], in bufctl() 3000 mdb_printf(" %a\n", bc.bc_stack[i]); in bufctl() 3894 mdb_printf("\t %a\n", bcp->bc_stack[i]); in showbc() 4045 signature += bcp->bc_stack[i]; in kmu_add() 4058 bcp->bc_stack[i]; in kmu_add() 4084 kmo->kmo_stack[i] = bcp->bc_stack[i]; in kmu_add() [all …]
|
H A D | leaky_subr.c | 538 bc.bc_timestamp, bc.bc_stack + 1, depth, in leaky_subr_add_leak()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | kmem_impl.h | 139 pc_t bc_stack[KMEM_STACK_DEPTH]; /* pc stack */ member
|
/titanic_41/usr/src/uts/common/os/ |
H A D | kmem.c | 1415 char *sym = kobj_getsymname(bcap->bc_stack[d], &off); in kmem_error() 1505 _bcp->bc_depth = getpcstack(_bcp->bc_stack, KMEM_STACK_DEPTH); \
|