Searched refs:OP_MAX_COUNTERS (Results 1 – 9 of 9) sorted by relevance
20 #define OP_MAX_COUNTERS 20 macro22 #define OP_MAX_COUNTERS 8 macro
339 return (ret != ~0UL) ? ret + OP_MAX_COUNTERS : ret; in ibs_event_to_counter()365 if (key == ~0UL || key < OP_MAX_COUNTERS) in get_ibs_vci_key()368 key = key - OP_MAX_COUNTERS; in get_ibs_vci_key()426 ibs_vc[ibs_selected_size].counter = ibs_selected_size + OP_MAX_COUNTERS; in ibs_parse_and_set_events()770 counter = ibs_vci + OP_MAX_COUNTERS; in ibs_sfile_get()817 if (counter >= OP_MAX_COUNTERS + OP_MAX_IBS_COUNTERS in ibs_sfile_find_counter_event()818 || counter < OP_MAX_COUNTERS) { in ibs_sfile_find_counter_event()824 ibs_vci = counter - OP_MAX_COUNTERS; in ibs_sfile_find_counter_event()
32 struct opd_event opd_events[OP_MAX_COUNTERS];134 if (counter >= OP_MAX_COUNTERS) { in find_counter_event()
64 odb_t files[OP_MAX_COUNTERS];
227 pfarg_reg_t pc[OP_MAX_COUNTERS]; in write_pmu()228 pfarg_reg_t pd[OP_MAX_COUNTERS]; in write_pmu()
56 uint ctr_count[OP_MAX_COUNTERS];88 struct oprof_counter ctr[OP_MAX_COUNTERS];
133 xcalloc(OP_MAX_COUNTERS, sizeof(struct op_24_sfile *)); in opd_put_image_sample()
167 * utils/op_help.c: do not use OP_MAX_COUNTERS but get counter number6121 * libop/op_hw_config.h: bump OP_MAX_COUNTERS to 20 for Alpha
1134 * libop_op_hw_config.h: Set OP_MAX_COUNTERS to 8.