Configuration parameters that are dependent on CPU/architecture. More...

Go to the source code of this file.
Defines | |
| #define | OP_MAX_COUNTERS 8 |
| maximum number of counters, up to 4 for Athlon (18 for P4). | |
| #define | OP_MAX_PERF_COUNT 2147483647UL |
| maximum number of events between interrupts. | |
Configuration parameters that are dependent on CPU/architecture.
| #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.
Referenced by find_counter_event(), 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
1.6.1