Home
last modified time | relevance | path

Searched refs:timecvt (Results 1 – 11 of 11) sorted by relevance

/netbsd/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dhwprofile.c106 int timecvt,
536 collector_record_counter_internal (ucontext_t *ucp, int timecvt, in collector_record_counter_internal() argument
546 if (timecvt > 1) in collector_record_counter_internal()
551 value *= timecvt; in collector_record_counter_internal()
555 value *= timecvt; in collector_record_counter_internal()
569 collector_record_counter (ucontext_t *ucp, int timecvt, ABST_type ABS_memop, in collector_record_counter() argument
572 collector_record_counter_internal (ucp, timecvt, ABS_memop, time, tag, value, in collector_record_counter()
657 collector_record_counter (&expr_lostcounts_uc, hwcdef[ii]->timecvt, in collector_sigemt_handler()
662 collector_record_counter (uctx, hwcdef[ii]->timecvt, in collector_sigemt_handler()
/netbsd/external/gpl3/binutils/dist/gprofng/common/
H A Dhwcfuncs.c167 phwcdef->timecvt, phwcdef->memop, phwcdef->val, in ctrdefprint()
281 int timecvt = 0; in process_data_descriptor() local
369 timecvt = (int) strtol (dsp, &dsp, 0); in process_data_descriptor()
375 hwcdef[idx].timecvt = timecvt; in process_data_descriptor()
H A Dhwcentry.h112 int timecvt; /* multiplier to convert metric to time, 0 if N/A */ member
H A Dhwctable.c2789 pentry->timecvt, in hwcentry_print()
3156 if (!pentry->timecvt && pentry->memop == ABST_NONE) in check_tables()
4413 timecvt_string (int timecvt) in timecvt_string() argument
4415 if (timecvt > 0) in timecvt_string()
4417 if (timecvt < 0) in timecvt_string()
4537 hwc_memop_string (ctr->memop), timecvt_string (ctr->timecvt), in hwc_hwcentry_string_internal()
4554 const char *memop, *timecvt; in hwc_hwcentry_specd_string() local
4563 timecvt = timecvt_string (ctr->timecvt); in hwc_hwcentry_specd_string()
4570 hwc_i18n_metric (ctr), memop, timecvt); in hwc_hwcentry_specd_string()
4572 snprintf (descstr, sizeof (descstr), " (%s%s)", memop, timecvt); in hwc_hwcentry_specd_string()
/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DBaseMetric.cc747 if (hw_ctr->timecvt > 0) // CPU cycles in specify()
749 else if (hw_ctr->timecvt < 0) in specify()
751 snprintf (buf, sizeof (buf), NTXT ("((HWCINT*1000000)/%d)"), -hw_ctr->timecvt); in specify()
H A Dparse.cc391 int interval, int timecvt, int i_tpc, int tag) in process_hwsimctr_cmd() argument
437 ctr->timecvt = timecvt; in process_hwsimctr_cmd()
H A Dcollctrl.cc1773 min_time, ii, /*tag*/ hwctr[ii].timecvt, hwctr[ii].memop); in build_data_desc()
H A DDbe.cc7113 Vector<int> *timecvt = new Vector<int>(sz); in dbeGetHwcs() local
7133 timecvt->store (i, ctr->timecvt); in dbeGetHwcs()
7145 list->store (5, timecvt); in dbeGetHwcs()
H A DDbeSession.cc1765 if (ctr->timecvt) in register_metric()
H A DExperiment.cc1049 int timecvt = toInt (attrs, NTXT ("timecvt")); in startElement() local
1053 interval, timecvt, i_tpc, tag); in startElement()
H A DDbeSession.cc.11759 if (ctr->timecvt)