File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -836,10 +836,10 @@ params:
836836 desc : " [in] handle of the device"
837837 - type : " uint64_t*"
838838 name : hostTimestamp
839- desc : " [out] value of the Host's global timestamp that correlates with the Device's global timestamp value"
839+ desc : " [out] value of the Host's global timestamp that correlates with the Device's global timestamp value. "
840840 - type : " uint64_t*"
841841 name : deviceTimestamp
842- desc : " [out] value of the Device's global timestamp that correlates with the Host's global timestamp value"
842+ desc : " [out] value of the Device's global timestamp that correlates with the Host's global timestamp value. "
843843returns :
844844 - $X_RESULT_ERROR_UNSUPPORTED_FEATURE :
845845 - " The feature is not supported by the underlying platform."
Original file line number Diff line number Diff line change @@ -110,7 +110,6 @@ class: $xPhysicalMem
110110name : $x_physical_mem_flags_t
111111etors :
112112 - name : ALLOCATE_ON_DEVICE
113- value : " 0"
114113 desc : " [default] allocate physical device memory."
115114 - name : ALLOCATE_ON_HOST
116115 desc : " Allocate physical host memory instead."
Original file line number Diff line number Diff line change @@ -114,10 +114,6 @@ etors:
114114 desc : " Metric type: ratio"
115115 - name : RAW
116116 desc : " Metric type: raw"
117- - name : EXPORT_DMA_BUF
118- desc : " Metric which exports linux dma_buf, which could be imported/mapped to the host process"
119- version : " 1.11"
120- value : " 0x7ffffffd"
121117 - name : IP_EXP
122118 desc :
123119 " 1.6 " : " Metric type: instruction pointer"
@@ -134,6 +130,10 @@ etors:
134130 - name : EVENT_EXP_END
135131 desc : " Metric type: the second event of a start/end event pair"
136132 version : " 1.10"
133+ - name : EXPORT_DMA_BUF
134+ desc : " Metric which exports linux dma_buf, which could be imported/mapped to the host process"
135+ version : " 1.11"
136+ value : " 0x7ffffffd"
137137 - name : EVENT_EXP_MONOTONIC_WRAPS_VALUE
138138 desc : " Metric type: value of the event is a monotonically increasing value that can wrap around"
139139 version : " 1.10"
You can’t perform that action at this time.
0 commit comments