Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dprocfs.h147 timestruc_t pr_stime; /* lwp system cpu time */
174 timestruc_t pr_stime; /* process system cpu time */
452 timestruc_t pr_stime; /* system call cpu time */
729 timestruc32_t pr_stime; /* lwp system cpu time */
756 timestruc32_t pr_stime; /* process system cpu time */
926 timestruc32_t pr_stime; /* system call cpu time */
/illumos-gate/usr/src/lib/libproc/common/
H A DPcore_linux.h141 lx_elf_timeval32_t pr_stime; /* System time */ member
158 lx_elf_timeval64_t pr_stime; /* System time */ member
H A DP32ton.c362 timestruc_32_to_n(&src->pr_stime, &dst->pr_stime); in pstatus_32_to_n()
735 timestruc_n_to_32(&src->pr_stime, &dst->pr_stime); in pstatus_n_to_32()
H A DPgcore.c182 psp->pr_stime = P->status.pr_stime; in mkprstatus()
307 timestruc_n_to_32(&P->status.pr_stime, &psp->pr_stime); in mkprstatus32()
H A DPcore.c537 LTIME_TO_TIMESPEC(lwp->lwp_status.pr_stime, prs64->pr_stime); in lx_prstatus64_to_lwp()
573 LTIME_TO_TIMESPEC(lwp->lwp_status.pr_stime, prs32->pr_stime); in lx_prstatus32_to_lwp()
/illumos-gate/usr/src/uts/intel/sys/
H A Dold_procfs.h188 timestruc_t pr_stime; /* Process system cpu time */ member
376 timestruc_t pr_stime; /* system call CPU time */ member
492 timestruc32_t pr_stime; /* Process system cpu time */ member
585 timestruc32_t pr_stime; /* system call cpu time */ member
/illumos-gate/usr/src/uts/sparc/sys/
H A Dold_procfs.h187 timestruc_t pr_stime; /* Process system cpu time */ member
375 timestruc_t pr_stime; /* system call CPU time */ member
491 timestruc32_t pr_stime; /* Process system cpu time */ member
584 timestruc32_t pr_stime; /* system call cpu time */ member
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c525 pri->syslast = Psp->pr_stime; in main()
892 pri->syslast = Lsp->pr_stime; in worker_thread()
1076 pri->syslast = Lsp->pr_stime; in worker_thread()
1085 pri->syslast = Lsp->pr_stime; in worker_thread()
1104 pri->syslast = Lsp->pr_stime; in worker_thread()
1119 pri->syslast = Lsp->pr_stime; in worker_thread()
1157 pri->syslast = Lsp->pr_stime; in worker_thread()
1425 pri->syslast = Lsp->pr_stime; in worker_thread()
1434 pri->syslast = Lsp->pr_stime; in worker_thread()
2477 pri->syslast = Psp->pr_stime; in control()
[all …]
H A Dactions.c595 accumulate(&scp->stime, &Lsp->pr_stime, &pri->syslast); in sysexit()
597 pri->syslast = Lsp->pr_stime; in sysexit()
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dstruct_layout.h174 sl_field_t pr_stime; member
201 sl_field_t pr_stime; member
236 sl_field_t pr_stime; member
H A Dgen_struct_layout.c160 SCALAR_FIELD(lwpstatus_t, pr_stime, 0); in gen_lwpstatus()
191 SCALAR_FIELD(pstatus_t, pr_stime, 0); in gen_pstatus()
230 SCALAR_FIELD(prstatus_t, pr_stime, 0); in gen_prstatus()
H A Dcorenote.c1081 PRINT_SUBTYPE(MSG_ORIG(MSG_CNOTE_T_PR_STIME), pr_stime, dump_timestruc); in dump_lwpstatus()
1164 PRINT_SUBTYPE(MSG_ORIG(MSG_CNOTE_T_PR_STIME), pr_stime, dump_timestruc); in dump_pstatus()
1266 PRINT_SUBTYPE(MSG_ORIG(MSG_CNOTE_T_PR_STIME), pr_stime, dump_timestruc); in dump_prstatus()
H A Delfdump.msg592 @ MSG_CNOTE_T_PR_STIME "pr_stime:"
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c916 hrt2ts(mstate_aggr_state(p, LMS_SYSTEM), &sp->pr_stime); in prgetstatus()
1056 hrt2ts32(sys, &sp->pr_stime); in prgetlwpstatus32()
1284 hrt2ts(sys, &sp->pr_stime); in prgetlwpstatus()
3607 pup->pr_stime = ms->ms_acct[LMS_SYSTEM]; in prgetusage()
3667 case LMS_SYSTEM: mstimep = &pup->pr_stime; break; in prgetusage()
3717 scalehrtime(&usg->pr_stime); in prscaleusage()
3758 conv.pr_stime = ms->ms_acct[LMS_SYSTEM]; in praddusage()
3771 pup->pr_stime += conv.pr_stime; in praddusage()
3829 case LMS_SYSTEM: mstimep = &pup->pr_stime; break; in praddusage()
3892 hrt2ts(pup->pr_stime, &upup->pr_stime); in prcvtusage()
[all …]
H A Dprdata.h243 hrtime_t pr_stime; /* system call CPU time */ member
H A Dprioctl.c1060 pup->pr_stime = p->p_acct[LMS_SYSTEM]; in prioctl64()
1151 pup->pr_stime = p->p_acct[LMS_SYSTEM]; in prioctl64()
1402 hrt2ts32(mstate_aggr_state(p, LMS_SYSTEM), &sp->pr_stime); in oprgetstatus32()
2662 pup->pr_stime = p->p_acct[LMS_SYSTEM]; in prioctl32()
2753 pup->pr_stime = p->p_acct[LMS_SYSTEM]; in prioctl32()
3211 hrt2ts(mstate_aggr_state(p, LMS_SYSTEM), &sp->pr_stime); in oprgetstatus()
H A Dprvnops.c1247 pup->pr_stime = p->p_acct[LMS_SYSTEM]; in pr_read_usage()
1357 pup->pr_stime = p->p_acct[LMS_SYSTEM]; in pr_read_lusage()
2359 pup->pr_stime = p->p_acct[LMS_SYSTEM]; in pr_read_usage_32()
2469 pup->pr_stime = p->p_acct[LMS_SYSTEM]; in pr_read_lusage_32()
/illumos-gate/usr/src/cmd/ptools/ptime/
H A Dptime.c221 sys = pup->pr_stime; in look()
/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.c790 lwp->li_sys = TIME2NSEC(usage->pr_stime)/period; in lwp_update()
826 lwp->li_sys = (TIME2NSEC(usage->pr_stime) - in lwp_update()
827 TIME2NSEC(lwp->li_usage.pr_stime))/period; in lwp_update()
/illumos-gate/usr/src/cmd/w/
H A Dw.c420 statinfo.pr_stime.tv_sec; in main()
/illumos-gate/usr/src/cmd/whodo/
H A Dwhodo.c419 statinfo.pr_stime.tv_sec; in main()