Home
last modified time | relevance | path

Searched refs:pr_term (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DExp_Layout.cc38 pr_tstamp = pr_create = pr_term = pr_rtime = (hrtime_t) 0; in PrUsage()
61 timestruc_32 pr_term; /* process/lwp termination time stamp */ member
112 SWAP_ENDIAN (pu.pr_term.tv_sec); in bind32()
113 SWAP_ENDIAN (pu.pr_term.tv_nsec); in bind32()
151 pr_term = timestruc2hr (tmp->pr_term); in bind32()
190 timestruc_64 pr_term; /* process/lwp termination time stamp */ member
241 SWAP_ENDIAN (pu.pr_term.tv_sec); in bind64()
242 SWAP_ENDIAN (pu.pr_term.tv_nsec); in bind64()
281 pr_term = timestruc2hr (tmp->pr_term); in bind64()
H A DStats_data.cc141 tots->pr_term += temp->pr_term; in compute_data()
H A DExp_Layout.h47 hrtime_t pr_term; variable
/netbsd/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dcollector.c2289 timestruc_t pr_term; /* process/lwp termination time stamp */ member