Searched refs:pr_wtime (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DSample.cc78 if (prusage->pr_wtime < 0)
79 prusage->pr_wtime = 0;
88 + prusage->pr_ltime + prusage->pr_slptime + prusage->pr_wtime
H A DExp_Layout.cc40 pr_kftime = pr_ltime = pr_slptime = pr_wtime = pr_stoptime = (hrtime_t) 0;
71 timestruc_32 pr_wtime; /* wait-cpu (latency) time */ member in struct:ana_prusage
132 SWAP_ENDIAN (pu.pr_wtime.tv_sec);
133 SWAP_ENDIAN (pu.pr_wtime.tv_nsec);
161 pr_wtime = timestruc2hr (tmp->pr_wtime);
200 timestruc_64 pr_wtime; /* wait-cpu (latency) time */ member in struct:__anon706
261 SWAP_ENDIAN (pu.pr_wtime.tv_sec);
262 SWAP_ENDIAN (pu.pr_wtime.tv_nsec);
291 pr_wtime
[all...]
H A DExp_Layout.h59 hrtime_t pr_wtime; member in class:PrUsage
H A DStats_data.cc151 tots->pr_wtime += temp->pr_wtime;
H A DOvw_data.cc205 hr2timestruc (&values[OVW_LMS_WAIT_CPU + 1].t, prusage->pr_wtime);
H A DExperiment.cc4913 data_prev->pr_wtime = data->pr_wtime - data_prev->pr_wtime;
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DSample.cc78 if (prusage->pr_wtime < 0)
79 prusage->pr_wtime = 0;
88 + prusage->pr_ltime + prusage->pr_slptime + prusage->pr_wtime
H A DExp_Layout.cc40 pr_kftime = pr_ltime = pr_slptime = pr_wtime = pr_stoptime = (hrtime_t) 0;
71 timestruc_32 pr_wtime; /* wait-cpu (latency) time */ member in struct:ana_prusage
132 SWAP_ENDIAN (pu.pr_wtime.tv_sec);
133 SWAP_ENDIAN (pu.pr_wtime.tv_nsec);
161 pr_wtime = timestruc2hr (tmp->pr_wtime);
200 timestruc_64 pr_wtime; /* wait-cpu (latency) time */ member in struct:__anon695
261 SWAP_ENDIAN (pu.pr_wtime.tv_sec);
262 SWAP_ENDIAN (pu.pr_wtime.tv_nsec);
291 pr_wtime
[all...]
H A DExp_Layout.h59 hrtime_t pr_wtime; member in class:PrUsage
H A DStats_data.cc151 tots->pr_wtime += temp->pr_wtime;
H A DOvw_data.cc205 hr2timestruc (&values[OVW_LMS_WAIT_CPU + 1].t, prusage->pr_wtime);
H A DExperiment.cc4915 data_prev->pr_wtime = data->pr_wtime - data_prev->pr_wtime;
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dcollector.c2299 timestruc_t pr_wtime; /* wait-cpu (latency) time */ member in struct:prusage
/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dcollector.c2295 timestruc_t pr_wtime; /* wait-cpu (latency) time */ member in struct:prusage

Completed in 428 milliseconds