File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ The following pseudo-code demonstrates how to map memory exported by metrics:
78
78
metricProperties.stype = ${T}_STRUCTURE_TYPE_METRIC_PROPERTIES;
79
79
zetMetricGetProperties(hMetric, &metricProperties);
80
80
81
- if(metricProperties.metricType == ZET_METRIC_TYPE_EXPORT_DMA_BUF ){
81
+ if(metricProperties.metricType == ZET_METRIC_TYPE_EXP_EXPORT_DMA_BUF ){
82
82
zet_export_dma_buf_exp_properties_t dmaBufProperties;
83
83
dmaBufProperties.stype = ${T}_STRUCTURE_TYPE_EXPORT_DMA_EXP_PROPERTIES;
84
84
metricProperties.pNext = &dmaBufProperties;
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ etors:
130
130
desc : " Metric type: value of the event is a monotonically increasing value that can wrap around"
131
131
version : " 1.10"
132
132
value : " 0x7ffffffc"
133
- - name : EXPORT_DMA_BUF_EXP
133
+ - name : EXP_EXPORT_DMA_BUF
134
134
desc : " Metric which exports linux dma_buf, which could be imported/mapped to the host process"
135
135
version : " 1.11"
136
136
value : " 0x7ffffffd"
You can’t perform that action at this time.
0 commit comments