/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | util.h | 125 tstodouble (timestruc_t t) in tstodouble() 131 hr2timestruc (timestruc_t *d, hrtime_t s) in hr2timestruc() 138 timestruc2hr (timestruc_t *s) in timestruc2hr() 158 void tsadd (timestruc_t *result, timestruc_t *time); 159 void tssub (timestruc_t *result, timestruc_t *time1, timestruc_t *time2); 160 int tscmp (timestruc_t *time1, timestruc_t *time2);
|
H A D | Ovw_data.h | 60 timestruc_t start; // Start time of sample 61 timestruc_t duration; // Duration of sample 62 timestruc_t end; // End time of sample 63 timestruc_t tlwp; // Total LWP time
|
H A D | Ovw_data.cc | 74 timestruc_t zero = {0, 0}; in get_totals() 195 timestruc_t sum, rtime; in extract_data() 196 timestruc_t zero = {0, 0}; in extract_data()
|
H A D | util.cc | 42 tsadd (timestruc_t *result, timestruc_t *time) in tsadd() 55 tssub (timestruc_t *result, timestruc_t *time1, timestruc_t *time2) in tssub() 84 tscmp (timestruc_t *time1, timestruc_t *time2) in tscmp()
|
H A D | dbe_structs.h | 53 timestruc_t t;
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | util.h | 121 tstodouble (timestruc_t t) in tstodouble() 127 hr2timestruc (timestruc_t *d, hrtime_t s) in hr2timestruc() 134 timestruc2hr (timestruc_t *s) in timestruc2hr() 148 void tsadd (timestruc_t *result, timestruc_t *time); 149 void tssub (timestruc_t *result, timestruc_t *time1, timestruc_t *time2); 150 int tscmp (timestruc_t *time1, timestruc_t *time2);
|
H A D | Ovw_data.h | 60 timestruc_t start; // Start time of sample 61 timestruc_t duration; // Duration of sample 62 timestruc_t end; // End time of sample 63 timestruc_t tlwp; // Total LWP time
|
H A D | Ovw_data.cc | 74 timestruc_t zero = {0, 0}; in get_totals() 195 timestruc_t sum, rtime; in extract_data() 196 timestruc_t zero = {0, 0}; in extract_data()
|
H A D | util.cc | 42 tsadd (timestruc_t *result, timestruc_t *time) in tsadd() 55 tssub (timestruc_t *result, timestruc_t *time1, timestruc_t *time2) in tssub() 84 tscmp (timestruc_t *time1, timestruc_t *time2) in tscmp()
|
H A D | dbe_structs.h | 53 timestruc_t t;
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/ |
H A D | collector.c | 2283 timestruc_t pr_tstamp; /* current time stamp */ 2284 timestruc_t pr_create; /* process/lwp creation time stamp */ 2285 timestruc_t pr_term; /* process/lwp termination time stamp */ 2286 timestruc_t pr_rtime; /* total lwp real (elapsed) time */ 2287 timestruc_t pr_utime; /* user level cpu time */ 2288 timestruc_t pr_stime; /* system call cpu time */ 2289 timestruc_t pr_ttime; /* other system trap cpu time */ 2290 timestruc_t pr_tftime; /* text page fault sleep time */ 2291 timestruc_t pr_dftime; /* data page fault sleep time */ 2292 timestruc_t pr_kftime; /* kernel page fault sleep time */ [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
H A D | collector.c | 2287 timestruc_t pr_tstamp; /* current time stamp */ 2288 timestruc_t pr_create; /* process/lwp creation time stamp */ 2289 timestruc_t pr_term; /* process/lwp termination time stamp */ 2290 timestruc_t pr_rtime; /* total lwp real (elapsed) time */ 2291 timestruc_t pr_utime; /* user level cpu time */ 2292 timestruc_t pr_stime; /* system call cpu time */ 2293 timestruc_t pr_ttime; /* other system trap cpu time */ 2294 timestruc_t pr_tftime; /* text page fault sleep time */ 2295 timestruc_t pr_dftime; /* data page fault sleep time */ 2296 timestruc_t pr_kftime; /* kernel page fault sleep time */ [all …]
|
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
H A D | dsl_dir.h | 106 timestruc_t dd_snap_cmtime; /* last time snapshot namespace changed */ 163 timestruc_t dsl_dir_snap_cmtime(dsl_dir_t *dd);
|
H A D | dmu_objset.h | 167 timestruc_t dmu_objset_snap_cmtime(objset_t *os);
|
H A D | dmu.h | 876 timestruc_t dmu_objset_snap_cmtime(objset_t *os);
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/common/ |
H A D | gp-time.h | 27 typedef struct timespec timestruc_t; typedef
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/common/ |
H A D | gp-time.h | 27 typedef struct timespec timestruc_t; typedef
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/ |
H A D | stat.d | 1256 timestruc_t st_atim; 1261 timestruc_t st_mtim; 1266 timestruc_t st_ctim; 1293 timestruc_t st_atim; 1298 timestruc_t st_mtim; 1303 timestruc_t st_ctim; 1326 timestruc_t st_atim; 1331 timestruc_t st_mtim; 1336 timestruc_t st_ctim;
|
/netbsd-src/external/cddl/osnet/sys/sys/ |
H A D | opentypes.h | 19 typedef struct timespec timestruc_t; typedef
|
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/ |
H A D | vnode.h | 55 timestruc_t xoa_createtime; /* Create time of file */
|
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
H A D | zfs_ctldir.c | 333 timestruc_t cmtime; 487 timestruc_t now; in zfsctl_common_getattr() 1273 timestruc_t zc_cmtime; 1616 timestruc_t now; in sfs_getattr()
|
H A D | dsl_dir.c | 1969 timestruc_t 1972 timestruc_t t; in dsl_dir_snap_cmtime() 1984 timestruc_t t; in dsl_dir_snap_cmtime_update()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
H A D | signal.d | 1365 timestruc_t __tstamp; 2877 alias timespec timestruc_t;
|
/netbsd-src/external/cddl/osnet/dist/lib/libzpool/common/sys/ |
H A D | zfs_context.h | 455 timestruc_t xoa_createtime; /* Create time of file */
|
/netbsd-src/external/cddl/osnet/dist/lib/libzpool/common/ |
H A D | kernel.c | 376 timestruc_t ts; in cv_timedwait_hires()
|