|
5 | 5 | * SPDX-License-Identifier: MIT
|
6 | 6 | *
|
7 | 7 | * @file zet_api.h
|
8 |
| - * @version v1.11-r1.11.4 |
| 8 | + * @version v1.11-r1.11.5 |
9 | 9 | *
|
10 | 10 | */
|
11 | 11 | #ifndef _ZET_API_H
|
@@ -1012,16 +1012,16 @@ typedef enum _zet_metric_type_t
|
1012 | 1012 | ZET_METRIC_TYPE_FLAG = 5, ///< Metric type: flag
|
1013 | 1013 | ZET_METRIC_TYPE_RATIO = 6, ///< Metric type: ratio
|
1014 | 1014 | ZET_METRIC_TYPE_RAW = 7, ///< Metric type: raw
|
1015 |
| - ZET_METRIC_TYPE_IP_EXP = 8, ///< Metric type: instruction pointer. Deprecated, use |
1016 |
| - ///< ::ZET_METRIC_TYPE_IP. |
1017 |
| - ZET_METRIC_TYPE_IP = 9, ///< Metric type: instruction pointer |
1018 |
| - ZET_METRIC_TYPE_EVENT_EXP_TIMESTAMP = 10, ///< Metric type: event with only timestamp and value has no meaning |
1019 |
| - ZET_METRIC_TYPE_EVENT_EXP_START = 11, ///< Metric type: the first event of a start/end event pair |
1020 |
| - ZET_METRIC_TYPE_EVENT_EXP_END = 12, ///< Metric type: the second event of a start/end event pair |
1021 |
| - ZET_METRIC_TYPE_EXPORT_DMA_BUF = 0x7ffffffd, ///< Metric which exports linux dma_buf, which could be imported/mapped to |
1022 |
| - ///< the host process |
1023 |
| - ZET_METRIC_TYPE_EVENT_EXP_MONOTONIC_WRAPS_VALUE = 0x7ffffffe, ///< Metric type: value of the event is a monotonically increasing value |
| 1015 | + ZET_METRIC_TYPE_EVENT_EXP_TIMESTAMP = 0x7ffffff9, ///< Metric type: event with only timestamp and value has no meaning |
| 1016 | + ZET_METRIC_TYPE_EVENT_EXP_START = 0x7ffffffa, ///< Metric type: the first event of a start/end event pair |
| 1017 | + ZET_METRIC_TYPE_EVENT_EXP_END = 0x7ffffffb, ///< Metric type: the second event of a start/end event pair |
| 1018 | + ZET_METRIC_TYPE_EVENT_EXP_MONOTONIC_WRAPS_VALUE = 0x7ffffffc, ///< Metric type: value of the event is a monotonically increasing value |
1024 | 1019 | ///< that can wrap around
|
| 1020 | + ZET_METRIC_TYPE_EXP_EXPORT_DMA_BUF = 0x7ffffffd, ///< Metric which exports linux dma_buf, which could be imported/mapped to |
| 1021 | + ///< the host process |
| 1022 | + ZET_METRIC_TYPE_IP_EXP = 0x7ffffffe, ///< Metric type: instruction pointer. Deprecated, use |
| 1023 | + ///< ::ZET_METRIC_TYPE_IP. |
| 1024 | + ZET_METRIC_TYPE_IP = 0x7ffffffe, ///< Metric type: instruction pointer |
1025 | 1025 | ZET_METRIC_TYPE_FORCE_UINT32 = 0x7fffffff
|
1026 | 1026 |
|
1027 | 1027 | } zet_metric_type_t;
|
|
0 commit comments