Go to the source code of this file.
Defines |
| #define | DEBUG_SUBSTRATE 0x002 |
| #define | DEBUG_API 0x004 |
| #define | DEBUG_INTERNAL 0x008 |
| #define | DEBUG_THREADS 0x010 |
| #define | DEBUG_MULTIPLEX 0x020 |
| #define | DEBUG_OVERFLOW 0x040 |
| #define | DEBUG_PROFILE 0x080 |
| #define | DEBUG_MEMORY 0x100 |
| #define | DEBUG_LEAK 0x200 |
| #define | DEBUG_ALL (DEBUG_SUBSTRATE|DEBUG_API|DEBUG_INTERNAL|DEBUG_THREADS|DEBUG_MULTIPLEX|DEBUG_OVERFLOW|DEBUG_PROFILE|DEBUG_MEMORY|DEBUG_LEAK) |
| #define | SUBDBG(format, args...) { ; } |
| #define | APIDBG(format, args...) { ; } |
| #define | INTDBG(format, args...) { ; } |
| #define | THRDBG(format, args...) { ; } |
| #define | MPXDBG(format, args...) { ; } |
| #define | OVFDBG(format, args...) { ; } |
| #define | PRFDBG(format, args...) { ; } |
| #define | MEMDBG(format, args...) { ; } |
| #define | LEAKDBG(format, args...) { ; } |
| #define | PAPIDEBUG(level, format, args...) { ; } |
Variables |
| int | _papi_hwi_debug |
| unsigned long int(* | _papi_hwi_thread_id_fn )(void) |
Detailed Description
- Author:
- Philip Mucci mucci@cs.utk.edu
-
Dan Terpstra terpstra.utk.edu
-
Kevin London london@cs.utk.edu
-
Haihang You you@cs.utk.edu
Definition in file papi_debug.h.
Define Documentation
| #define APIDBG |
( |
|
format, |
|
|
|
args... |
|
) |
| { ; } |
| #define INTDBG |
( |
|
format, |
|
|
|
args... |
|
) |
| { ; } |
| #define LEAKDBG |
( |
|
format, |
|
|
|
args... |
|
) |
| { ; } |
| #define MEMDBG |
( |
|
format, |
|
|
|
args... |
|
) |
| { ; } |
| #define MPXDBG |
( |
|
format, |
|
|
|
args... |
|
) |
| { ; } |
| #define OVFDBG |
( |
|
format, |
|
|
|
args... |
|
) |
| { ; } |
| #define PAPIDEBUG |
( |
|
level, |
|
|
|
format, |
|
|
|
args... |
|
) |
| { ; } |
| #define PRFDBG |
( |
|
format, |
|
|
|
args... |
|
) |
| { ; } |
| #define SUBDBG |
( |
|
format, |
|
|
|
args... |
|
) |
| { ; } |
| #define THRDBG |
( |
|
format, |
|
|
|
args... |
|
) |
| { ; } |
Variable Documentation