PAPI  5.0.1.0
map-unknown.c
Go to the documentation of this file.
00001 /****************************/
00002 /* THIS IS OPEN SOURCE CODE */
00003 /****************************/
00004 
00005 /* 
00006 * File:    map-unknown.c
00007 * Author:  Harald Servat
00008 *          redcrash@gmail.com
00009 */
00010 
00011 #include "freebsd.h"
00012 #include "papiStdEventDefs.h"
00013 #include "map.h"
00014 
00015 /****************************************************************************
00016  UNKNOWN SUBSTRATE
00017  UNKNOWN SUBSTRATE
00018  UNKNOWN SUBSTRATE
00019  UNKNOWN SUBSTRATE
00020 ****************************************************************************/
00021 
00022 /*
00023     NativeEvent_Value_UnknownProcessor must match UnkProcessor_info 
00024 */
00025 
00026 Native_Event_LabelDescription_t UnkProcessor_info[] =
00027 {
00028     { "branches", "Measure the number of branches retired." },
00029     { "branch-mispredicts", "Measure the number of retired branches that were mispredicted." },
00030     /* { "cycles", "Measure processor cycles." }, */
00031     { "dc-misses", "Measure the number of data cache misses." },
00032     { "ic-misses", "Measure the number of instruction cache misses." },
00033     { "instructions", "Measure the number of instructions retired." },
00034     { "interrupts", "Measure the number of interrupts seen." },
00035     { "unhalted-cycles", "Measure the number of cycles the processor is not in a halted or sleep state." },
00036     { NULL, NULL }
00037 };
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines