Skip to content

Commit 71f952c

Browse files
committed
Fixing build errors.
Signed-off-by: B.G,Pradeep <[email protected]>
1 parent 354beef commit 71f952c

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

scripts/core/device.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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."
843843
returns:
844844
- $X_RESULT_ERROR_UNSUPPORTED_FEATURE:
845845
- "The feature is not supported by the underlying platform."

scripts/core/virtual.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ class: $xPhysicalMem
110110
name: $x_physical_mem_flags_t
111111
etors:
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."

scripts/tools/metric.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)