Home
last modified time | relevance | path

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

/external/strace/
Dstrace.c151 static struct tcb **tcbtab; variable
724 tcbtab = xreallocarray(tcbtab, new_tcbtabsize, sizeof(tcbtab[0])); in expand_tcbtab()
726 tcbtab[tcbtabsize++] = newtcbs++; in expand_tcbtab()
739 tcp = tcbtab[i]; in alloctcb()
1126 tcp = tcbtab[tcbi]; in startup_attach()
1792 unwind_tcb_init(tcbtab[tcbi]); in init()
1937 struct tcb *tcp = tcbtab[i]; in pid2tcb()
1958 tcp = tcbtab[i]; in cleanup()
DChangeLog-CVS958 * strace.c (main): Use calloc for tcbtab allocation.
3675 * strace.c (pfd2tcb): Fix for new tcbtab type.
3867 * strace.c (tcbtab): Make this a pointer to pointers, not an array.
3874 * defs.h (tcbtab): Update decls.
DChangeLog7771 over tcbtab elements ...
12972 * strace.c (init): Remove initial memory allocation for tcbtab.
23634 (init): Use new variable to iterate 'tcbtab'.
31763 * strace.c (startup_attach): Don't tcbtab[tcbi]->nclone_threads++.
31829 * defs.h: Remove tcbtab declaration.
31830 * strace.c: Make run_uid, run_gid, outf, tcbtab, progname