![]() |
1.2 (revision 3183)
|
This file provides types and enums for markers. More...
#include <stdint.h>#include <otf2/OTF2_ErrorCodes.h>#include <otf2/OTF2_Definitions.h>Go to the source code of this file.
Defines | |
| #define | OTF2_UNDEFINED_MARKER ( ( OTF2_MarkerRef )OTF2_UNDEFINED_UINT32 ) |
| The invalid value for a reference to a Marker definition. | |
Typedefs | |
| typedef uint32_t | OTF2_MarkerRef |
| Type used to indicate a reference to a Marker definition. | |
| typedef uint8_t | OTF2_MarkerScope |
| Wrapper for enum OTF2_MarkerScope_enum. | |
| typedef uint8_t | OTF2_MarkerSeverity |
| Wrapper for enum OTF2_MarkerSeverity_enum. | |
Enumerations | |
| enum | OTF2_MarkerScope_enum { OTF2_MARKER_SCOPE_GLOBAL, OTF2_MARKER_SCOPE_LOCATION, OTF2_MARKER_SCOPE_LOCATION_GROUP, OTF2_MARKER_SCOPE_SYSTEM_TREE_NODE, OTF2_MARKER_SCOPE_GROUP, OTF2_MARKER_SCOPE_COMM } |
| enum | OTF2_MarkerSeverity_enum { OTF2_SEVERITY_NONE, OTF2_SEVERITY_LOW, OTF2_SEVERITY_MEDIUM, OTF2_SEVERITY_HIGH } |
This file provides types and enums for markers.
A user marker does have a scope of it validity.