Home
last modified time | relevance | path

Searched refs:ptimer_usec (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A Ddbe_structs.h106 long long ptimer_usec; // Clock profile timer interval (microseconds) member
H A DExpression.cc221 * ctx->exp->get_params ()->ptimer_usec; in getVal()
H A DExperiment.cc908 exp->coll_params.ptimer_usec = atoi (str); // microseconds in startElement()
3108 long long ptimer_usec = get_params ()->ptimer_usec; in add_evt_time_to_profile_events() local
3135 hrtime_t duration = ptimer_usec * 1000LL * nticks; // nanoseconds in add_evt_time_to_profile_events()
4288 (int) (coll_params.ptimer_usec)); in write_coll_params()
H A DDbe.cc7695 hrtime_t interval = exp->get_params ()->ptimer_usec * 1000LL // nanoseconds in getTLDetailValues()
8993 …const hrtime_t ptimerTickDuration = exp->get_params ()->ptimer_usec * 1000LL; // nanoseconds per t… in dbeGetTLData()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A Ddbe_structs.h106 long long ptimer_usec; // Clock profile timer interval (microseconds) member
H A DExpression.cc221 * ctx->exp->get_params ()->ptimer_usec; in getVal()
H A DExperiment.cc908 exp->coll_params.ptimer_usec = atoi (str); // microseconds in startElement()
3110 long long ptimer_usec = get_params ()->ptimer_usec; in add_evt_time_to_profile_events() local
3137 hrtime_t duration = ptimer_usec * 1000LL * nticks; // nanoseconds in add_evt_time_to_profile_events()
4290 (int) (coll_params.ptimer_usec)); in write_coll_params()
H A DDbe.cc7695 hrtime_t interval = exp->get_params ()->ptimer_usec * 1000LL // nanoseconds in getTLDetailValues()
8993 …const hrtime_t ptimerTickDuration = exp->get_params ()->ptimer_usec * 1000LL; // nanoseconds per t… in dbeGetTLData()