|
PAPI
5.0.1.0
|
00001 /****************************/ 00002 /* THIS IS OPEN SOURCE CODE */ 00003 /****************************/ 00004 00005 /* 00006 * File: map-unknown.h 00007 * CVS: $Id$ 00008 * Author: Harald Servat 00009 * redcrash@gmail.com 00010 */ 00011 00012 #ifndef FreeBSD_MAP_UNKNOWN 00013 #define FreeBSD_MAP_UNKNOWN 00014 00015 enum NativeEvent_Value_UnknownProcessor { 00016 PNE_UNK_BRANCHES = PAPI_NATIVE_MASK, 00017 PNE_UNK_BRANCH_MISPREDICTS, 00018 /* PNE_UNK_CYCLES, -- libpmc only supports cycles in system wide mode and this 00019 requires root privileges */ 00020 PNE_UNK_DC_MISSES, 00021 PNE_UNK_IC_MISSES, 00022 PNE_UNK_INSTRUCTIONS, 00023 PNE_UNK_INTERRUPTS, 00024 PNE_UNK_UNHALTED_CYCLES, 00025 PNE_UNK_NATNAME_GUARD 00026 }; 00027 00028 extern Native_Event_LabelDescription_t UnkProcessor_info[]; 00029 extern hwi_search_t UnkProcessor_map[]; 00030 00031 #endif