Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/latencytop/common/
H A Ddwrapper.c87 unsigned int stack_depth; in aggwalk_call() local
125 stack_depth = aggdesc->dtagd_rec[REC_STACK].dtrd_arg; in aggwalk_call()
126 pc_size = aggdesc->dtagd_rec[REC_STACK].dtrd_size / stack_depth; in aggwalk_call()
128 buffersize = (stack_depth * (2 * PATH_MAX + 2) + 1) * sizeof (char); in aggwalk_call()
134 while (stack_depth > 0) { in aggwalk_call()