Searched refs:Cp (Results 1 – 7 of 7) sorted by relevance
183 if (Cp++ == NULL) in main()184 Cp = callst; in main()186 Cp->argp = Ap; in main()198 Cp->plev = 0; in main()251 } else if (Cp == NULL) { in main()254 if (Cp->plev) in main()264 ++Cp->plev; in main()266 --Cp->plev; in main()268 if (Cp->plev == 0) { in main()270 expand(Cp->argp, Ap-Cp->argp-1); in main()[all …]
55 struct call *Cp = NULL; /* position */ variable
150 extern struct call *Cp;
267 Cp = NULL; in main()1063 scp = Cp->syscount[ow_syscall]; in worker_thread()1069 accumulate(&Cp->usrtotal, in worker_thread()1411 scp = Cp->syscount[ow_syscall]; in worker_thread()1417 accumulate(&Cp->usrtotal, in worker_thread()1541 Cp->basetime = Psp->pr_lwp.pr_tstamp; in setup_basetime()1549 ((hrtime_t)Cp->basetime.tv_sec * NANOSEC + in setup_basetime()1550 Cp->basetime.tv_nsec); in setup_basetime()1593 if (Cp == NULL) { in per_proc_init()1596 Cp = (struct counts *)pmem; in per_proc_init()[all …]
100 struct counts *Cp; /* for counting: malloc() or shared memory */ variable
237 Cp->sigcount[sig]++; in signalled()285 Cp->fltcount[flt]++; in faulted()586 scp = Cp->syscount[what]; in sysexit()596 accumulate(&Cp->usrtotal, &Lsp->pr_utime, &pri->usrlast); in sysexit()
215 extern struct counts *Cp; /* for counting: malloc() or shared memory */