Home
last modified time | relevance | path

Searched refs:MAX_PICS (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/gpl3/binutils/dist/gprofng/common/
H A Dhwcfuncs.c40 static Hwcentry hwcdef[MAX_PICS]; /* HWC definitions */
41 static Hwcentry *hwctable[MAX_PICS]; /* HWC definitions */
234 for (unsigned idx = 0; idx < MAX_PICS; idx++) in clear_hwcdefs()
274 for (idx = 0; idx < MAX_PICS && *dsp; idx++) in process_data_descriptor()
659 for (int ii = 0; ii < MAX_PICS; ii++) in regno_is_valid()
693 for (int i = 0; i < MAX_PICS; i++) in get_hwcdrv()
H A Dhwcfuncs.h63 uint64_t ce_pic[MAX_PICS]; /* counter samples or start values */
77 hwc_sample_t sample[MAX_PICS]; /* counter samples or start values */
H A Dhwcdrv.c59 unsigned int pmc_assigned[MAX_PICS]; in hwcdrv_assign_all_regnos()
61 for (int ii = 0; ii < MAX_PICS; ii++) in hwcdrv_assign_all_regnos()
75 if (regno < 0 || regno >= MAX_PICS || !regno_is_valid (entries[idx], regno)) in hwcdrv_assign_all_regnos()
96 if (regno < 0 || regno >= MAX_PICS) in hwcdrv_assign_all_regnos()
459 static perf_event_def_t global_perf_event_def[MAX_PICS];
909 if (hdrv_pcl_about.cpcN_npics > MAX_PICS) in hdrv_pcl_internal_open()
913 hdrv_pcl_about.cpcN_npics, MAX_PICS, hdrv_pcl_about.cpcN_cciname); in hdrv_pcl_internal_open()
914 hdrv_pcl_about.cpcN_npics = MAX_PICS; in hdrv_pcl_internal_open()
1425 for (int i = 0; i < MAX_PICS; i++) in hwcdrv_read_events()
H A Dhwc_cpus.h26 #define MAX_PICS 20 /* Max # of HW ctrs that can be enabled simultaneously */ macro
H A Dhwctable.c2676 for (ii = 0; ii < MAX_PICS; ii++) in get_regnolist()
2700 for (ii = 0; ii < MAX_PICS; ii++) in get_regnolist()
2731 for (ii = 0; ii < MAX_PICS; ii++) in get_regnolist()
2820 for (jj = 0; jj < MAX_PICS; jj++) in regno_add()
2833 for (jj = 0; jj < MAX_PICS; jj++) in regno_add()
2848 if (jj == MAX_PICS) in regno_add()
3044 for (ii = 0; ii < MAX_PICS; ii++) in stdlist_print()
3877 char *tokenptr[MAX_PICS * 2]; in hwc_lookup()
3889 Hwcentry tmp_entry_table[MAX_PICS]; in hwc_lookup()
3890 Hwcentry * tmp_entries[MAX_PICS]; in hwc_lookup()
[all …]
/netbsd/sys/arch/powerpc/pic/
H A Dintr.c62 #define MAX_PICS 8 /* 8 PICs ought to be enough for everyone */ macro
73 struct pic_ops *pics[MAX_PICS];
98 if (num_pics >= MAX_PICS) in pic_add()
/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A Dcollctrl.h336 Hwcentry hwctr[MAX_PICS];
H A Dcollctrl.cc201 for (unsigned ii = 0; ii < MAX_PICS; ii++) in Coll_Ctrl()
1343 hnew->reg_list = (regno_t*) malloc (sizeof (regno_t*) * MAX_PICS); in hwcentry_dup()
1347 for (int i = 0; i < MAX_PICS; i++) in hwcentry_dup()
1446 Hwcentry tmpctr[MAX_PICS]; in add_hwcstring()
1447 Hwcentry * ctrtable[MAX_PICS]; in add_hwcstring()
1469 for (unsigned ii = 0; ii < MAX_PICS; ii++) in add_hwcstring()
1472 …rc = hwc_lookup (kernelHWC, global_min_time, string, &ctrtable[prev_cnt], MAX_PICS - prev_cnt, &em… in add_hwcstring()
H A DDbe.cc7123 Vector<int> *registers = new Vector<int>(MAX_PICS); in dbeGetHwcs()
7125 for (int k = 0; !REG_LIST_EOL (reglist[k]) && k < MAX_PICS; k++) in dbeGetHwcs()