arm_subbuffer_metric_values Struct Reference
[ARM 4.0 Metrics, ARM 4.0 Sub-buffers]
used to pass a metric values to the ARM implementation. More...
#include <arm4.h>
Data Fields | |
arm_subbuffer_t | header |
arm_int32_t | count |
const arm_metric_t * | metric_value_array |
Detailed Description
used to pass a metric values to the ARM implementation.
The buffer is used to pass metric values on any of arm_start_transaction(), arm_update_transaction(), arm_stop_transaction(), and arm_report_transaction().
Field Documentation
count of metric values in the following array
header.format must be set to ARM_SUBBUFFER_METRIC_VALUES
Pointer to an array of metric values. The number of metric values in the array is specified by the previous count value.
The documentation for this struct was generated from the following file: