| | | |
Offset 51, 22 lines modified | Offset 51, 22 lines modified |
| |
51 | static·inline·void·_nocheck__trace_nvram_read(uint32_t·addr,·uint32_t·ret) | 51 | static·inline·void·_nocheck__trace_nvram_read(uint32_t·addr,·uint32_t·ret) |
52 | { | 52 | { |
53 | ····if·(trace_event_get_state(TRACE_NVRAM_READ)·&&·qemu_loglevel_mask(LOG_TRACE))·{ | 53 | ····if·(trace_event_get_state(TRACE_NVRAM_READ)·&&·qemu_loglevel_mask(LOG_TRACE))·{ |
54 | ········if·(message_with_timestamp)·{ | 54 | ········if·(message_with_timestamp)·{ |
55 | ············struct·timeval·_now; | 55 | ············struct·timeval·_now; |
56 | ············gettimeofday(&_now,·NULL); | 56 | ············gettimeofday(&_now,·NULL); |
57 | #line·4·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleA/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" | 57 | #line·4·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleB/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" |
58 | ············qemu_log("%d@%zu.%06zu:nvram_read·"·"read·addr·%d:·0x%02x"·"\n", | 58 | ············qemu_log("%d@%zu.%06zu:nvram_read·"·"read·addr·%d:·0x%02x"·"\n", |
59 | ·····················qemu_get_thread_id(), | 59 | ·····················qemu_get_thread_id(), |
60 | ·····················(size_t)_now.tv_sec,·(size_t)_now.tv_usec | 60 | ·····················(size_t)_now.tv_sec,·(size_t)_now.tv_usec |
61 | ·····················,·addr,·ret); | 61 | ·····················,·addr,·ret); |
62 | #line·64·"trace/trace-hw_nvram.h" | 62 | #line·64·"trace/trace-hw_nvram.h" |
63 | ········}·else·{ | 63 | ········}·else·{ |
64 | #line·4·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleA/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" | 64 | #line·4·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleB/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" |
65 | ············qemu_log("nvram_read·"·"read·addr·%d:·0x%02x"·"\n",·addr,·ret); | 65 | ············qemu_log("nvram_read·"·"read·addr·%d:·0x%02x"·"\n",·addr,·ret); |
66 | #line·68·"trace/trace-hw_nvram.h" | 66 | #line·68·"trace/trace-hw_nvram.h" |
67 | ········} | 67 | ········} |
68 | ····} | 68 | ····} |
69 | } | 69 | } |
| |
70 | static·inline·void·trace_nvram_read(uint32_t·addr,·uint32_t·ret) | 70 | static·inline·void·trace_nvram_read(uint32_t·addr,·uint32_t·ret) |
Offset 82, 22 lines modified | Offset 82, 22 lines modified |
| |
82 | static·inline·void·_nocheck__trace_nvram_write(uint32_t·addr,·uint32_t·old,·uint32_t·val) | 82 | static·inline·void·_nocheck__trace_nvram_write(uint32_t·addr,·uint32_t·old,·uint32_t·val) |
83 | { | 83 | { |
84 | ····if·(trace_event_get_state(TRACE_NVRAM_WRITE)·&&·qemu_loglevel_mask(LOG_TRACE))·{ | 84 | ····if·(trace_event_get_state(TRACE_NVRAM_WRITE)·&&·qemu_loglevel_mask(LOG_TRACE))·{ |
85 | ········if·(message_with_timestamp)·{ | 85 | ········if·(message_with_timestamp)·{ |
86 | ············struct·timeval·_now; | 86 | ············struct·timeval·_now; |
87 | ············gettimeofday(&_now,·NULL); | 87 | ············gettimeofday(&_now,·NULL); |
88 | #line·5·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleA/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" | 88 | #line·5·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleB/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" |
89 | ············qemu_log("%d@%zu.%06zu:nvram_write·"·"write·addr·%d:·0x%02x·->·0x%02x"·"\n", | 89 | ············qemu_log("%d@%zu.%06zu:nvram_write·"·"write·addr·%d:·0x%02x·->·0x%02x"·"\n", |
90 | ·····················qemu_get_thread_id(), | 90 | ·····················qemu_get_thread_id(), |
91 | ·····················(size_t)_now.tv_sec,·(size_t)_now.tv_usec | 91 | ·····················(size_t)_now.tv_sec,·(size_t)_now.tv_usec |
92 | ·····················,·addr,·old,·val); | 92 | ·····················,·addr,·old,·val); |
93 | #line·95·"trace/trace-hw_nvram.h" | 93 | #line·95·"trace/trace-hw_nvram.h" |
94 | ········}·else·{ | 94 | ········}·else·{ |
95 | #line·5·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleA/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" | 95 | #line·5·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleB/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" |
96 | ············qemu_log("nvram_write·"·"write·addr·%d:·0x%02x·->·0x%02x"·"\n",·addr,·old,·val); | 96 | ············qemu_log("nvram_write·"·"write·addr·%d:·0x%02x·->·0x%02x"·"\n",·addr,·old,·val); |
97 | #line·99·"trace/trace-hw_nvram.h" | 97 | #line·99·"trace/trace-hw_nvram.h" |
98 | ········} | 98 | ········} |
99 | ····} | 99 | ····} |
100 | } | 100 | } |
| |
101 | static·inline·void·trace_nvram_write(uint32_t·addr,·uint32_t·old,·uint32_t·val) | 101 | static·inline·void·trace_nvram_write(uint32_t·addr,·uint32_t·old,·uint32_t·val) |
Offset 113, 22 lines modified | Offset 113, 22 lines modified |
| |
113 | static·inline·void·_nocheck__trace_fw_cfg_select(void·*·s,·uint16_t·key_value,·const·char·*·key_name,·int·ret) | 113 | static·inline·void·_nocheck__trace_fw_cfg_select(void·*·s,·uint16_t·key_value,·const·char·*·key_name,·int·ret) |
114 | { | 114 | { |
115 | ····if·(trace_event_get_state(TRACE_FW_CFG_SELECT)·&&·qemu_loglevel_mask(LOG_TRACE))·{ | 115 | ····if·(trace_event_get_state(TRACE_FW_CFG_SELECT)·&&·qemu_loglevel_mask(LOG_TRACE))·{ |
116 | ········if·(message_with_timestamp)·{ | 116 | ········if·(message_with_timestamp)·{ |
117 | ············struct·timeval·_now; | 117 | ············struct·timeval·_now; |
118 | ············gettimeofday(&_now,·NULL); | 118 | ············gettimeofday(&_now,·NULL); |
119 | #line·8·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleA/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" | 119 | #line·8·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleB/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" |
120 | ············qemu_log("%d@%zu.%06zu:fw_cfg_select·"·"%p·key·0x%04"·PRIx16·"·'%s',·ret:·%d"·"\n", | 120 | ············qemu_log("%d@%zu.%06zu:fw_cfg_select·"·"%p·key·0x%04"·PRIx16·"·'%s',·ret:·%d"·"\n", |
121 | ·····················qemu_get_thread_id(), | 121 | ·····················qemu_get_thread_id(), |
122 | ·····················(size_t)_now.tv_sec,·(size_t)_now.tv_usec | 122 | ·····················(size_t)_now.tv_sec,·(size_t)_now.tv_usec |
123 | ·····················,·s,·key_value,·key_name,·ret); | 123 | ·····················,·s,·key_value,·key_name,·ret); |
124 | #line·126·"trace/trace-hw_nvram.h" | 124 | #line·126·"trace/trace-hw_nvram.h" |
125 | ········}·else·{ | 125 | ········}·else·{ |
126 | #line·8·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleA/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" | 126 | #line·8·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleB/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" |
127 | ············qemu_log("fw_cfg_select·"·"%p·key·0x%04"·PRIx16·"·'%s',·ret:·%d"·"\n",·s,·key_value,·key_name,·ret); | 127 | ············qemu_log("fw_cfg_select·"·"%p·key·0x%04"·PRIx16·"·'%s',·ret:·%d"·"\n",·s,·key_value,·key_name,·ret); |
128 | #line·130·"trace/trace-hw_nvram.h" | 128 | #line·130·"trace/trace-hw_nvram.h" |
129 | ········} | 129 | ········} |
130 | ····} | 130 | ····} |
131 | } | 131 | } |
| |
132 | static·inline·void·trace_fw_cfg_select(void·*·s,·uint16_t·key_value,·const·char·*·key_name,·int·ret) | 132 | static·inline·void·trace_fw_cfg_select(void·*·s,·uint16_t·key_value,·const·char·*·key_name,·int·ret) |
Offset 144, 22 lines modified | Offset 144, 22 lines modified |
| |
144 | static·inline·void·_nocheck__trace_fw_cfg_read(void·*·s,·uint64_t·ret) | 144 | static·inline·void·_nocheck__trace_fw_cfg_read(void·*·s,·uint64_t·ret) |
145 | { | 145 | { |
146 | ····if·(trace_event_get_state(TRACE_FW_CFG_READ)·&&·qemu_loglevel_mask(LOG_TRACE))·{ | 146 | ····if·(trace_event_get_state(TRACE_FW_CFG_READ)·&&·qemu_loglevel_mask(LOG_TRACE))·{ |
147 | ········if·(message_with_timestamp)·{ | 147 | ········if·(message_with_timestamp)·{ |
148 | ············struct·timeval·_now; | 148 | ············struct·timeval·_now; |
149 | ············gettimeofday(&_now,·NULL); | 149 | ············gettimeofday(&_now,·NULL); |
150 | #line·9·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleA/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" | 150 | #line·9·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleB/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" |
151 | ············qemu_log("%d@%zu.%06zu:fw_cfg_read·"·"%p·=·0x%"PRIx64·"\n", | 151 | ············qemu_log("%d@%zu.%06zu:fw_cfg_read·"·"%p·=·0x%"PRIx64·"\n", |
152 | ·····················qemu_get_thread_id(), | 152 | ·····················qemu_get_thread_id(), |
153 | ·····················(size_t)_now.tv_sec,·(size_t)_now.tv_usec | 153 | ·····················(size_t)_now.tv_sec,·(size_t)_now.tv_usec |
154 | ·····················,·s,·ret); | 154 | ·····················,·s,·ret); |
155 | #line·157·"trace/trace-hw_nvram.h" | 155 | #line·157·"trace/trace-hw_nvram.h" |
156 | ········}·else·{ | 156 | ········}·else·{ |
157 | #line·9·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleA/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" | 157 | #line·9·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleB/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" |
158 | ············qemu_log("fw_cfg_read·"·"%p·=·0x%"PRIx64·"\n",·s,·ret); | 158 | ············qemu_log("fw_cfg_read·"·"%p·=·0x%"PRIx64·"\n",·s,·ret); |
159 | #line·161·"trace/trace-hw_nvram.h" | 159 | #line·161·"trace/trace-hw_nvram.h" |
160 | ········} | 160 | ········} |
161 | ····} | 161 | ····} |
162 | } | 162 | } |
| |
163 | static·inline·void·trace_fw_cfg_read(void·*·s,·uint64_t·ret) | 163 | static·inline·void·trace_fw_cfg_read(void·*·s,·uint64_t·ret) |
Offset 175, 22 lines modified | Offset 175, 22 lines modified |
| |
175 | static·inline·void·_nocheck__trace_fw_cfg_add_bytes(uint16_t·key_value,·const·char·*·key_name,·size_t·len) | 175 | static·inline·void·_nocheck__trace_fw_cfg_add_bytes(uint16_t·key_value,·const·char·*·key_name,·size_t·len) |
176 | { | 176 | { |
177 | ····if·(trace_event_get_state(TRACE_FW_CFG_ADD_BYTES)·&&·qemu_loglevel_mask(LOG_TRACE))·{ | 177 | ····if·(trace_event_get_state(TRACE_FW_CFG_ADD_BYTES)·&&·qemu_loglevel_mask(LOG_TRACE))·{ |
178 | ········if·(message_with_timestamp)·{ | 178 | ········if·(message_with_timestamp)·{ |
179 | ············struct·timeval·_now; | 179 | ············struct·timeval·_now; |
180 | ············gettimeofday(&_now,·NULL); | 180 | ············gettimeofday(&_now,·NULL); |
181 | #line·10·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleA/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" | 181 | #line·10·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleB/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" |
182 | ············qemu_log("%d@%zu.%06zu:fw_cfg_add_bytes·"·"key·0x%04"·PRIx16·"·'%s',·%zu·bytes"·"\n", | 182 | ············qemu_log("%d@%zu.%06zu:fw_cfg_add_bytes·"·"key·0x%04"·PRIx16·"·'%s',·%zu·bytes"·"\n", |
183 | ·····················qemu_get_thread_id(), | 183 | ·····················qemu_get_thread_id(), |
184 | ·····················(size_t)_now.tv_sec,·(size_t)_now.tv_usec | 184 | ·····················(size_t)_now.tv_sec,·(size_t)_now.tv_usec |
185 | ·····················,·key_value,·key_name,·len); | 185 | ·····················,·key_value,·key_name,·len); |
186 | #line·188·"trace/trace-hw_nvram.h" | 186 | #line·188·"trace/trace-hw_nvram.h" |
187 | ········}·else·{ | 187 | ········}·else·{ |
188 | #line·10·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleA/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" | 188 | #line·10·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleB/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" |
189 | ············qemu_log("fw_cfg_add_bytes·"·"key·0x%04"·PRIx16·"·'%s',·%zu·bytes"·"\n",·key_value,·key_name,·len); | 189 | ············qemu_log("fw_cfg_add_bytes·"·"key·0x%04"·PRIx16·"·'%s',·%zu·bytes"·"\n",·key_value,·key_name,·len); |
190 | #line·192·"trace/trace-hw_nvram.h" | 190 | #line·192·"trace/trace-hw_nvram.h" |
191 | ········} | 191 | ········} |
192 | ····} | 192 | ····} |
193 | } | 193 | } |
| |
194 | static·inline·void·trace_fw_cfg_add_bytes(uint16_t·key_value,·const·char·*·key_name,·size_t·len) | 194 | static·inline·void·trace_fw_cfg_add_bytes(uint16_t·key_value,·const·char·*·key_name,·size_t·len) |
Offset 206, 22 lines modified | Offset 206, 22 lines modified |
| |
206 | static·inline·void·_nocheck__trace_fw_cfg_add_file(void·*·s,·int·index,·char·*·name,·size_t·len) | 206 | static·inline·void·_nocheck__trace_fw_cfg_add_file(void·*·s,·int·index,·char·*·name,·size_t·len) |
207 | { | 207 | { |
208 | ····if·(trace_event_get_state(TRACE_FW_CFG_ADD_FILE)·&&·qemu_loglevel_mask(LOG_TRACE))·{ | 208 | ····if·(trace_event_get_state(TRACE_FW_CFG_ADD_FILE)·&&·qemu_loglevel_mask(LOG_TRACE))·{ |
209 | ········if·(message_with_timestamp)·{ | 209 | ········if·(message_with_timestamp)·{ |
210 | ············struct·timeval·_now; | 210 | ············struct·timeval·_now; |
211 | ············gettimeofday(&_now,·NULL); | 211 | ············gettimeofday(&_now,·NULL); |
212 | #line·11·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleA/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" | 212 | #line·11·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleB/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" |
213 | ············qemu_log("%d@%zu.%06zu:fw_cfg_add_file·"·"%p·#%d:·%s·(%zd·bytes)"·"\n", | 213 | ············qemu_log("%d@%zu.%06zu:fw_cfg_add_file·"·"%p·#%d:·%s·(%zd·bytes)"·"\n", |
214 | ·····················qemu_get_thread_id(), | 214 | ·····················qemu_get_thread_id(), |
215 | ·····················(size_t)_now.tv_sec,·(size_t)_now.tv_usec | 215 | ·····················(size_t)_now.tv_sec,·(size_t)_now.tv_usec |
216 | ·····················,·s,·index,·name,·len); | 216 | ·····················,·s,·index,·name,·len); |
217 | #line·219·"trace/trace-hw_nvram.h" | 217 | #line·219·"trace/trace-hw_nvram.h" |
218 | ········}·else·{ | 218 | ········}·else·{ |
219 | #line·11·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleA/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" | 219 | #line·11·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleB/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" |
220 | ············qemu_log("fw_cfg_add_file·"·"%p·#%d:·%s·(%zd·bytes)"·"\n",·s,·index,·name,·len); | 220 | ············qemu_log("fw_cfg_add_file·"·"%p·#%d:·%s·(%zd·bytes)"·"\n",·s,·index,·name,·len); |
221 | #line·223·"trace/trace-hw_nvram.h" | 221 | #line·223·"trace/trace-hw_nvram.h" |
222 | ········} | 222 | ········} |
223 | ····} | 223 | ····} |
224 | } | 224 | } |
| |
225 | static·inline·void·trace_fw_cfg_add_file(void·*·s,·int·index,·char·*·name,·size_t·len) | 225 | static·inline·void·trace_fw_cfg_add_file(void·*·s,·int·index,·char·*·name,·size_t·len) |
Offset 237, 22 lines modified | Offset 237, 22 lines modified |
| |
237 | static·inline·void·_nocheck__trace_fw_cfg_add_string(uint16_t·key_value,·const·char·*·key_name,·const·char·*·value) | 237 | static·inline·void·_nocheck__trace_fw_cfg_add_string(uint16_t·key_value,·const·char·*·key_name,·const·char·*·value) |
238 | { | 238 | { |
239 | ····if·(trace_event_get_state(TRACE_FW_CFG_ADD_STRING)·&&·qemu_loglevel_mask(LOG_TRACE))·{ | 239 | ····if·(trace_event_get_state(TRACE_FW_CFG_ADD_STRING)·&&·qemu_loglevel_mask(LOG_TRACE))·{ |
240 | ········if·(message_with_timestamp)·{ | 240 | ········if·(message_with_timestamp)·{ |
241 | ············struct·timeval·_now; | 241 | ············struct·timeval·_now; |
242 | ············gettimeofday(&_now,·NULL); | 242 | ············gettimeofday(&_now,·NULL); |
243 | #line·12·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleA/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" | 243 | #line·12·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleB/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" |
244 | ············qemu_log("%d@%zu.%06zu:fw_cfg_add_string·"·"key·0x%04"·PRIx16·"·'%s',·value·'%s'"·"\n", | 244 | ············qemu_log("%d@%zu.%06zu:fw_cfg_add_string·"·"key·0x%04"·PRIx16·"·'%s',·value·'%s'"·"\n", |
245 | ·····················qemu_get_thread_id(), | 245 | ·····················qemu_get_thread_id(), |
246 | ·····················(size_t)_now.tv_sec,·(size_t)_now.tv_usec | 246 | ·····················(size_t)_now.tv_sec,·(size_t)_now.tv_usec |
247 | ·····················,·key_value,·key_name,·value); | 247 | ·····················,·key_value,·key_name,·value); |
248 | #line·250·"trace/trace-hw_nvram.h" | 248 | #line·250·"trace/trace-hw_nvram.h" |
249 | ········}·else·{ | 249 | ········}·else·{ |
250 | #line·12·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleA/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" | 250 | #line·12·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleB/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" |
251 | ············qemu_log("fw_cfg_add_string·"·"key·0x%04"·PRIx16·"·'%s',·value·'%s'"·"\n",·key_value,·key_name,·value); | 251 | ············qemu_log("fw_cfg_add_string·"·"key·0x%04"·PRIx16·"·'%s',·value·'%s'"·"\n",·key_value,·key_name,·value); |
252 | #line·254·"trace/trace-hw_nvram.h" | 252 | #line·254·"trace/trace-hw_nvram.h" |
253 | ········} | 253 | ········} |
254 | ····} | 254 | ····} |
255 | } | 255 | } |
| |
256 | static·inline·void·trace_fw_cfg_add_string(uint16_t·key_value,·const·char·*·key_name,·const·char·*·value) | 256 | static·inline·void·trace_fw_cfg_add_string(uint16_t·key_value,·const·char·*·key_name,·const·char·*·value) |
Offset 268, 22 lines modified | Offset 268, 22 lines modified |
| |
268 | static·inline·void·_nocheck__trace_fw_cfg_add_i16(uint16_t·key_value,·const·char·*·key_name,·uint16_t·value) | 268 | static·inline·void·_nocheck__trace_fw_cfg_add_i16(uint16_t·key_value,·const·char·*·key_name,·uint16_t·value) |
269 | { | 269 | { |
270 | ····if·(trace_event_get_state(TRACE_FW_CFG_ADD_I16)·&&·qemu_loglevel_mask(LOG_TRACE))·{ | 270 | ····if·(trace_event_get_state(TRACE_FW_CFG_ADD_I16)·&&·qemu_loglevel_mask(LOG_TRACE))·{ |
271 | ········if·(message_with_timestamp)·{ | 271 | ········if·(message_with_timestamp)·{ |
272 | ············struct·timeval·_now; | 272 | ············struct·timeval·_now; |
273 | ············gettimeofday(&_now,·NULL); | 273 | ············gettimeofday(&_now,·NULL); |
274 | #line·13·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleA/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" | 274 | #line·13·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleB/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" |
275 | ············qemu_log("%d@%zu.%06zu:fw_cfg_add_i16·"·"key·0x%04"·PRIx16·"·'%s',·value·0x%"·PRIx16·"\n", | 275 | ············qemu_log("%d@%zu.%06zu:fw_cfg_add_i16·"·"key·0x%04"·PRIx16·"·'%s',·value·0x%"·PRIx16·"\n", |
276 | ·····················qemu_get_thread_id(), | 276 | ·····················qemu_get_thread_id(), |
277 | ·····················(size_t)_now.tv_sec,·(size_t)_now.tv_usec | 277 | ·····················(size_t)_now.tv_sec,·(size_t)_now.tv_usec |
278 | ·····················,·key_value,·key_name,·value); | 278 | ·····················,·key_value,·key_name,·value); |
279 | #line·281·"trace/trace-hw_nvram.h" | 279 | #line·281·"trace/trace-hw_nvram.h" |
280 | ········}·else·{ | 280 | ········}·else·{ |
281 | #line·13·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleA/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" | 281 | #line·13·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleB/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" |
282 | ············qemu_log("fw_cfg_add_i16·"·"key·0x%04"·PRIx16·"·'%s',·value·0x%"·PRIx16·"\n",·key_value,·key_name,·value); | 282 | ············qemu_log("fw_cfg_add_i16·"·"key·0x%04"·PRIx16·"·'%s',·value·0x%"·PRIx16·"\n",·key_value,·key_name,·value); |
283 | #line·285·"trace/trace-hw_nvram.h" | 283 | #line·285·"trace/trace-hw_nvram.h" |
284 | ········} | 284 | ········} |
285 | ····} | 285 | ····} |
286 | } | 286 | } |
| |
287 | static·inline·void·trace_fw_cfg_add_i16(uint16_t·key_value,·const·char·*·key_name,·uint16_t·value) | 287 | static·inline·void·trace_fw_cfg_add_i16(uint16_t·key_value,·const·char·*·key_name,·uint16_t·value) |
Offset 299, 22 lines modified | Offset 299, 22 lines modified |
| |
299 | static·inline·void·_nocheck__trace_fw_cfg_add_i32(uint16_t·key_value,·const·char·*·key_name,·uint32_t·value) | 299 | static·inline·void·_nocheck__trace_fw_cfg_add_i32(uint16_t·key_value,·const·char·*·key_name,·uint32_t·value) |
300 | { | 300 | { |
301 | ····if·(trace_event_get_state(TRACE_FW_CFG_ADD_I32)·&&·qemu_loglevel_mask(LOG_TRACE))·{ | 301 | ····if·(trace_event_get_state(TRACE_FW_CFG_ADD_I32)·&&·qemu_loglevel_mask(LOG_TRACE))·{ |
302 | ········if·(message_with_timestamp)·{ | 302 | ········if·(message_with_timestamp)·{ |
303 | ············struct·timeval·_now; | 303 | ············struct·timeval·_now; |
304 | ············gettimeofday(&_now,·NULL); | 304 | ············gettimeofday(&_now,·NULL); |
305 | #line·14·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleA/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" | 305 | #line·14·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleB/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" |
306 | ············qemu_log("%d@%zu.%06zu:fw_cfg_add_i32·"·"key·0x%04"·PRIx16·"·'%s',·value·0x%"·PRIx32·"\n", | 306 | ············qemu_log("%d@%zu.%06zu:fw_cfg_add_i32·"·"key·0x%04"·PRIx16·"·'%s',·value·0x%"·PRIx32·"\n", |
307 | ·····················qemu_get_thread_id(), | 307 | ·····················qemu_get_thread_id(), |
308 | ·····················(size_t)_now.tv_sec,·(size_t)_now.tv_usec | 308 | ·····················(size_t)_now.tv_sec,·(size_t)_now.tv_usec |
309 | ·····················,·key_value,·key_name,·value); | 309 | ·····················,·key_value,·key_name,·value); |
310 | #line·312·"trace/trace-hw_nvram.h" | 310 | #line·312·"trace/trace-hw_nvram.h" |
311 | ········}·else·{ | 311 | ········}·else·{ |
312 | #line·14·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleA/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" | 312 | #line·14·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleB/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" |
313 | ············qemu_log("fw_cfg_add_i32·"·"key·0x%04"·PRIx16·"·'%s',·value·0x%"·PRIx32·"\n",·key_value,·key_name,·value); | 313 | ············qemu_log("fw_cfg_add_i32·"·"key·0x%04"·PRIx16·"·'%s',·value·0x%"·PRIx32·"\n",·key_value,·key_name,·value); |
314 | #line·316·"trace/trace-hw_nvram.h" | 314 | #line·316·"trace/trace-hw_nvram.h" |
315 | ········} | 315 | ········} |
316 | ····} | 316 | ····} |
317 | } | 317 | } |
| |
318 | static·inline·void·trace_fw_cfg_add_i32(uint16_t·key_value,·const·char·*·key_name,·uint32_t·value) | 318 | static·inline·void·trace_fw_cfg_add_i32(uint16_t·key_value,·const·char·*·key_name,·uint32_t·value) |
Offset 330, 22 lines modified | Offset 330, 22 lines modified |
| |
330 | static·inline·void·_nocheck__trace_fw_cfg_add_i64(uint16_t·key_value,·const·char·*·key_name,·uint64_t·value) | 330 | static·inline·void·_nocheck__trace_fw_cfg_add_i64(uint16_t·key_value,·const·char·*·key_name,·uint64_t·value) |
331 | { | 331 | { |
332 | ····if·(trace_event_get_state(TRACE_FW_CFG_ADD_I64)·&&·qemu_loglevel_mask(LOG_TRACE))·{ | 332 | ····if·(trace_event_get_state(TRACE_FW_CFG_ADD_I64)·&&·qemu_loglevel_mask(LOG_TRACE))·{ |
333 | ········if·(message_with_timestamp)·{ | 333 | ········if·(message_with_timestamp)·{ |
334 | ············struct·timeval·_now; | 334 | ············struct·timeval·_now; |
335 | ············gettimeofday(&_now,·NULL); | 335 | ············gettimeofday(&_now,·NULL); |
336 | #line·15·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleA/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" | 336 | #line·15·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleB/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" |
337 | ············qemu_log("%d@%zu.%06zu:fw_cfg_add_i64·"·"key·0x%04"·PRIx16·"·'%s',·value·0x%"·PRIx64·"\n", | 337 | ············qemu_log("%d@%zu.%06zu:fw_cfg_add_i64·"·"key·0x%04"·PRIx16·"·'%s',·value·0x%"·PRIx64·"\n", |
338 | ·····················qemu_get_thread_id(), | 338 | ·····················qemu_get_thread_id(), |
339 | ·····················(size_t)_now.tv_sec,·(size_t)_now.tv_usec | 339 | ·····················(size_t)_now.tv_sec,·(size_t)_now.tv_usec |
340 | ·····················,·key_value,·key_name,·value); | 340 | ·····················,·key_value,·key_name,·value); |
341 | #line·343·"trace/trace-hw_nvram.h" | 341 | #line·343·"trace/trace-hw_nvram.h" |
342 | ········}·else·{ | 342 | ········}·else·{ |
343 | #line·15·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleA/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" | 343 | #line·15·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleB/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" |
344 | ············qemu_log("fw_cfg_add_i64·"·"key·0x%04"·PRIx16·"·'%s',·value·0x%"·PRIx64·"\n",·key_value,·key_name,·value); | 344 | ············qemu_log("fw_cfg_add_i64·"·"key·0x%04"·PRIx16·"·'%s',·value·0x%"·PRIx64·"\n",·key_value,·key_name,·value); |
345 | #line·347·"trace/trace-hw_nvram.h" | 345 | #line·347·"trace/trace-hw_nvram.h" |
346 | ········} | 346 | ········} |
347 | ····} | 347 | ····} |
348 | } | 348 | } |
| |
349 | static·inline·void·trace_fw_cfg_add_i64(uint16_t·key_value,·const·char·*·key_name,·uint64_t·value) | 349 | static·inline·void·trace_fw_cfg_add_i64(uint16_t·key_value,·const·char·*·key_name,·uint64_t·value) |
Offset 361, 22 lines modified | Offset 361, 22 lines modified |
| |
361 | static·inline·void·_nocheck__trace_macio_nvram_read(uint32_t·addr,·uint8_t·val) | 361 | static·inline·void·_nocheck__trace_macio_nvram_read(uint32_t·addr,·uint8_t·val) |
362 | { | 362 | { |
363 | ····if·(trace_event_get_state(TRACE_MACIO_NVRAM_READ)·&&·qemu_loglevel_mask(LOG_TRACE))·{ | 363 | ····if·(trace_event_get_state(TRACE_MACIO_NVRAM_READ)·&&·qemu_loglevel_mask(LOG_TRACE))·{ |
364 | ········if·(message_with_timestamp)·{ | 364 | ········if·(message_with_timestamp)·{ |
365 | ············struct·timeval·_now; | 365 | ············struct·timeval·_now; |
366 | ············gettimeofday(&_now,·NULL); | 366 | ············gettimeofday(&_now,·NULL); |
367 | #line·18·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleA/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" | 367 | #line·18·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleB/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" |
368 | ············qemu_log("%d@%zu.%06zu:macio_nvram_read·"·"read·addr=0x%04"PRIx32"·val=0x%02x"·"\n", | 368 | ············qemu_log("%d@%zu.%06zu:macio_nvram_read·"·"read·addr=0x%04"PRIx32"·val=0x%02x"·"\n", |
369 | ·····················qemu_get_thread_id(), | 369 | ·····················qemu_get_thread_id(), |
370 | ·····················(size_t)_now.tv_sec,·(size_t)_now.tv_usec | 370 | ·····················(size_t)_now.tv_sec,·(size_t)_now.tv_usec |
371 | ·····················,·addr,·val); | 371 | ·····················,·addr,·val); |
372 | #line·374·"trace/trace-hw_nvram.h" | 372 | #line·374·"trace/trace-hw_nvram.h" |
373 | ········}·else·{ | 373 | ········}·else·{ |
374 | #line·18·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleA/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" | 374 | #line·18·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleB/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" |
375 | ············qemu_log("macio_nvram_read·"·"read·addr=0x%04"PRIx32"·val=0x%02x"·"\n",·addr,·val); | 375 | ············qemu_log("macio_nvram_read·"·"read·addr=0x%04"PRIx32"·val=0x%02x"·"\n",·addr,·val); |
376 | #line·378·"trace/trace-hw_nvram.h" | 376 | #line·378·"trace/trace-hw_nvram.h" |
377 | ········} | 377 | ········} |
378 | ····} | 378 | ····} |
379 | } | 379 | } |
| |
380 | static·inline·void·trace_macio_nvram_read(uint32_t·addr,·uint8_t·val) | 380 | static·inline·void·trace_macio_nvram_read(uint32_t·addr,·uint8_t·val) |
Offset 392, 22 lines modified | Offset 392, 22 lines modified |
| |
392 | static·inline·void·_nocheck__trace_macio_nvram_write(uint32_t·addr,·uint8_t·val) | 392 | static·inline·void·_nocheck__trace_macio_nvram_write(uint32_t·addr,·uint8_t·val) |
393 | { | 393 | { |
394 | ····if·(trace_event_get_state(TRACE_MACIO_NVRAM_WRITE)·&&·qemu_loglevel_mask(LOG_TRACE))·{ | 394 | ····if·(trace_event_get_state(TRACE_MACIO_NVRAM_WRITE)·&&·qemu_loglevel_mask(LOG_TRACE))·{ |
395 | ········if·(message_with_timestamp)·{ | 395 | ········if·(message_with_timestamp)·{ |
396 | ············struct·timeval·_now; | 396 | ············struct·timeval·_now; |
397 | ············gettimeofday(&_now,·NULL); | 397 | ············gettimeofday(&_now,·NULL); |
398 | #line·19·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleA/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" | 398 | #line·19·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleB/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" |
399 | ············qemu_log("%d@%zu.%06zu:macio_nvram_write·"·"write·addr=0x%04"PRIx32"·val=0x%02x"·"\n", | 399 | ············qemu_log("%d@%zu.%06zu:macio_nvram_write·"·"write·addr=0x%04"PRIx32"·val=0x%02x"·"\n", |
400 | ·····················qemu_get_thread_id(), | 400 | ·····················qemu_get_thread_id(), |
401 | ·····················(size_t)_now.tv_sec,·(size_t)_now.tv_usec | 401 | ·····················(size_t)_now.tv_sec,·(size_t)_now.tv_usec |
402 | ·····················,·addr,·val); | 402 | ·····················,·addr,·val); |
403 | #line·405·"trace/trace-hw_nvram.h" | 403 | #line·405·"trace/trace-hw_nvram.h" |
404 | ········}·else·{ | 404 | ········}·else·{ |
405 | #line·19·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleA/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" | 405 | #line·19·"/srv/pokybuild/yocto-worker/reproducible/build/build-st/reproducibleB/tmp/work/core2-64-poky-linux/qemu/6.2.0-r0/qemu-6.2.0/hw/nvram/trace-events" |
406 | ············qemu_log("macio_nvram_write·"·"write·addr=0x%04"PRIx32"·val=0x%02x"·"\n",·addr,·val); | 406 | ············qemu_log("macio_nvram_write·"·"write·addr=0x%04"PRIx32"·val=0x%02x"·"\n",·addr,·val); |
407 | #line·409·"trace/trace-hw_nvram.h" | 407 | #line·409·"trace/trace-hw_nvram.h" |
408 | ········} | 408 | ········} |
409 | ····} | 409 | ····} |
410 | } | 410 | } |
| |
411 | static·inline·void·trace_macio_nvram_write(uint32_t·addr,·uint8_t·val) | 411 | static·inline·void·trace_macio_nvram_write(uint32_t·addr,·uint8_t·val) |