Home
last modified time | relevance | path

Searched refs:expr_ts (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DDbeView.cc2280 hrtime_t expr_ts = (hrtime_t) packets->getLongValue (PROP_TSTAMP, i); in dump_profile() local
2281 hrtime_t ts = expr_ts - start; in dump_profile()
2306 i, expr_ts, ts / NANOSEC, ts % NANOSEC, in dump_profile()
2307 expr_ts / NANOSEC, expr_ts % NANOSEC, in dump_profile()
2349 hrtime_t expr_ts = (hrtime_t) packets->getLongValue (PROP_TSTAMP, i); in dump_sync() local
2350 hrtime_t ts = expr_ts - start; in dump_sync()
2357 hrtime_t syncdelay = expr_ts - syncrtime; in dump_sync()
2366 i, expr_ts, ts / NANOSEC, ts % NANOSEC, in dump_sync()
2367 expr_ts / NANOSEC, expr_ts % NANOSEC, thrid, in dump_sync()
2407 hrtime_t expr_ts = (hrtime_t) packets->getLongValue (PROP_TSTAMP, i); in dump_iotrace() local
[all …]
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DDbeView.cc2280 hrtime_t expr_ts = (hrtime_t) packets->getLongValue (PROP_TSTAMP, i); in dump_profile() local
2281 hrtime_t ts = expr_ts - start; in dump_profile()
2306 i, expr_ts, ts / NANOSEC, ts % NANOSEC, in dump_profile()
2307 expr_ts / NANOSEC, expr_ts % NANOSEC, in dump_profile()
2349 hrtime_t expr_ts = (hrtime_t) packets->getLongValue (PROP_TSTAMP, i); in dump_sync() local
2350 hrtime_t ts = expr_ts - start; in dump_sync()
2357 hrtime_t syncdelay = expr_ts - syncrtime; in dump_sync()
2366 i, expr_ts, ts / NANOSEC, ts % NANOSEC, in dump_sync()
2367 expr_ts / NANOSEC, expr_ts % NANOSEC, thrid, in dump_sync()
2407 hrtime_t expr_ts = (hrtime_t) packets->getLongValue (PROP_TSTAMP, i); in dump_iotrace() local
[all …]