Arm MAP Metric Plugin Interface
Metric Plugin Interface for MAP
allinea_metric_plugin_types.h
Go to the documentation of this file.
1 
5 #ifndef ALLINEA_METRIC_PLUGIN_TYPES_H
6 #define ALLINEA_METRIC_PLUGIN_TYPES_H
7 
8 #include <stdint.h>
9 
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13 
15 typedef uintptr_t plugin_id_t;
17 typedef uintptr_t metric_id_t;
18 
19 
20 #ifdef __cplusplus
21 }
22 #endif
23 
24 #endif // ALLINEA_METRIC_PLUGIN_TYPES_H
uintptr_t metric_id_t
Opaque handle to a metric.
Definition: allinea_metric_plugin_types.h:17
uintptr_t plugin_id_t
Opaque handle to a metric plugin.
Definition: allinea_metric_plugin_types.h:15