File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed
Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -103,14 +103,28 @@ etors:
103103 - name : DEBUG_REGSET_PROPERTIES
104104 desc : $t_debug_regset_properties_t
105105 - name : GLOBAL_METRICS_TIMESTAMPS_EXP_PROPERTIES
106- desc : $t_metric_global_timestamps_resolution_exp_t
106+ desc :
107+ " 1.5 " : $t_metric_global_timestamps_resolution_exp_t
108+ " 1.7 " : $t_metric_global_timestamps_resolution_exp_t. Deprecated, use $T_STRUCTURE_TYPE_METRIC_GLOBAL_TIMESTAMPS_RESOLUTION_EXP.
107109 version : " 1.5"
110+ value : " 0x9"
111+ - name : METRIC_GLOBAL_TIMESTAMPS_RESOLUTION_EXP
112+ desc : $t_metric_global_timestamps_resolution_exp_t
113+ version : " 1.7"
114+ value : " 0x9"
108115 - name : TRACER_EXP_DESC
109116 desc : $t_tracer_exp_desc_t
110117 value : " 0x00010001"
111118 - name : METRICS_CALCULATE_EXP_DESC
112- desc : $t_metric_calculate_exp_desc_t
119+ desc :
120+ " 1.6 " : $t_metric_calculate_exp_desc_t
121+ " 1.7 " : $t_metric_calculate_exp_desc_t. Deprecated, use $T_STRUCTURE_TYPE_METRIC_CALCULATE_EXP_DESC.
113122 version : " 1.6"
123+ value : " 0x00010002"
124+ - name : METRIC_CALCULATE_EXP_DESC
125+ desc : $t_metric_calculate_exp_desc_t
126+ version : " 1.7"
127+ value : " 0x00010002"
114128--- # --------------------------------------------------------------------------
115129type : struct
116130desc : " Base for all properties types"
You can’t perform that action at this time.
0 commit comments