|
PAPI 7.1.0.0
|

Go to the source code of this file.
Macros | |
| #define | EV_THRESHOLD 10 |
Functions | |
| void | cclib_init (void) |
| void | cclib_do_work (void) |
| void | cclib_do_more_work (void) |
| void | setup_PAPI (int *event_set, int threshold) |
| int | main (int argc, char **argv) |
| void | overflow_handler (int event_set, void *address, long long overflow_vector, void *context) |
Variables | |
| int | remaining_handler_invocations = 22 |
| int | be_verbose = 0 |
| #define EV_THRESHOLD 10 |
Definition at line 8 of file Overflow_Driver.c.
| void cclib_do_more_work | ( | void | ) |
Definition at line 66 of file Lib_With_Created_Counter.c.

| void cclib_do_work | ( | void | ) |
Definition at line 49 of file Lib_With_Created_Counter.c.

| void cclib_init | ( | void | ) |
Definition at line 35 of file Lib_With_Created_Counter.c.

Definition at line 18 of file Overflow_Driver.c.

Definition at line 72 of file Overflow_Driver.c.


Definition at line 107 of file Overflow_Driver.c.


| int be_verbose = 0 |
Definition at line 16 of file Overflow_Driver.c.
| int remaining_handler_invocations = 22 |
Definition at line 15 of file Overflow_Driver.c.