Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/truss/
H A Dfcall.c63 void function_entry(private_t *, struct bkpt *, struct callstack *);
64 void function_return(private_t *, struct callstack *);
574 struct callstack *Stk; in report_htable_stats()
613 for (Stk = callstack; Stk != NULL; Stk = Stk->next) { in report_htable_stats()
635 struct callstack *Stk; in make_lwp_stack()
645 for (Stk = callstack; Stk != NULL; Stk = Stk->next) in make_lwp_stack()
649 Stk = my_malloc(sizeof (struct callstack), NULL); in make_lwp_stack()
650 Stk->next = callstack; in make_lwp_stack()
651 callstack = Stk; in make_lwp_stack()
699 callstack = Stk->next; in make_lwp_stack()
[all …]
H A Dramdata.h265 struct callstack { struct
266 struct callstack *next; argument
281 extern struct callstack *callstack; /* the callstack list */ argument
H A Dramdata.c108 struct callstack *callstack; /* the callstack array */ variable
/titanic_41/usr/src/cmd/sgs/librtld_db/demo/
H A DMakefile.com34 utils.c maps.c syms.c callstack.c disasm.c
H A DMakefile59 common/callstack.c \
/titanic_41/usr/src/cmd/sgs/packages/common/
H A Dprototype_com156 f none $SGSDIR/usr/demo/librtld_db/common/callstack.c=usr/demo/librtld_db/common/callstack.c 644 ro…
/titanic_41/usr/src/pkg/manifests/
H A Dsource-demo-system.mf226 file path=usr/demo/librtld_db/common/callstack.c