op_alloc_counter.h

Go to the documentation of this file.
00001 
00014 #ifndef OP_ALLOC_COUNTER_H
00015 #define OP_ALLOC_COUNTER_H
00016 
00017 #include <stddef.h>
00018 
00019 #include "op_cpu_type.h"
00020 
00021 struct op_event;
00022 
00023 #ifdef __cplusplus
00024 extern "C" {
00025 #endif
00026 
00036 size_t * map_event_to_counter(struct op_event const * pev[], int nr_events,
00037                               op_cpu cpu_type);
00038 
00039 #ifdef __cplusplus
00040 }
00041 #endif
00042 
00043 #endif /* !OP_ALLOC_COUNTER_H */

Generated on 8 Nov 2012 for Oprofile by  doxygen 1.6.1