Searched refs:timecvt (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dhwprofile.c106 int timecvt,
536 collector_record_counter_internal (ucontext_t *ucp, int timecvt, argument
546 if (timecvt > 1)
551 value *= timecvt;
555 value *= timecvt;
569 collector_record_counter (ucontext_t *ucp, int timecvt, ABST_type ABS_memop, argument
572 collector_record_counter_internal (ucp, timecvt, ABS_memop, time, tag, value,
657 collector_record_counter (&expr_lostcounts_uc, hwcdef[ii]->timecvt,
662 collector_record_counter (uctx, hwcdef[ii]->timecvt,
/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dhwprofile.c106 int timecvt,
536 collector_record_counter_internal (ucontext_t *ucp, int timecvt, argument
546 if (timecvt > 1)
551 value *= timecvt;
555 value *= timecvt;
569 collector_record_counter (ucontext_t *ucp, int timecvt, ABST_type ABS_memop, argument
572 collector_record_counter_internal (ucp, timecvt, ABS_memop, time, tag, value,
657 collector_record_counter (&expr_lostcounts_uc, hwcdef[ii]->timecvt,
662 collector_record_counter (uctx, hwcdef[ii]->timecvt,
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/common/
H A Dhwcfuncs.c164 " reg_num=%d, timecvt=%d, memop=%d, "
167 phwcdef->timecvt, phwcdef->memop, phwcdef->val,
252 * :<userName>:<internalCtr>:<register>:<timeoutVal>[:m<min_time>]:<tag>:<timecvt>:<memop>
281 int timecvt = 0; local
368 /* timecvt */
369 timecvt = (int) strtol (dsp, &dsp, 0);
375 hwcdef[idx].timecvt = timecvt;
H A Dhwcentry.h112 int timecvt; /* multiplier to convert metric to time, 0 if N/A */ member in struct:__anon654
174 * <list[]->timecvt>:
273 * <pret_ctr->timecvt>:
317 * <ctr->timecvt>:
H A Dhwctable.c89 timecvt: >0: can convert to time, 'timecvt' CPU cycles per event
91 <0: can convert to time, count reference-clock cycles at '-timecvt' MHz
2789 pentry->timecvt,
3142 {/* internal, only to supply ABST and timecvt */
3156 if (!pentry->timecvt && pentry->memop == ABST_NONE)
4413 timecvt_string (int timecvt) argument
4415 if (timecvt > 0)
4417 if (timecvt < 0)
4537 hwc_memop_string (ctr->memop), timecvt_string (ctr->timecvt),
4554 const char *memop, *timecvt; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/common/
H A Dhwcfuncs.c164 " reg_num=%d, timecvt=%d, memop=%d, "
167 phwcdef->timecvt, phwcdef->memop, phwcdef->val,
252 * :<userName>:<internalCtr>:<register>:<timeoutVal>[:m<min_time>]:<tag>:<timecvt>:<memop>
274 int timecvt = 0; local
376 /* timecvt */
377 timecvt = (int) strtol (dsp, &dsp, 0);
383 hwcdef[idx].timecvt = timecvt;
H A Dhwcentry.h112 int timecvt; /* multiplier to convert metric to time, 0 if N/A */ member in struct:__anon641
175 * <list[]->timecvt>:
274 * <pret_ctr->timecvt>:
318 * <ctr->timecvt>:
H A Dhwctable.c89 timecvt: >0: can convert to time, 'timecvt' CPU cycles per event
91 <0: can convert to time, count reference-clock cycles at '-timecvt' MHz
2380 { HWE("usr_time", STXT("User CPU"), PERF_COUNT_HW_CPU_CYCLES), .timecvt = 1,
2382 { HWE("sys_time", STXT("System CPU"), PERF_COUNT_HW_CPU_CYCLES), .timecvt = 1,
2388 .timecvt = 1 },
2392 { HWE("cycles", STXT("CPU Cycles"), PERF_COUNT_HW_CPU_CYCLES), .timecvt = 1 },
2396 .timecvt = 1 },
2398 PERF_COUNT_HW_STALLED_CYCLES_BACKEND), .timecvt = 1 },
2400 PERF_COUNT_HW_STALLED_CYCLES_FRONTEND), .timecvt
4449 timecvt_string(int timecvt) argument
4590 const char *memop, *timecvt; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DBaseMetric.cc747 if (hw_ctr->timecvt > 0) // CPU cycles
749 else if (hw_ctr->timecvt < 0)
750 { // reference clock (frequency is -timecvt MHz)
751 snprintf (buf, sizeof (buf), NTXT ("((HWCINT*1000000)/%d)"), -hw_ctr->timecvt);
H A Dparse.cc391 int interval, int timecvt, int i_tpc, int tag)
437 ctr->timecvt = timecvt;
389 process_hwsimctr_cmd(char *, int cpuver, char *nm, char *int_name, char *metric, int reg, int interval, int timecvt, int i_tpc, int tag) argument
H A DDbe.cc7113 Vector<int> *timecvt = new Vector<int>(sz); local
7133 timecvt->store (i, ctr->timecvt);
7145 list->store (5, timecvt);
H A Dcollctrl.cc1773 min_time, ii, /*tag*/ hwctr[ii].timecvt, hwctr[ii].memop);
H A DExperiment.cc1049 int timecvt = toInt (attrs, NTXT ("timecvt")); local
1053 interval, timecvt, i_tpc, tag);
H A DDbeSession.cc1765 if (ctr->timecvt)
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DBaseMetric.cc747 if (hw_ctr->timecvt > 0) // CPU cycles
749 else if (hw_ctr->timecvt < 0)
750 { // reference clock (frequency is -timecvt MHz)
751 snprintf (buf, sizeof (buf), NTXT ("((HWCINT*1000000)/%d)"), -hw_ctr->timecvt);
H A Dparse.cc391 int interval, int timecvt, int i_tpc, int tag)
437 ctr->timecvt = timecvt;
389 process_hwsimctr_cmd(char *, int cpuver, char *nm, char *int_name, char *metric, int reg, int interval, int timecvt, int i_tpc, int tag) argument
H A DDbe.cc7113 Vector<int> *timecvt = new Vector<int>(sz); local
7133 timecvt->store (i, ctr->timecvt);
7145 list->store (5, timecvt);
H A Dcollctrl.cc1784 (long long) min_time, ii, /*tag*/ h->timecvt, h->memop);
H A DExperiment.cc1049 int timecvt = toInt (attrs, NTXT ("timecvt")); local
1053 interval, timecvt, i_tpc, tag);
H A DDbeSession.cc1765 if (ctr->timecvt)

Completed in 427 milliseconds