Searched refs:pr_stime (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A DPcore_linux.h141 lx_elf_timeval32_t pr_stime; /* System time */ member in struct:lx_prstatus32
158 lx_elf_timeval64_t pr_stime; /* System time */ member in struct:lx_prstatus64
H A DP32ton.c362 timestruc_32_to_n(&src->pr_stime, &dst->pr_stime);
735 timestruc_n_to_32(&src->pr_stime, &dst->pr_stime);
H A DPgcore.c230 psp->pr_stime = P->status.pr_stime;
355 timestruc_n_to_32(&P->status.pr_stime, &psp->pr_stime);
H A DPcore.c536 LTIME_TO_TIMESPEC(lwp->lwp_status.pr_stime, prs64->pr_stime);
572 LTIME_TO_TIMESPEC(lwp->lwp_status.pr_stime, prs32->pr_stime);
/illumos-gate/usr/src/uts/common/sys/
H A Dprocfs.h144 timestruc_t pr_stime; /* lwp system cpu time */ member in struct:lwpstatus
171 timestruc_t pr_stime; /* process system cpu time */ member in struct:pstatus
449 timestruc_t pr_stime; /* system call cpu time */ member in struct:prusage
612 timestruc32_t pr_stime; /* lwp system cpu time */ member in struct:lwpstatus32
639 timestruc32_t pr_stime; /* process system cpu time */ member in struct:pstatus32
809 timestruc32_t pr_stime; /* system call cpu time */ member in struct:prusage32
/illumos-gate/usr/src/uts/intel/sys/
H A Dold_procfs.h188 timestruc_t pr_stime; /* Process system cpu time */ member in struct:prstatus
376 timestruc_t pr_stime; /* system call CPU time */ member in struct:prusage
492 timestruc32_t pr_stime; /* Process system cpu time */ member in struct:prstatus32
585 timestruc32_t pr_stime; /* system call cpu time */ member in struct:prusage32
/illumos-gate/usr/src/uts/sparc/sys/
H A Dold_procfs.h187 timestruc_t pr_stime; /* Process system cpu time */ member in struct:prstatus
375 timestruc_t pr_stime; /* system call CPU time */ member in struct:prusage
491 timestruc32_t pr_stime; /* Process system cpu time */ member in struct:prstatus32
584 timestruc32_t pr_stime; /* system call cpu time */ member in struct:prusage32
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dstruct_layout.h172 sl_field_t pr_stime; member in struct:__anon50
199 sl_field_t pr_stime; member in struct:__anon51
234 sl_field_t pr_stime; member in struct:__anon52
H A Dgen_struct_layout.c158 SCALAR_FIELD(lwpstatus_t, pr_stime, 0);
189 SCALAR_FIELD(pstatus_t, pr_stime, 0);
228 SCALAR_FIELD(prstatus_t, pr_stime, 0);
H A Dcorenote.c1024 PRINT_SUBTYPE(MSG_ORIG(MSG_CNOTE_T_PR_STIME), pr_stime, dump_timestruc); local
1107 PRINT_SUBTYPE(MSG_ORIG(MSG_CNOTE_T_PR_STIME), pr_stime, dump_timestruc); local
1209 PRINT_SUBTYPE(MSG_ORIG(MSG_CNOTE_T_PR_STIME), pr_stime, dump_timestruc); local
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c524 pri->syslast = Psp->pr_stime;
888 pri->syslast = Lsp->pr_stime;
1069 &Lsp->pr_stime, &pri->syslast);
1072 pri->syslast = Lsp->pr_stime;
1081 pri->syslast = Lsp->pr_stime;
1099 pri->syslast = Lsp->pr_stime;
1114 pri->syslast = Lsp->pr_stime;
1152 pri->syslast = Lsp->pr_stime;
1417 &Lsp->pr_stime, &pri->syslast);
1420 pri->syslast = Lsp->pr_stime;
[all...]
H A Dactions.c595 accumulate(&scp->stime, &Lsp->pr_stime, &pri->syslast);
597 pri->syslast = Lsp->pr_stime;
/illumos-gate/usr/src/cmd/ptools/ptime/
H A Dptime.c221 sys = pup->pr_stime;
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprdata.h238 hrtime_t pr_stime; /* system call CPU time */ member in struct:prhusage
H A Dprsubr.c897 hrt2ts(mstate_aggr_state(p, LMS_SYSTEM), &sp->pr_stime);
1015 hrt2ts32(sys, &sp->pr_stime);
1120 hrt2ts32(mstate_aggr_state(p, LMS_SYSTEM), &sp->pr_stime);
1243 hrt2ts(sys, &sp->pr_stime);
2825 pup->pr_stime = ms->ms_acct[LMS_SYSTEM];
2885 case LMS_SYSTEM: mstimep = &pup->pr_stime; break;
2935 scalehrtime(&usg->pr_stime);
2976 conv.pr_stime = ms->ms_acct[LMS_SYSTEM];
2989 pup->pr_stime += conv.pr_stime;
[all...]
H A Dprioctl.c1088 pup->pr_stime = p->p_acct[LMS_SYSTEM];
1179 pup->pr_stime = p->p_acct[LMS_SYSTEM];
1431 hrt2ts32(mstate_aggr_state(p, LMS_SYSTEM), &sp->pr_stime);
2718 pup->pr_stime = p->p_acct[LMS_SYSTEM];
2809 pup->pr_stime = p->p_acct[LMS_SYSTEM];
3268 hrt2ts(mstate_aggr_state(p, LMS_SYSTEM), &sp->pr_stime);
H A Dprvnops.c1155 pup->pr_stime = p->p_acct[LMS_SYSTEM];
1265 pup->pr_stime = p->p_acct[LMS_SYSTEM];
2200 pup->pr_stime = p->p_acct[LMS_SYSTEM];
2310 pup->pr_stime = p->p_acct[LMS_SYSTEM];
/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.c789 lwp->li_sys = TIME2NSEC(usage->pr_stime)/period;
825 lwp->li_sys = (TIME2NSEC(usage->pr_stime) -
826 TIME2NSEC(lwp->li_usage.pr_stime))/period;
/illumos-gate/usr/src/cmd/w/
H A Dw.c396 statinfo.pr_stime.tv_sec; /* seconds */
/illumos-gate/usr/src/cmd/whodo/
H A Dwhodo.c377 statinfo.pr_stime.tv_sec;

Completed in 169 milliseconds