Home
last modified time | relevance | path

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

/external/oprofile/libop/
Dop_hw_config.h20 #define OP_MAX_COUNTERS 20 macro
22 #define OP_MAX_COUNTERS 8 macro
/external/oprofile/daemon/
Dopd_ibs.c339 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()
Dopd_events.c32 struct opd_event opd_events[OP_MAX_COUNTERS];
134 if (counter >= OP_MAX_COUNTERS) { in find_counter_event()
Dopd_sfile.h64 odb_t files[OP_MAX_COUNTERS];
Dopd_perfmon.c227 pfarg_reg_t pc[OP_MAX_COUNTERS]; in write_pmu()
228 pfarg_reg_t pd[OP_MAX_COUNTERS]; in write_pmu()
/external/oprofile/module/
Doprofile.h56 uint ctr_count[OP_MAX_COUNTERS];
88 struct oprof_counter ctr[OP_MAX_COUNTERS];
/external/oprofile/daemon/liblegacy/
Dopd_proc.c133 xcalloc(OP_MAX_COUNTERS, sizeof(struct op_24_sfile *)); in opd_put_image_sample()
/external/oprofile/
DChangeLog-2003167 * utils/op_help.c: do not use OP_MAX_COUNTERS but get counter number
6121 * libop/op_hw_config.h: bump OP_MAX_COUNTERS to 20 for Alpha
DChangeLog-20021134 * libop_op_hw_config.h: Set OP_MAX_COUNTERS to 8.