Go to the source code of this file.
Defines | |
#define | OP_MAX_COUNTERS 8 |
#define | OP_MAX_PERF_COUNT 2147483647UL |
Configuration parameters that are dependent on CPU/architecture
Definition in file op_hw_config.h.
#define OP_MAX_COUNTERS 8 |
maximum number of counters, up to 4 for Athlon (18 for P4). The primary use of this variable is for static/local array dimension. Never use it in loop or in array index access/index checking unless you know what you made.
Definition at line 22 of file op_hw_config.h.
Referenced by find_counter_event(), get_ibs_vci_key(), ibs_event_to_counter(), ibs_parse_and_set_events(), ibs_sfile_find_counter_event(), ibs_sfile_get(), and opd_put_image_sample().
#define OP_MAX_PERF_COUNT 2147483647UL |
maximum number of events between interrupts. Counters are 40 bits, but for convenience we only use 32 bits. The top bit is used for overflow detection, so user can set up to (2^31)-1
Definition at line 28 of file op_hw_config.h.
Referenced by oprof_start::max_perf_count().