PAPI  5.0.1.0
map-unknown.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  NativeEvent_Value_UnknownProcessor {
  PNE_UNK_BRANCHES = PAPI_NATIVE_MASK, PNE_UNK_BRANCH_MISPREDICTS, PNE_UNK_DC_MISSES, PNE_UNK_IC_MISSES,
  PNE_UNK_INSTRUCTIONS, PNE_UNK_INTERRUPTS, PNE_UNK_UNHALTED_CYCLES, PNE_UNK_NATNAME_GUARD
}

Variables

Native_Event_LabelDescription_t UnkProcessor_info []
hwi_search_t UnkProcessor_map []

Enumeration Type Documentation

Enumerator:
PNE_UNK_BRANCHES 
PNE_UNK_BRANCH_MISPREDICTS 
PNE_UNK_DC_MISSES 
PNE_UNK_IC_MISSES 
PNE_UNK_INSTRUCTIONS 
PNE_UNK_INTERRUPTS 
PNE_UNK_UNHALTED_CYCLES 
PNE_UNK_NATNAME_GUARD 

Definition at line 15 of file map-unknown.h.

                                        {
    PNE_UNK_BRANCHES = PAPI_NATIVE_MASK,
    PNE_UNK_BRANCH_MISPREDICTS,
    /* PNE_UNK_CYCLES, -- libpmc only supports cycles in system wide mode and this 
    requires root privileges */
    PNE_UNK_DC_MISSES,
    PNE_UNK_IC_MISSES,
    PNE_UNK_INSTRUCTIONS,
    PNE_UNK_INTERRUPTS,
    PNE_UNK_UNHALTED_CYCLES,
    PNE_UNK_NATNAME_GUARD
};

Variable Documentation

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines