|
PAPI 7.1.0.0
|

Go to the source code of this file.
Data Structures | |
| struct | ocount_t |
Macros | |
| #define | OVER_FMT "handler(%d) Overflow at %p! vector=%#llx\n" |
| #define | OUT_FMT "%-12s : %16lld%16lld\n" |
Functions | |
| void | handler (int EventSet, void *address, long long overflow_vector, void *context) |
| int | main (int argc, char **argv) |
Variables | |
| ocount_t | overflow_counts [3] = { {0, 0}, {0, 0}, {0, 0} } |
| int | total_unknown = 0 |
| long long | dummyvalues [2] |
| #define OUT_FMT "%-12s : %16lld%16lld\n" |
Definition at line 22 of file overflow_one_and_read.c.
| #define OVER_FMT "handler(%d) Overflow at %p! vector=%#llx\n" |
Definition at line 21 of file overflow_one_and_read.c.
Definition at line 38 of file overflow_one_and_read.c.


Definition at line 60 of file overflow_one_and_read.c.

Definition at line 35 of file overflow_one_and_read.c.
| ocount_t overflow_counts[3] = { {0, 0}, {0, 0}, {0, 0} } |
Definition at line 32 of file overflow_one_and_read.c.
| int total_unknown = 0 |
Definition at line 33 of file overflow_one_and_read.c.