Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make tracedecoder not stateful and ensure both sent and received messages are logged #27860

Merged
merged 15 commits into from Jul 11, 2023

Conversation

andy31415
Copy link
Contributor

@andy31415 andy31415 commented Jul 10, 2023

#27276 mistakenly assumed trace decoding was not stateful (i.e. logging a JSON would just output that json). Instead tracing was preserving values across calls, so that only one of the 2 logs was outputing data (and tracing of encrypted payloads would preserve data from unencrypted ones).

Changes:

  • make trace decoder not be stateful
  • add inbound/outbound flags for tracing unencrypted payloads
  • add peer address for unencrypted payload sending (since this data was picked up from sending itself)

Fixes #27824

@github-actions
Copy link

github-actions bot commented Jul 10, 2023

PR #27860: Size comparison from c7d9a11 to a63b843

Increases (57 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section c7d9a11 a63b843 change % change
bl602 lighting-app bl602 (read/write) 1367730 1367994 264 0.0
.text 1051796 1052062 266 0.0
bl602+rpc (read/write) 1415158 1415422 264 0.0
.text 1083678 1083944 266 0.0
bl702 lighting-app bl702 (read/write) 1178719 1178983 264 0.0
.debug_info 4191511 41915813 701 0.0
.debug_line 5612011 5612485 474 0.0
.debug_loc 3821430 3821992 562 0.0
.debug_ranges 397320 397416 96 0.0
.debug_str 4381484 4381512 28 0.0
.text 945846 946112 266 0.0
bl702+rpc (read/write) 1277351 1277615 264 0.0
.debug_abbrev 1717649 1718765 1116 0.1
.debug_info 47104185 47116277 12092 0.0
.debug_line 6038681 6039450 769 0.0
.debug_loc 4026977 4027539 562 0.0
.debug_ranges 423008 423104 96 0.0
.debug_str 4809842 4811618 1776 0.0
.text 1020236 1020500 264 0.0
bl702l lighting-app bl702l (read/write) 1159100 1159360 260 0.0
.debug_info 41908463 41909161 698 0.0
.debug_line 5517909 5518383 474 0.0
.debug_loc 3754098 3754660 562 0.0
.debug_ranges 402216 402312 96 0.0
.debug_str 4392178 4392206 28 0.0
.text 934408 934668 260 0.0
cc32xx lock CC3235SF_LAUNCHXL (read only) 608298 608434 136 0.0
.debug_abbrev 948504 948505 1 0.0
.debug_info 20024771 2002538 610 0.0
.debug_line 2885658 2885872 214 0.0
.debug_loclists 1740724 1741045 321 0.0
.debug_rnglists 108217 108218 1 0.0
.debug_str 3824719 3824727 8 0.0
.text 501260 501396 136 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 545511 545575 64 0.0
.app_xip_area 437969 438033 64 0.0
lock cyw930739m2evb_01 (read/write) 530567 530631 64 0.0
.app_xip_area 418049 418113 64 0.0
ota-requestor cyw930739m2evb_01 (read/write) 568615 568655 40 0.0
.app_xip_area 462161 462201 40 0.0
switch cyw930739m2evb_01 (read/write) 541767 541823 56 0.0
.app_xip_area 432361 432417 56 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1004956 1005100 144 0.0
.text 819984 820128 144 0.0
BRD4187C (read/write) 1030016 1030064 48 0.0
.text 864828 864876 48 0.0
lock-app BRD4161A+wf200 (read/write) 1080712 1080776 64 0.0
.text 901744 901808 64 0.0
window-app BRD4187C (read/write) 1100456 1100592 136 0.0
.text 952364 952500 136 0.0
esp32 all-clusters-app c3devkit (read only) 1089212 1089306 94 0.0
.flash.text 1089212 1089306 94 0.0
m5stack (read only) 1135823 1135875 52 0.0
(read/write) 497174 497178 4 0.0
.flash.rodata 246296 246300 4 0.0
.flash.text 1130439 1130491 52 0.0
k32w contact k32w0+release (read only) 586652 586700 48 0.0
.text 586116 586164 48 0.0
light k32w0+release (read only) 585356 585404 48 0.0
.text 584820 584868 48 0.0
lock k32w0+release (read only) 557948 557996 48 0.0
.text 557412 557460 48 0.0
linux all-clusters-app debug .rodata 233448 233512 64 0.0
all-clusters-minimal-app debug .rodata 224552 224616 64 0.0
bridge-app debug .rodata 173064 173128 64 0.0
chip-tool debug .rodata 810049 810113 64 0.0
chip-tool-ipv6only arm64 .rodata 718592 718640 48 0.0
lighting-app debug+rpc+ui .rodata 329332 329396 64 0.0
lock-app debug .rodata 200552 200616 64 0.0
ota-provider-app debug .rodata 154184 154248 64 0.0
ota-requestor-app debug .rodata 158248 158312 64 0.0
shell debug (read only) 2881441 2881681 240 0.0
.text 2511042 2511282 240 0.0
tv-app debug .rodata 222872 222936 64 0.0
tv-casting-app debug (read only) 9322121 9322457 336 0.0
.rodata 331308 331404 96 0.0
.text 8555810 8556050 240 0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2515936 2516000 64 0.0
.text 1478620 1478684 64 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1224940 1224988 48 0.0
text 851048 851100 52 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1326068 1326132 64 0.0
text 762612 762664 52 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1151904 1151968 64 0.0
text 807596 807648 52 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1746604 1746748 144 0.0
.debug_info 29725827 29726405 578 0.0
.debug_line 4093516 4093779 263 0.0
.debug_loclists 2346216 2346527 311 0.0
.debug_rnglists 146735 146736 1 0.0
.debug_str 4434632 4434640 8 0.0
.text 1546236 1546380 144 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1664972 1665116 144 0.0
.debug_info 28442663 28443247 584 0.0
.debug_line 4046639 4046902 263 0.0
.debug_loclists 2304459 2304770 311 0.0
.debug_rnglists 143485 143486 1 0.0
.debug_str 4376803 4376811 8 0.0
.text 1466452 1466596 144 0.0
light cy8ckit_062s2_43012 (read/write) 1597644 1597772 128 0.0
.debug_info 23212181 23212798 617 0.0
.debug_line 3618476 3618739 263 0.0
.debug_loclists 2145560 2145871 311 0.0
.debug_rnglists 133519 133520 1 0.0
.debug_str 4190554 4190562 8 0.0
.text 1405332 1405460 128 0.0
lock cy8ckit_062s2_43012 (read/write) 1628540 1628668 128 0.0
.debug_info 22910054 22910672 618 0.0
.debug_line 3553761 3554024 263 0.0
.debug_loclists 2114140 2114451 311 0.0
.debug_rnglists 131043 131044 1 0.0
.debug_str 4145738 4145746 8 0.0
.text 1408772 1408900 128 0.0
qpg lighting-app qpg6105+debug (read/write) 1172504 1172560 56 0.0
.text 619344 619400 56 0.0
lock-app qpg6105+debug (read/write) 1130616 1130688 72 0.0
.text 577460 577532 72 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 1050780 1050876 96 0.0
text 721632 721728 96 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 965152 965248 96 0.0
text 668176 668272 96 0.0
bridge-app tlsr9518adk80d (read/write) 930552 930648 96 0.0
text 643230 643324 94 0.0
contact-sensor-app tlsr9518adk80d (read/write) 862260 862348 88 0.0
text 586406 586496 90 0.0
light-switch-app tlsr9518adk80d (read/write) 890872 890960 88 0.0
text 611866 611960 94 0.0
lighting-app tlsr9518adk80d (read/write) 969108 969204 96 0.0
text 682148 682240 92 0.0
lighting-app-factory-data tlsr9518adk80d (read/write) 980488 980576 88 0.0
text 689668 689758 90 0.0
lighting-app-rpc tlsr9518adk80d (read/write) 1038592 1038688 96 0.0
text 727036 727126 90 0.0
lighting-app-shell tlsr9518adk80d (read/write) 1069956 1070052 96 0.0
text 747184 747276 92 0.0
lock-app tlsr9518adk80d (read/write) 917372 917460 88 0.0
text 615072 615164 92 0.0
ota-requestor-app tlsr9518adk80d (read/write) 884860 884956 96 0.0
text 608246 608342 96 0.0
pump-app tlsr9518adk80d (read/write) 867860 867948 88 0.0
text 592164 592256 92 0.0
pump-controller-app tlsr9518adk80d (read/write) 854880 854968 88 0.0
text 582508 582600 92 0.0
temperature-measurement-app tlsr9518adk80d (read/write) 851028 851124 96 0.0
text 578136 578230 94 0.0
thermostat tlsr9518adk80d (read/write) 896948 897036 88 0.0
text 617554 617646 92 0.0
window-covering tlsr9518adk80d (read/write) 892328 892416 88 0.0
text 612478 612570 92 0.0
Decreases (11 builds for linux)
platform target config section c7d9a11 a63b843 change % change
linux all-clusters-app debug (read only) 3345333 3344037 -1296 -0.0
.text 2919045 2917685 -1360 -0.0
all-clusters-minimal-app debug (read only) 3058685 3056717 -1968 -0.1
.got 4664 4656 -8 -0.2
.text 2647253 2645349 -1904 -0.1
bridge-app debug (read only) 2527213 2525237 -1976 -0.1
.got 4568 4560 -8 -0.2
.text 2181013 2179109 -1904 -0.1
chip-tool debug (read only) 18400537 18399401 -1136 -0.0
.text 15615843 15614643 -1200 -0.0
chip-tool-ipv6only arm64 (read only) 17698432 17697568 -864 -0.0
.text 14820612 14819700 -912 -0.0
lighting-app debug+rpc+ui (read only) 5211641 5210505 -1136 -0.0
.text 4642531 4641331 -1200 -0.0
lock-app debug (read only) 2619909 2618645 -1264 -0.0
.text 2254389 2253061 -1328 -0.1
ota-provider-app debug (read only) 2216237 2214213 -2024 -0.1
.got 3800 3792 -8 -0.2
.text 1919717 1917765 -1952 -0.1
ota-requestor-app debug (read only) 2385189 2383237 -1952 -0.1
.got 3784 3776 -8 -0.2
.text 2075733 2073845 -1888 -0.1
thermostat-no-ble arm64 (read only) 2611708 2610092 -1616 -0.1
.text 2215748 2214132 -1616 -0.1
tv-app debug (read only) 3322209 3320257 -1952 -0.1
(read/write) 261856 261824 -32 -0.0
.got 5000 4992 -8 -0.2
.text 2902338 2900450 -1888 -0.1
Full report (58 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section c7d9a11 a63b843 change % change
bl602 lighting-app bl602 (read/write) 1367730 1367994 264 0.0
.bss 83942 83942 0 0.0
.data 9624 9624 0 0.0
.text 1051796 1052062 266 0.0
bl602+rpc (read/write) 1415158 1415422 264 0.0
.bss 91990 91990 0 0.0
.data 10024 10024 0 0.0
.text 1083678 1083944 266 0.0
bl702 lighting-app bl702 (read/write) 1178719 1178983 264 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 77773 77773 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3592 3592 0 0.0
.debug_abbrev 1552038 1552038 0 0.0
.debug_aranges 151272 151272 0 0.0
.debug_frame 556396 556396 0 0.0
.debug_info 4191511 41915813 701 0.0
.debug_line 5612011 5612485 474 0.0
.debug_loc 3821430 3821992 562 0.0
.debug_ranges 397320 397416 96 0.0
.debug_str 4381484 4381512 28 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105704 105704 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 582236 582236 0 0.0
.symtab 174176 174176 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
945846 946112 266 0.0
bl702+rpc (read/write) 1277351 1277615 264 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 85821 85821 0 0.0
.bss_psram 25072 25072 0 0.0
.comment 48 48 0 0.0
.data 4144 4144 0 0.0
.debug_abbrev 1717649 1718765 1116 0.1
.debug_aranges 159760 159760 0 0.0
.debug_frame 585080 585080 0 0.0
.debug_info 47104185 47116277 12092 0.0
.debug_line 6038681 6039450 769 0.0
.debug_loc 4026977 4027539 562 0.0
.debug_ranges 423008 423104 96 0.0
.debug_str 4809842 4811618 1776 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 120356 120356 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 645177 645177 0 0.0
.symtab 193088 193088 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
1020236 1020500 264 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1159100 1159360 260 0.0
.boot2 292 292 0 0.0
.bss 40776 40776 0 0.0
.bss_psram 69168 69168 0 0.0
.comment 48 48 0 0.0
.data 4560 4560 0 0.0
.debug_abbrev 1552941 1552941 0 0.0
.debug_aranges 145416 145416 0 0.0
.debug_frame 535028 535028 0 0.0
.debug_info 41908463 41909161 698 0.0
.debug_line 5517909 5518383 474 0.0
.debug_loc 3754098 3754660 562 0.0
.debug_ranges 402216 402312 96 0.0
.debug_str 4392178 4392206 28 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 140 140 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99652 99652 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 582143 582143 0 0.0
.symtab 173504 173504 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
934408 934668 260 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 608298 608434 136 0.0
(read/write) 204172 204172 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197584 197584 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 948504 948505 1 0.0
.debug_aranges 119824 119824 0 0.0
.debug_frame 409320 409320 0 0.0
.debug_info 20024771 2002538 610 0.0
.debug_line 2885658 2885872 214 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1740724 1741045 321 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 108217 108218 1 0.0
.debug_str 3824719 3824727 8 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104914 104914 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 485459 485459 0 0.0
.symtab 288368 288368 0 0.0
.text 501260 501396 136 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 545511 545575 64 0.0
.app_xip_area 437969 438033 64 0.0
.bss 62512 62512 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 530567 530631 64 0.0
.app_xip_area 418049 418113 64 0.0
.bss 67480 67480 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 568615 568655 40 0.0
.app_xip_area 462161 462201 40 0.0
.bss 61472 61472 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 541767 541823 56 0.0
.app_xip_area 432361 432417 56 0.0
.bss 64344 64344 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1004956 1005100 144 0.0
.bss 182252 182252 0 0.0
.data 2700 2700 0 0.0
.text 819984 820128 144 0.0
BRD4187C (read/write) 1030016 1030064 48 0.0
.bss 161860 161860 0 0.0
.data 3308 3308 0 0.0
.text 864828 864876 48 0.0
lock-app BRD4161A+wf200 (read/write) 1080712 1080776 64 0.0
.bss 176252 176252 0 0.0
.data 2696 2696 0 0.0
.text 901744 901808 64 0.0
window-app BRD4187C (read/write) 1100456 1100592 136 0.0
.bss 144868 144868 0 0.0
.data 3204 3204 0 0.0
.text 952364 952500 136 0.0
esp32 all-clusters-app c3devkit (read only) 1089212 1089306 94 0.0
(read/write) 1586768 1586768 0 0.0
.dram0.bss 75944 75944 0 0.0
.dram0.data 13940 13940 0 0.0
.flash.rodata 217736 217736 0 0.0
.flash.text 1089212 1089306 94 0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1135823 1135875 52 0.0
(read/write) 497174 497178 4 0.0
.dram0.bss 81424 81424 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 246296 246300 4 0.0
.flash.text 1130439 1130491 52 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 586652 586700 48 0.0
(read/write) 90112 90112 0 0.0
.bss 66108 66108 0 0.0
.data 2168 2168 0 0.0
.text 586116 586164 48 0.0
light k32w0+release (read only) 585356 585404 48 0.0
(read/write) 89760 89760 0 0.0
.bss 65772 65772 0 0.0
.data 2156 2156 0 0.0
.text 584820 584868 48 0.0
lock k32w0+release (read only) 557948 557996 48 0.0
(read/write) 87560 87560 0 0.0
.bss 63636 63636 0 0.0
.data 2100 2100 0 0.0
.text 557412 557460 48 0.0
linux all-clusters-app debug (read only) 3345333 3344037 -1296 -0.0
(read/write) 160936 160936 0 0.0
.bss 60320 60320 0 0.0
.data 2160 2160 0 0.0
.data.rel.ro 91944 91944 0 0.0
.dynamic 608 608 0 0.0
.got 4728 4728 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 233448 233512 64 0.0
.text 2919045 2917685 -1360 -0.0
all-clusters-minimal-app debug (read only) 3058685 3056717 -1968 -0.1
(read/write) 146696 146696 0 0.0
.bss 58208 58208 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 79960 79960 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4656 -8 -0.2
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 224552 224616 64 0.0
.text 2647253 2645349 -1904 -0.1
bridge-app debug (read only) 2527213 2525237 -1976 -0.1
(read/write) 129992 129992 0 0.0
.bss 50328 50328 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 69864 69864 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4560 -8 -0.2
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 173064 173128 64 0.0
.text 2181013 2179109 -1904 -0.1
chip-tool debug (read only) 18400537 18399401 -1136 -0.0
(read/write) 1052912 1052912 0 0.0
.bss 93560 93560 0 0.0
.data 5154 5154 0 0.0
.data.rel.ro 946864 946864 0 0.0
.dynamic 624 624 0 0.0
.got 5888 5888 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 810049 810113 64 0.0
.text 15615843 15614643 -1200 -0.0
chip-tool-ipv6only arm64 (read only) 17698432 17697568 -864 -0.0
(read/write) 1120472 1120472 0 0.0
.bss 102952 102952 0 0.0
.data 4448 4448 0 0.0
.data.rel.ro 984080 984080 0 0.0
.dynamic 560 560 0 0.0
.got 23488 23488 0 0.0
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 718592 718640 48 0.0
.text 14820612 14819700 -912 -0.0
lighting-app debug+rpc+ui (read only) 5211641 5210505 -1136 -0.0
(read/write) 220728 220728 0 0.0
.bss 117264 117264 0 0.0
.data 4880 4880 0 0.0
.data.rel.ro 91048 91048 0 0.0
.dynamic 672 672 0 0.0
.got 5912 5912 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 329332 329396 64 0.0
.text 4642531 4641331 -1200 -0.0
lock-app debug (read only) 2619909 2618645 -1264 -0.0
(read/write) 117376 117376 0 0.0
.bss 45392 45392 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 64024 64024 0 0.0
.dynamic 608 608 0 0.0
.got 4592 4592 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 200552 200616 64 0.0
.text 2254389 2253061 -1328 -0.1
ota-provider-app debug (read only) 2216237 2214213 -2024 -0.1
(read/write) 103952 103952 0 0.0
.bss 44560 44560 0 0.0
.data 2112 2112 0 0.0
.data.rel.ro 52184 52184 0 0.0
.dynamic 608 608 0 0.0
.got 3800 3792 -8 -0.2
.init 27 27 0 0.0
.init_array 664 664 0 0.0
.rodata 154184 154248 64 0.0
.text 1919717 1917765 -1952 -0.1
ota-requestor-app debug (read only) 2385189 2383237 -1952 -0.1
(read/write) 111744 111744 0 0.0
.bss 47024 47024 0 0.0
.data 2512 2512 0 0.0
.data.rel.ro 57040 57040 0 0.0
.dynamic 608 608 0 0.0
.got 3784 3776 -8 -0.2
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 158248 158312 64 0.0
.text 2075733 2073845 -1888 -0.1
shell debug (read only) 2881441 2881681 240 0.0
(read/write) 149352 149352 0 0.0
.bss 59272 59272 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 83000 83000 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 201586 201586 0 0.0
.text 2511042 2511282 240 0.0
thermostat-no-ble arm64 (read only) 2611708 2610092 -1616 -0.1
(read/write) 143160 143160 0 0.0
.bss 52392 52392 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79392 79392 0 0.0
.dynamic 560 560 0 0.0
.got 5512 5512 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 129952 129952 0 0.0
.text 2215748 2214132 -1616 -0.1
tv-app debug (read only) 3322209 3320257 -1952 -0.1
(read/write) 261856 261824 -32 -0.0
.bss 171264 171264 0 0.0
.data 4080 4080 0 0.0
.data.rel.ro 79776 79776 0 0.0
.dynamic 608 608 0 0.0
.got 5000 4992 -8 -0.2
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 222872 222936 64 0.0
.text 2902338 2900450 -1888 -0.1
tv-casting-app debug (read only) 9322121 9322457 336 0.0
(read/write) 221776 221776 0 0.0
.bss 52128 52128 0 0.0
.data 1744 1744 0 0.0
.data.rel.ro 161296 161296 0 0.0
.dynamic 608 608 0 0.0
.got 4968 4968 0 0.0
.init 27 27 0 0.0
.init_array 1000 1000 0 0.0
.rodata 331308 331404 96 0.0
.text 8555810 8556050 240 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2515936 2516000 64 0.0
.bss 216312 216312 0 0.0
.data 5152 5152 0 0.0
.text 1478620 1478684 64 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1224940 1224988 48 0.0
bss 155370 155370 0 0.0
rodata 139440 139440 0 0.0
text 851048 851100 52 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1326068 1326132 64 0.0
bss 138696 138696 0 0.0
rodata 134056 134056 0 0.0
text 762612 762664 52 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1151904 1151968 64 0.0
bss 153489 153489 0 0.0
rodata 111732 111732 0 0.0
text 807596 807648 52 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841360 841360 0 0.0
(read/write) 1746604 1746748 144 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 189412 189412 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2568 2568 0 0.0
.debug_abbrev 1314555 1314555 0 0.0
.debug_aranges 151328 151328 0 0.0
.debug_frame 506988 506988 0 0.0
.debug_info 29725827 29726405 578 0.0
.debug_line 4093516 4093779 263 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2346216 2346527 311 0.0
.debug_rnglists 146735 146736 1 0.0
.debug_str 4434632 4434640 8 0.0
.heap 841360 841360 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 775993 775993 0 0.0
.symtab 488208 488208 0 0.0
.text 1546236 1546380 144 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 843208 843208 0 0.0
(read/write) 1664972 1665116 144 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187572 187572 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1282285 1282285 0 0.0
.debug_aranges 148560 148560 0 0.0
.debug_frame 502784 502784 0 0.0
.debug_info 28442663 28443247 584 0.0
.debug_line 4046639 4046902 263 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2304459 2304770 311 0.0
.debug_rnglists 143485 143486 1 0.0
.debug_str 4376803 4376811 8 0.0
.heap 843208 843208 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 703634 703634 0 0.0
.symtab 461856 461856 0 0.0
.text 1466452 1466596 144 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849416 849416 0 0.0
(read/write) 1597644 1597772 128 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181532 181532 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1119163 1119163 0 0.0
.debug_aranges 138920 138920 0 0.0
.debug_frame 466752 466752 0 0.0
.debug_info 23212181 23212798 617 0.0
.debug_line 3618476 3618739 263 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2145560 2145871 311 0.0
.debug_rnglists 133519 133520 1 0.0
.debug_str 4190554 4190562 8 0.0
.heap 849416 849416 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 627131 627131 0 0.0
.symtab 427392 427392 0 0.0
.text 1405332 1405460 128 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821960 821960 0 0.0
(read/write) 1628540 1628668 128 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208988 208988 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1101369 1101369 0 0.0
.debug_aranges 137016 137016 0 0.0
.debug_frame 460012 460012 0 0.0
.debug_info 22910054 22910672 618 0.0
.debug_line 3553761 3554024 263 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2114140 2114451 311 0.0
.debug_rnglists 131043 131044 1 0.0
.debug_str 4145738 4145746 8 0.0
.heap 821960 821960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 597360 597360 0 0.0
.symtab 417680 417680 0 0.0
.text 1408772 1408900 128 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1172504 1172560 56 0.0
.bss 99960 99960 0 0.0
.data 788 788 0 0.0
.text 619344 619400 56 0.0
lock-app qpg6105+debug (read/write) 1130616 1130688 72 0.0
.bss 94816 94816 0 0.0
.data 792 792 0 0.0
.text 577460 577532 72 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1050780 1050876 96 0.0
bss 98292 98292 0 0.0
text 721632 721728 96 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 965152 965248 96 0.0
bss 96288 96288 0 0.0
text 668176 668272 96 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 930552 930648 96 0.0
bss 100312 100312 0 0.0
text 643230 643324 94 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 862260 862348 88 0.0
bss 89972 89972 0 0.0
text 586406 586496 90 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 890872 890960 88 0.0
bss 90516 90516 0 0.0
text 611866 611960 94 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 969108 969204 96 0.0
bss 98652 98652 0 0.0
text 682148 682240 92 0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 980488 980576 88 0.0
bss 102900 102900 0 0.0
text 689668 689758 90 0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1038592 1038688 96 0.0
bss 100208 100208 0 0.0
text 727036 727126 90 0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1069956 1070052 96 0.0
bss 111292 111292 0 0.0
text 747184 747276 92 0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 917372 917460 88 0.0
bss 90636 90636 0 0.0
text 615072 615164 92 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 884860 884956 96 0.0
bss 91248 91248 0 0.0
text 608246 608342 96 0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 867860 867948 88 0.0
bss 90104 90104 0 0.0
text 592164 592256 92 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 854880 854968 88 0.0
bss 89904 89904 0 0.0
text 582508 582600 92 0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 851028 851124 96 0.0
bss 89812 89812 0 0.0
text 578136 578230 94 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 896948 897036 88 0.0
bss 90348 90348 0 0.0
text 617554 617646 92 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 892328 892416 88 0.0
bss 90640 90640 0 0.0
text 612478 612570 92 0.0

@github-actions
Copy link

github-actions bot commented Jul 10, 2023

PR #27860: Size comparison from c7d9a11 to efb2fa4

Increases (57 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section c7d9a11 efb2fa4 change % change
bl602 lighting-app bl602 (read/write) 1367730 1367994 264 0.0
.text 1051796 1052060 264 0.0
bl602+rpc (read/write) 1415158 1415422 264 0.0
.text 1083678 1083944 266 0.0
bl702 lighting-app bl702 (read/write) 1178719 1178983 264 0.0
.debug_info 4191511 41915813 701 0.0
.debug_line 5612011 5612485 474 0.0
.debug_loc 3821430 3821992 562 0.0
.debug_ranges 397320 397416 96 0.0
.debug_str 4381484 4381512 28 0.0
.text 945846 946112 266 0.0
bl702+rpc (read/write) 1277351 1277615 264 0.0
.debug_abbrev 1717649 1718765 1116 0.1
.debug_info 47104185 47116276 12091 0.0
.debug_line 6038681 6039450 769 0.0
.debug_loc 4026977 4027539 562 0.0
.debug_ranges 423008 423104 96 0.0
.debug_str 4809842 4811618 1776 0.0
.text 1020236 1020498 262 0.0
bl702l lighting-app bl702l (read/write) 1159100 1159364 264 0.0
.debug_info 41908463 41909162 699 0.0
.debug_line 5517909 5518383 474 0.0
.debug_loc 3754098 3754660 562 0.0
.debug_ranges 402216 402312 96 0.0
.debug_str 4392178 4392206 28 0.0
.text 934408 934670 262 0.0
cc32xx lock CC3235SF_LAUNCHXL (read only) 608298 608434 136 0.0
.debug_abbrev 948504 948505 1 0.0
.debug_info 20024771 2002538 610 0.0
.debug_line 2885658 2885872 214 0.0
.debug_loclists 1740724 1741045 321 0.0
.debug_rnglists 108217 108218 1 0.0
.debug_str 3824719 3824727 8 0.0
.text 501260 501396 136 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 545511 545575 64 0.0
.app_xip_area 437969 438033 64 0.0
lock cyw930739m2evb_01 (read/write) 530567 530631 64 0.0
.app_xip_area 418049 418113 64 0.0
ota-requestor cyw930739m2evb_01 (read/write) 568615 568655 40 0.0
.app_xip_area 462161 462201 40 0.0
switch cyw930739m2evb_01 (read/write) 541767 541823 56 0.0
.app_xip_area 432361 432417 56 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1004956 1005100 144 0.0
.text 819984 820128 144 0.0
BRD4187C (read/write) 1030016 1030064 48 0.0
.text 864828 864876 48 0.0
lock-app BRD4161A+wf200 (read/write) 1080712 1080776 64 0.0
.text 901744 901808 64 0.0
window-app BRD4187C (read/write) 1100456 1100592 136 0.0
.text 952364 952500 136 0.0
esp32 all-clusters-app c3devkit (read only) 1089212 1089308 96 0.0
.flash.text 1089212 1089308 96 0.0
m5stack (read only) 1135823 1135875 52 0.0
(read/write) 497174 497178 4 0.0
.flash.rodata 246296 246300 4 0.0
.flash.text 1130439 1130491 52 0.0
k32w contact k32w0+release (read only) 586652 586700 48 0.0
.text 586116 586164 48 0.0
light k32w0+release (read only) 585356 585404 48 0.0
.text 584820 584868 48 0.0
lock k32w0+release (read only) 557948 557996 48 0.0
.text 557412 557460 48 0.0
linux all-clusters-app debug .rodata 233448 233512 64 0.0
all-clusters-minimal-app debug .rodata 224552 224616 64 0.0
bridge-app debug .rodata 173064 173128 64 0.0
chip-tool debug .rodata 810049 810113 64 0.0
chip-tool-ipv6only arm64 .rodata 718592 718640 48 0.0
lighting-app debug+rpc+ui .rodata 329332 329396 64 0.0
lock-app debug .rodata 200552 200616 64 0.0
ota-provider-app debug .rodata 154184 154248 64 0.0
ota-requestor-app debug .rodata 158248 158312 64 0.0
shell debug (read only) 2881441 2881681 240 0.0
.text 2511042 2511282 240 0.0
tv-app debug .rodata 222872 222936 64 0.0
tv-casting-app debug (read only) 9322121 9322457 336 0.0
.rodata 331308 331404 96 0.0
.text 8555810 8556050 240 0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2515936 2516000 64 0.0
.text 1478620 1478684 64 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1224940 1224988 48 0.0
text 851048 851100 52 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1326068 1326132 64 0.0
text 762612 762664 52 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1151904 1151952 48 0.0
text 807596 807644 48 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1746604 1746748 144 0.0
.debug_info 29725827 29726406 579 0.0
.debug_line 4093516 4093779 263 0.0
.debug_loclists 2346216 2346527 311 0.0
.debug_rnglists 146735 146736 1 0.0
.debug_str 4434632 4434640 8 0.0
.text 1546236 1546380 144 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1664972 1665116 144 0.0
.debug_info 28442663 28443247 584 0.0
.debug_line 4046639 4046902 263 0.0
.debug_loclists 2304459 2304770 311 0.0
.debug_rnglists 143485 143486 1 0.0
.debug_str 4376803 4376811 8 0.0
.text 1466452 1466596 144 0.0
light cy8ckit_062s2_43012 (read/write) 1597644 1597772 128 0.0
.debug_info 23212181 23212798 617 0.0
.debug_line 3618476 3618739 263 0.0
.debug_loclists 2145560 2145871 311 0.0
.debug_rnglists 133519 133520 1 0.0
.debug_str 4190554 4190562 8 0.0
.text 1405332 1405460 128 0.0
lock cy8ckit_062s2_43012 (read/write) 1628540 1628668 128 0.0
.debug_info 22910054 22910671 617 0.0
.debug_line 3553761 3554024 263 0.0
.debug_loclists 2114140 2114451 311 0.0
.debug_rnglists 131043 131044 1 0.0
.debug_str 4145738 4145746 8 0.0
.text 1408772 1408900 128 0.0
qpg lighting-app qpg6105+debug (read/write) 1172504 1172560 56 0.0
.text 619344 619400 56 0.0
lock-app qpg6105+debug (read/write) 1130616 1130680 64 0.0
.text 577460 577524 64 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 1050780 1050876 96 0.0
text 721632 721726 94 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 965152 965240 88 0.0
text 668176 668268 92 0.0
bridge-app tlsr9518adk80d (read/write) 930552 930648 96 0.0
text 643230 643322 92 0.0
contact-sensor-app tlsr9518adk80d (read/write) 862260 862348 88 0.0
text 586406 586494 88 0.0
light-switch-app tlsr9518adk80d (read/write) 890872 890960 88 0.0
text 611866 611958 92 0.0
lighting-app tlsr9518adk80d (read/write) 969108 969196 88 0.0
text 682148 682236 88 0.0
lighting-app-factory-data tlsr9518adk80d (read/write) 980488 980576 88 0.0
text 689668 689758 90 0.0
lighting-app-rpc tlsr9518adk80d (read/write) 1038592 1038688 96 0.0
text 727036 727126 90 0.0
lighting-app-shell tlsr9518adk80d (read/write) 1069956 1070052 96 0.0
text 747184 747276 92 0.0
lock-app tlsr9518adk80d (read/write) 917372 917460 88 0.0
text 615072 615162 90 0.0
ota-requestor-app tlsr9518adk80d (read/write) 884860 884948 88 0.0
text 608246 608338 92 0.0
pump-app tlsr9518adk80d (read/write) 867860 867948 88 0.0
text 592164 592256 92 0.0
pump-controller-app tlsr9518adk80d (read/write) 854880 854968 88 0.0
text 582508 582600 92 0.0
temperature-measurement-app tlsr9518adk80d (read/write) 851028 851124 96 0.0
text 578136 578230 94 0.0
thermostat tlsr9518adk80d (read/write) 896948 897036 88 0.0
text 617554 617648 94 0.0
window-covering tlsr9518adk80d (read/write) 892328 892416 88 0.0
text 612478 612568 90 0.0
Decreases (11 builds for linux)
platform target config section c7d9a11 efb2fa4 change % change
linux all-clusters-app debug (read only) 3345333 3344037 -1296 -0.0
.text 2919045 2917685 -1360 -0.0
all-clusters-minimal-app debug (read only) 3058685 3056717 -1968 -0.1
.got 4664 4656 -8 -0.2
.text 2647253 2645349 -1904 -0.1
bridge-app debug (read only) 2527213 2525237 -1976 -0.1
.got 4568 4560 -8 -0.2
.text 2181013 2179109 -1904 -0.1
chip-tool debug (read only) 18400537 18399401 -1136 -0.0
.text 15615843 15614643 -1200 -0.0
chip-tool-ipv6only arm64 (read only) 17698432 17697568 -864 -0.0
.text 14820612 14819700 -912 -0.0
lighting-app debug+rpc+ui (read only) 5211641 5210505 -1136 -0.0
.text 4642531 4641331 -1200 -0.0
lock-app debug (read only) 2619909 2618645 -1264 -0.0
.text 2254389 2253061 -1328 -0.1
ota-provider-app debug (read only) 2216237 2214213 -2024 -0.1
.got 3800 3792 -8 -0.2
.text 1919717 1917765 -1952 -0.1
ota-requestor-app debug (read only) 2385189 2383237 -1952 -0.1
.got 3784 3776 -8 -0.2
.text 2075733 2073845 -1888 -0.1
thermostat-no-ble arm64 (read only) 2611708 2610092 -1616 -0.1
.text 2215748 2214132 -1616 -0.1
tv-app debug (read only) 3322209 3320257 -1952 -0.1
(read/write) 261856 261824 -32 -0.0
.got 5000 4992 -8 -0.2
.text 2902338 2900450 -1888 -0.1
Full report (58 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section c7d9a11 efb2fa4 change % change
bl602 lighting-app bl602 (read/write) 1367730 1367994 264 0.0
.bss 83942 83942 0 0.0
.data 9624 9624 0 0.0
.text 1051796 1052060 264 0.0
bl602+rpc (read/write) 1415158 1415422 264 0.0
.bss 91990 91990 0 0.0
.data 10024 10024 0 0.0
.text 1083678 1083944 266 0.0
bl702 lighting-app bl702 (read/write) 1178719 1178983 264 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 77773 77773 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3592 3592 0 0.0
.debug_abbrev 1552038 1552038 0 0.0
.debug_aranges 151272 151272 0 0.0
.debug_frame 556396 556396 0 0.0
.debug_info 4191511 41915813 701 0.0
.debug_line 5612011 5612485 474 0.0
.debug_loc 3821430 3821992 562 0.0
.debug_ranges 397320 397416 96 0.0
.debug_str 4381484 4381512 28 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105704 105704 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 582236 582236 0 0.0
.symtab 174176 174176 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
945846 946112 266 0.0
bl702+rpc (read/write) 1277351 1277615 264 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 85821 85821 0 0.0
.bss_psram 25072 25072 0 0.0
.comment 48 48 0 0.0
.data 4144 4144 0 0.0
.debug_abbrev 1717649 1718765 1116 0.1
.debug_aranges 159760 159760 0 0.0
.debug_frame 585080 585080 0 0.0
.debug_info 47104185 47116276 12091 0.0
.debug_line 6038681 6039450 769 0.0
.debug_loc 4026977 4027539 562 0.0
.debug_ranges 423008 423104 96 0.0
.debug_str 4809842 4811618 1776 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 120356 120356 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 645177 645177 0 0.0
.symtab 193088 193088 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
1020236 1020498 262 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1159100 1159364 264 0.0
.boot2 292 292 0 0.0
.bss 40776 40776 0 0.0
.bss_psram 69168 69168 0 0.0
.comment 48 48 0 0.0
.data 4560 4560 0 0.0
.debug_abbrev 1552941 1552941 0 0.0
.debug_aranges 145416 145416 0 0.0
.debug_frame 535028 535028 0 0.0
.debug_info 41908463 41909162 699 0.0
.debug_line 5517909 5518383 474 0.0
.debug_loc 3754098 3754660 562 0.0
.debug_ranges 402216 402312 96 0.0
.debug_str 4392178 4392206 28 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 140 140 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99652 99652 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 582143 582143 0 0.0
.symtab 173504 173504 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
934408 934670 262 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 608298 608434 136 0.0
(read/write) 204172 204172 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197584 197584 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 948504 948505 1 0.0
.debug_aranges 119824 119824 0 0.0
.debug_frame 409320 409320 0 0.0
.debug_info 20024771 2002538 610 0.0
.debug_line 2885658 2885872 214 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1740724 1741045 321 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 108217 108218 1 0.0
.debug_str 3824719 3824727 8 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104914 104914 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 485459 485459 0 0.0
.symtab 288368 288368 0 0.0
.text 501260 501396 136 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 545511 545575 64 0.0
.app_xip_area 437969 438033 64 0.0
.bss 62512 62512 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 530567 530631 64 0.0
.app_xip_area 418049 418113 64 0.0
.bss 67480 67480 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 568615 568655 40 0.0
.app_xip_area 462161 462201 40 0.0
.bss 61472 61472 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 541767 541823 56 0.0
.app_xip_area 432361 432417 56 0.0
.bss 64344 64344 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1004956 1005100 144 0.0
.bss 182252 182252 0 0.0
.data 2700 2700 0 0.0
.text 819984 820128 144 0.0
BRD4187C (read/write) 1030016 1030064 48 0.0
.bss 161860 161860 0 0.0
.data 3308 3308 0 0.0
.text 864828 864876 48 0.0
lock-app BRD4161A+wf200 (read/write) 1080712 1080776 64 0.0
.bss 176252 176252 0 0.0
.data 2696 2696 0 0.0
.text 901744 901808 64 0.0
window-app BRD4187C (read/write) 1100456 1100592 136 0.0
.bss 144868 144868 0 0.0
.data 3204 3204 0 0.0
.text 952364 952500 136 0.0
esp32 all-clusters-app c3devkit (read only) 1089212 1089308 96 0.0
(read/write) 1586768 1586768 0 0.0
.dram0.bss 75944 75944 0 0.0
.dram0.data 13940 13940 0 0.0
.flash.rodata 217736 217736 0 0.0
.flash.text 1089212 1089308 96 0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1135823 1135875 52 0.0
(read/write) 497174 497178 4 0.0
.dram0.bss 81424 81424 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 246296 246300 4 0.0
.flash.text 1130439 1130491 52 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 586652 586700 48 0.0
(read/write) 90112 90112 0 0.0
.bss 66108 66108 0 0.0
.data 2168 2168 0 0.0
.text 586116 586164 48 0.0
light k32w0+release (read only) 585356 585404 48 0.0
(read/write) 89760 89760 0 0.0
.bss 65772 65772 0 0.0
.data 2156 2156 0 0.0
.text 584820 584868 48 0.0
lock k32w0+release (read only) 557948 557996 48 0.0
(read/write) 87560 87560 0 0.0
.bss 63636 63636 0 0.0
.data 2100 2100 0 0.0
.text 557412 557460 48 0.0
linux all-clusters-app debug (read only) 3345333 3344037 -1296 -0.0
(read/write) 160936 160936 0 0.0
.bss 60320 60320 0 0.0
.data 2160 2160 0 0.0
.data.rel.ro 91944 91944 0 0.0
.dynamic 608 608 0 0.0
.got 4728 4728 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 233448 233512 64 0.0
.text 2919045 2917685 -1360 -0.0
all-clusters-minimal-app debug (read only) 3058685 3056717 -1968 -0.1
(read/write) 146696 146696 0 0.0
.bss 58208 58208 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 79960 79960 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4656 -8 -0.2
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 224552 224616 64 0.0
.text 2647253 2645349 -1904 -0.1
bridge-app debug (read only) 2527213 2525237 -1976 -0.1
(read/write) 129992 129992 0 0.0
.bss 50328 50328 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 69864 69864 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4560 -8 -0.2
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 173064 173128 64 0.0
.text 2181013 2179109 -1904 -0.1
chip-tool debug (read only) 18400537 18399401 -1136 -0.0
(read/write) 1052912 1052912 0 0.0
.bss 93560 93560 0 0.0
.data 5154 5154 0 0.0
.data.rel.ro 946864 946864 0 0.0
.dynamic 624 624 0 0.0
.got 5888 5888 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 810049 810113 64 0.0
.text 15615843 15614643 -1200 -0.0
chip-tool-ipv6only arm64 (read only) 17698432 17697568 -864 -0.0
(read/write) 1120472 1120472 0 0.0
.bss 102952 102952 0 0.0
.data 4448 4448 0 0.0
.data.rel.ro 984080 984080 0 0.0
.dynamic 560 560 0 0.0
.got 23488 23488 0 0.0
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 718592 718640 48 0.0
.text 14820612 14819700 -912 -0.0
lighting-app debug+rpc+ui (read only) 5211641 5210505 -1136 -0.0
(read/write) 220728 220728 0 0.0
.bss 117264 117264 0 0.0
.data 4880 4880 0 0.0
.data.rel.ro 91048 91048 0 0.0
.dynamic 672 672 0 0.0
.got 5912 5912 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 329332 329396 64 0.0
.text 4642531 4641331 -1200 -0.0
lock-app debug (read only) 2619909 2618645 -1264 -0.0
(read/write) 117376 117376 0 0.0
.bss 45392 45392 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 64024 64024 0 0.0
.dynamic 608 608 0 0.0
.got 4592 4592 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 200552 200616 64 0.0
.text 2254389 2253061 -1328 -0.1
ota-provider-app debug (read only) 2216237 2214213 -2024 -0.1
(read/write) 103952 103952 0 0.0
.bss 44560 44560 0 0.0
.data 2112 2112 0 0.0
.data.rel.ro 52184 52184 0 0.0
.dynamic 608 608 0 0.0
.got 3800 3792 -8 -0.2
.init 27 27 0 0.0
.init_array 664 664 0 0.0
.rodata 154184 154248 64 0.0
.text 1919717 1917765 -1952 -0.1
ota-requestor-app debug (read only) 2385189 2383237 -1952 -0.1
(read/write) 111744 111744 0 0.0
.bss 47024 47024 0 0.0
.data 2512 2512 0 0.0
.data.rel.ro 57040 57040 0 0.0
.dynamic 608 608 0 0.0
.got 3784 3776 -8 -0.2
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 158248 158312 64 0.0
.text 2075733 2073845 -1888 -0.1
shell debug (read only) 2881441 2881681 240 0.0
(read/write) 149352 149352 0 0.0
.bss 59272 59272 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 83000 83000 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 201586 201586 0 0.0
.text 2511042 2511282 240 0.0
thermostat-no-ble arm64 (read only) 2611708 2610092 -1616 -0.1
(read/write) 143160 143160 0 0.0
.bss 52392 52392 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79392 79392 0 0.0
.dynamic 560 560 0 0.0
.got 5512 5512 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 129952 129952 0 0.0
.text 2215748 2214132 -1616 -0.1
tv-app debug (read only) 3322209 3320257 -1952 -0.1
(read/write) 261856 261824 -32 -0.0
.bss 171264 171264 0 0.0
.data 4080 4080 0 0.0
.data.rel.ro 79776 79776 0 0.0
.dynamic 608 608 0 0.0
.got 5000 4992 -8 -0.2
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 222872 222936 64 0.0
.text 2902338 2900450 -1888 -0.1
tv-casting-app debug (read only) 9322121 9322457 336 0.0
(read/write) 221776 221776 0 0.0
.bss 52128 52128 0 0.0
.data 1744 1744 0 0.0
.data.rel.ro 161296 161296 0 0.0
.dynamic 608 608 0 0.0
.got 4968 4968 0 0.0
.init 27 27 0 0.0
.init_array 1000 1000 0 0.0
.rodata 331308 331404 96 0.0
.text 8555810 8556050 240 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2515936 2516000 64 0.0
.bss 216312 216312 0 0.0
.data 5152 5152 0 0.0
.text 1478620 1478684 64 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1224940 1224988 48 0.0
bss 155370 155370 0 0.0
rodata 139440 139440 0 0.0
text 851048 851100 52 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1326068 1326132 64 0.0
bss 138696 138696 0 0.0
rodata 134056 134056 0 0.0
text 762612 762664 52 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1151904 1151952 48 0.0
bss 153489 153489 0 0.0
rodata 111732 111732 0 0.0
text 807596 807644 48 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841360 841360 0 0.0
(read/write) 1746604 1746748 144 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 189412 189412 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2568 2568 0 0.0
.debug_abbrev 1314555 1314555 0 0.0
.debug_aranges 151328 151328 0 0.0
.debug_frame 506988 506988 0 0.0
.debug_info 29725827 29726406 579 0.0
.debug_line 4093516 4093779 263 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2346216 2346527 311 0.0
.debug_rnglists 146735 146736 1 0.0
.debug_str 4434632 4434640 8 0.0
.heap 841360 841360 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 775993 775993 0 0.0
.symtab 488208 488208 0 0.0
.text 1546236 1546380 144 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 843208 843208 0 0.0
(read/write) 1664972 1665116 144 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187572 187572 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1282285 1282285 0 0.0
.debug_aranges 148560 148560 0 0.0
.debug_frame 502784 502784 0 0.0
.debug_info 28442663 28443247 584 0.0
.debug_line 4046639 4046902 263 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2304459 2304770 311 0.0
.debug_rnglists 143485 143486 1 0.0
.debug_str 4376803 4376811 8 0.0
.heap 843208 843208 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 703634 703634 0 0.0
.symtab 461856 461856 0 0.0
.text 1466452 1466596 144 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849416 849416 0 0.0
(read/write) 1597644 1597772 128 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181532 181532 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1119163 1119163 0 0.0
.debug_aranges 138920 138920 0 0.0
.debug_frame 466752 466752 0 0.0
.debug_info 23212181 23212798 617 0.0
.debug_line 3618476 3618739 263 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2145560 2145871 311 0.0
.debug_rnglists 133519 133520 1 0.0
.debug_str 4190554 4190562 8 0.0
.heap 849416 849416 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 627131 627131 0 0.0
.symtab 427392 427392 0 0.0
.text 1405332 1405460 128 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821960 821960 0 0.0
(read/write) 1628540 1628668 128 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208988 208988 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1101369 1101369 0 0.0
.debug_aranges 137016 137016 0 0.0
.debug_frame 460012 460012 0 0.0
.debug_info 22910054 22910671 617 0.0
.debug_line 3553761 3554024 263 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2114140 2114451 311 0.0
.debug_rnglists 131043 131044 1 0.0
.debug_str 4145738 4145746 8 0.0
.heap 821960 821960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 597360 597360 0 0.0
.symtab 417680 417680 0 0.0
.text 1408772 1408900 128 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1172504 1172560 56 0.0
.bss 99960 99960 0 0.0
.data 788 788 0 0.0
.text 619344 619400 56 0.0
lock-app qpg6105+debug (read/write) 1130616 1130680 64 0.0
.bss 94816 94816 0 0.0
.data 792 792 0 0.0
.text 577460 577524 64 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1050780 1050876 96 0.0
bss 98292 98292 0 0.0
text 721632 721726 94 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 965152 965240 88 0.0
bss 96288 96288 0 0.0
text 668176 668268 92 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 930552 930648 96 0.0
bss 100312 100312 0 0.0
text 643230 643322 92 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 862260 862348 88 0.0
bss 89972 89972 0 0.0
text 586406 586494 88 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 890872 890960 88 0.0
bss 90516 90516 0 0.0
text 611866 611958 92 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 969108 969196 88 0.0
bss 98652 98652 0 0.0
text 682148 682236 88 0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 980488 980576 88 0.0
bss 102900 102900 0 0.0
text 689668 689758 90 0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1038592 1038688 96 0.0
bss 100208 100208 0 0.0
text 727036 727126 90 0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1069956 1070052 96 0.0
bss 111292 111292 0 0.0
text 747184 747276 92 0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 917372 917460 88 0.0
bss 90636 90636 0 0.0
text 615072 615162 90 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 884860 884948 88 0.0
bss 91248 91248 0 0.0
text 608246 608338 92 0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 867860 867948 88 0.0
bss 90104 90104 0 0.0
text 592164 592256 92 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 854880 854968 88 0.0
bss 89904 89904 0 0.0
text 582508 582600 92 0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 851028 851124 96 0.0
bss 89812 89812 0 0.0
text 578136 578230 94 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 896948 897036 88 0.0
bss 90348 90348 0 0.0
text 617554 617648 94 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 892328 892416 88 0.0
bss 90640 90640 0 0.0
text 612478 612568 90 0.0

examples/common/tracing/TraceDecoder.cpp Show resolved Hide resolved
examples/common/tracing/TraceDecoder.cpp Show resolved Hide resolved
examples/common/tracing/TraceDecoder.cpp Outdated Show resolved Hide resolved
examples/common/tracing/TraceDecoder.h Show resolved Hide resolved
@github-actions
Copy link

github-actions bot commented Jul 11, 2023

PR #27860: Size comparison from 5433246 to ff67940

Increases (57 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 5433246 ff67940 change % change
bl602 lighting-app bl602 (read/write) 1367730 1367994 264 0.0
.text 1051798 1052064 266 0.0
bl602+rpc (read/write) 1415166 1415430 264 0.0
.text 1083682 1083946 264 0.0
bl702 lighting-app bl702 (read/write) 1178719 1178983 264 0.0
.debug_info 42074537 42075236 699 0.0
.debug_line 5614932 5615406 474 0.0
.debug_loc 3821624 3822186 562 0.0
.debug_ranges 397320 397416 96 0.0
.debug_str 4382272 4382300 28 0.0
.text 945848 946110 262 0.0
bl702+rpc (read/write) 1277355 1277615 260 0.0
.debug_abbrev 1721642 1722758 1116 0.1
.debug_info 47266094 47278185 12091 0.0
.debug_line 6042237 6043006 769 0.0
.debug_loc 4027495 4028057 562 0.0
.debug_ranges 423064 423160 96 0.0
.debug_str 4810912 4812688 1776 0.0
.text 1020238 1020500 262 0.0
bl702l lighting-app bl702l (read/write) 1159100 1159364 264 0.0
.debug_info 42067887 42068586 699 0.0
.debug_line 5520848 5521322 474 0.0
.debug_loc 3754282 3754844 562 0.0
.debug_ranges 402216 402312 96 0.0
.debug_str 4392966 4392994 28 0.0
.text 934408 934670 262 0.0
cc32xx lock CC3235SF_LAUNCHXL (read only) 608306 608442 136 0.0
.debug_abbrev 950905 950906 1 0.0
.debug_info 20172561 20173170 609 0.0
.debug_line 2890104 2890318 214 0.0
.debug_loclists 1740755 1741067 312 0.0
.debug_rnglists 108223 108224 1 0.0
.debug_str 3825138 3825146 8 0.0
.text 501268 501404 136 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 545519 545583 64 0.0
.app_xip_area 437977 438041 64 0.0
lock cyw930739m2evb_01 (read/write) 530575 530639 64 0.0
.app_xip_area 418057 418121 64 0.0
ota-requestor cyw930739m2evb_01 (read/write) 568615 568663 48 0.0
.app_xip_area 462161 462209 48 0.0
switch cyw930739m2evb_01 (read/write) 541759 541815 56 0.0
.app_xip_area 432353 432409 56 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1005052 1005180 128 0.0
.text 820080 820208 128 0.0
BRD4187C (read/write) 1030112 1030160 48 0.0
.text 864924 864972 48 0.0
lock-app BRD4161A+wf200 (read/write) 1080760 1080792 32 0.0
.text 901792 901824 32 0.0
window-app BRD4187C (read/write) 1100456 1100592 136 0.0
.text 952364 952500 136 0.0
esp32 all-clusters-app c3devkit (read only) 1089226 1089320 94 0.0
.flash.text 1089226 1089320 94 0.0
m5stack (read only) 1135831 1135887 56 0.0
.flash.text 1130447 1130503 56 0.0
k32w contact k32w0+release (read only) 586652 586700 48 0.0
.text 586116 586164 48 0.0
light k32w0+release (read only) 585356 585404 48 0.0
.text 584820 584868 48 0.0
lock k32w0+release (read only) 557932 557996 64 0.0
.text 557396 557460 64 0.0
linux all-clusters-app debug .rodata 233448 233512 64 0.0
all-clusters-minimal-app debug .rodata 224552 224616 64 0.0
bridge-app debug .rodata 173064 173128 64 0.0
chip-tool debug .rodata 809953 810049 96 0.0
chip-tool-ipv6only arm64 .rodata 718528 718576 48 0.0
lighting-app debug+rpc+ui .rodata 329556 329620 64 0.0
lock-app debug .rodata 200552 200616 64 0.0
ota-provider-app debug .rodata 154184 154280 96 0.1
ota-requestor-app debug .rodata 158248 158312 64 0.0
shell debug (read only) 2881393 2881633 240 0.0
.text 2510994 2511234 240 0.0
tv-app debug .rodata 222872 222936 64 0.0
tv-casting-app debug (read only) 9322073 9322409 336 0.0
.rodata 331308 331404 96 0.0
.text 8555762 8556002 240 0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2515936 2516000 64 0.0
.text 1478620 1478684 64 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1224940 1224988 48 0.0
text 851056 851108 52 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1326084 1326132 48 0.0
text 762616 762668 52 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1151920 1151968 48 0.0
text 807600 807652 52 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1746620 1746748 128 0.0
.debug_info 29920283 29920860 577 0.0
.debug_line 4096853 4097116 263 0.0
.debug_loclists 2346227 2346538 311 0.0
.debug_rnglists 146741 146742 1 0.0
.debug_str 4435051 4435059 8 0.0
.text 1546252 1546380 128 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1664972 1665116 144 0.0
.debug_info 28629875 28630459 584 0.0
.debug_line 4049844 4050107 263 0.0
.debug_loclists 2304470 2304781 311 0.0
.debug_rnglists 143491 143492 1 0.0
.debug_str 4377222 4377230 8 0.0
.text 1466452 1466596 144 0.0
light cy8ckit_062s2_43012 (read/write) 1597644 1597772 128 0.0
.debug_info 23365644 23366261 617 0.0
.debug_line 3621130 3621393 263 0.0
.debug_loclists 2145571 2145882 311 0.0
.debug_rnglists 133525 133526 1 0.0
.debug_str 4190973 4190981 8 0.0
.text 1405332 1405460 128 0.0
lock cy8ckit_062s2_43012 (read/write) 1628540 1628668 128 0.0
.debug_info 23064037 2306465 618 0.0
.debug_line 3556513 3556776 263 0.0
.debug_loclists 2114151 2114462 311 0.0
.debug_rnglists 131049 131050 1 0.0
.debug_str 4146157 4146165 8 0.0
.text 1408772 1408900 128 0.0
qpg lighting-app qpg6105+debug (read/write) 1172496 1172568 72 0.0
.text 619336 619408 72 0.0
lock-app qpg6105+debug (read/write) 1130616 1130672 56 0.0
.text 577460 577516 56 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 1051092 1051180 88 0.0
text 721874 721968 94 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 965464 965560 96 0.0
text 668422 668514 92 0.0
bridge-app tlsr9518adk80d (read/write) 930860 930948 88 0.0
text 643470 643558 88 0.0
contact-sensor-app tlsr9518adk80d (read/write) 862596 862692 96 0.0
text 586674 586766 92 0.0
light-switch-app tlsr9518adk80d (read/write) 891208 891304 96 0.0
text 612140 612230 90 0.0
lighting-app tlsr9518adk80d (read/write) 969408 969496 88 0.0
text 682382 682472 90 0.0
lighting-app-factory-data tlsr9518adk80d (read/write) 980780 980876 96 0.0
text 689900 689990 90 0.0
lighting-app-rpc tlsr9518adk80d (read/write) 1038892 1038988 96 0.0
text 727272 727364 92 0.0
lighting-app-shell tlsr9518adk80d (read/write) 1070256 1070352 96 0.0
text 747418 747510 92 0.0
lock-app tlsr9518adk80d (read/write) 917708 917804 96 0.0
text 615342 615434 92 0.0
ota-requestor-app tlsr9518adk80d (read/write) 885164 885260 96 0.0
text 608486 608582 96 0.0
pump-app tlsr9518adk80d (read/write) 868196 868292 96 0.0
text 592432 592528 96 0.0
pump-controller-app tlsr9518adk80d (read/write) 855216 855312 96 0.0
text 582776 582870 94 0.0
temperature-measurement-app tlsr9518adk80d (read/write) 851372 851460 88 0.0
text 578406 578498 92 0.0
thermostat tlsr9518adk80d (read/write) 897284 897372 88 0.0
text 617824 617914 90 0.0
window-covering tlsr9518adk80d (read/write) 892664 892752 88 0.0
text 612750 612840 90 0.0
Decreases (11 builds for linux)
platform target config section 5433246 ff67940 change % change
linux all-clusters-app debug (read only) 3345269 3343973 -1296 -0.0
.text 2918981 2917621 -1360 -0.0
all-clusters-minimal-app debug (read only) 3058621 3056669 -1952 -0.1
.got 4664 4656 -8 -0.2
.text 2647189 2645301 -1888 -0.1
bridge-app debug (read only) 2527149 2525189 -1960 -0.1
.got 4568 4560 -8 -0.2
.text 2180949 2179061 -1888 -0.1
chip-tool debug (read only) 18400297 18399193 -1104 -0.0
.text 15615699 15614499 -1200 -0.0
chip-tool-ipv6only arm64 (read only) 17698080 17697232 -848 -0.0
.text 14820324 14819428 -896 -0.0
lighting-app debug+rpc+ui (read only) 5211817 5210681 -1136 -0.0
.text 4642483 4641283 -1200 -0.0
lock-app debug (read only) 2619845 2618581 -1264 -0.0
.text 2254325 2252997 -1328 -0.1
ota-provider-app debug (read only) 2216189 2214197 -1992 -0.1
.got 3800 3792 -8 -0.2
.text 1919669 1917717 -1952 -0.1
ota-requestor-app debug (read only) 2385141 2383189 -1952 -0.1
.got 3784 3776 -8 -0.2
.text 2075685 2073797 -1888 -0.1
thermostat-no-ble arm64 (read only) 2611676 2610076 -1600 -0.1
.text 2215716 2214116 -1600 -0.1
tv-app debug (read only) 3322161 3320209 -1952 -0.1
(read/write) 261856 261824 -32 -0.0
.got 5000 4992 -8 -0.2
.text 2902290 2900402 -1888 -0.1
Full report (58 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 5433246 ff67940 change % change
bl602 lighting-app bl602 (read/write) 1367730 1367994 264 0.0
.bss 83942 83942 0 0.0
.data 9624 9624 0 0.0
.text 1051798 1052064 266 0.0
bl602+rpc (read/write) 1415166 1415430 264 0.0
.bss 91990 91990 0 0.0
.data 10024 10024 0 0.0
.text 1083682 1083946 264 0.0
bl702 lighting-app bl702 (read/write) 1178719 1178983 264 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 77773 77773 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3592 3592 0 0.0
.debug_abbrev 1556219 1556219 0 0.0
.debug_aranges 151280 151280 0 0.0
.debug_frame 556432 556432 0 0.0
.debug_info 42074537 42075236 699 0.0
.debug_line 5614932 5615406 474 0.0
.debug_loc 3821624 3822186 562 0.0
.debug_ranges 397320 397416 96 0.0
.debug_str 4382272 4382300 28 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105704 105704 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 582236 582236 0 0.0
.symtab 174176 174176 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
945848 946110 262 0.0
bl702+rpc (read/write) 1277355 1277615 260 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 85821 85821 0 0.0
.bss_psram 25072 25072 0 0.0
.comment 48 48 0 0.0
.data 4144 4144 0 0.0
.debug_abbrev 1721642 1722758 1116 0.1
.debug_aranges 159792 159792 0 0.0
.debug_frame 585284 585284 0 0.0
.debug_info 47266094 47278185 12091 0.0
.debug_line 6042237 6043006 769 0.0
.debug_loc 4027495 4028057 562 0.0
.debug_ranges 423064 423160 96 0.0
.debug_str 4810912 4812688 1776 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 120356 120356 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 645177 645177 0 0.0
.symtab 193088 193088 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
1020238 1020500 262 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1159100 1159364 264 0.0
.boot2 292 292 0 0.0
.bss 40776 40776 0 0.0
.bss_psram 69168 69168 0 0.0
.comment 48 48 0 0.0
.data 4560 4560 0 0.0
.debug_abbrev 1557122 1557122 0 0.0
.debug_aranges 145424 145424 0 0.0
.debug_frame 535064 535064 0 0.0
.debug_info 42067887 42068586 699 0.0
.debug_line 5520848 5521322 474 0.0
.debug_loc 3754282 3754844 562 0.0
.debug_ranges 402216 402312 96 0.0
.debug_str 4392966 4392994 28 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 140 140 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99652 99652 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 582143 582143 0 0.0
.symtab 173504 173504 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
934408 934670 262 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 608306 608442 136 0.0
(read/write) 204172 204172 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197584 197584 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 950905 950906 1 0.0
.debug_aranges 119832 119832 0 0.0
.debug_frame 409352 409352 0 0.0
.debug_info 20172561 20173170 609 0.0
.debug_line 2890104 2890318 214 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1740755 1741067 312 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 108223 108224 1 0.0
.debug_str 3825138 3825146 8 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104914 104914 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 485459 485459 0 0.0
.symtab 288368 288368 0 0.0
.text 501268 501404 136 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 545519 545583 64 0.0
.app_xip_area 437977 438041 64 0.0
.bss 62512 62512 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 530575 530639 64 0.0
.app_xip_area 418057 418121 64 0.0
.bss 67480 67480 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 568615 568663 48 0.0
.app_xip_area 462161 462209 48 0.0
.bss 61472 61472 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 541759 541815 56 0.0
.app_xip_area 432353 432409 56 0.0
.bss 64344 64344 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1005052 1005180 128 0.0
.bss 182252 182252 0 0.0
.data 2700 2700 0 0.0
.text 820080 820208 128 0.0
BRD4187C (read/write) 1030112 1030160 48 0.0
.bss 161860 161860 0 0.0
.data 3308 3308 0 0.0
.text 864924 864972 48 0.0
lock-app BRD4161A+wf200 (read/write) 1080760 1080792 32 0.0
.bss 176252 176252 0 0.0
.data 2696 2696 0 0.0
.text 901792 901824 32 0.0
window-app BRD4187C (read/write) 1100456 1100592 136 0.0
.bss 144868 144868 0 0.0
.data 3204 3204 0 0.0
.text 952364 952500 136 0.0
esp32 all-clusters-app c3devkit (read only) 1089226 1089320 94 0.0
(read/write) 1586768 1586768 0 0.0
.dram0.bss 75944 75944 0 0.0
.dram0.data 13940 13940 0 0.0
.flash.rodata 217736 217736 0 0.0
.flash.text 1089226 1089320 94 0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1135831 1135887 56 0.0
(read/write) 497178 497178 0 0.0
.dram0.bss 81424 81424 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 246300 246300 0 0.0
.flash.text 1130447 1130503 56 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 586652 586700 48 0.0
(read/write) 90112 90112 0 0.0
.bss 66108 66108 0 0.0
.data 2168 2168 0 0.0
.text 586116 586164 48 0.0
light k32w0+release (read only) 585356 585404 48 0.0
(read/write) 89760 89760 0 0.0
.bss 65772 65772 0 0.0
.data 2156 2156 0 0.0
.text 584820 584868 48 0.0
lock k32w0+release (read only) 557932 557996 64 0.0
(read/write) 87560 87560 0 0.0
.bss 63636 63636 0 0.0
.data 2100 2100 0 0.0
.text 557396 557460 64 0.0
linux all-clusters-app debug (read only) 3345269 3343973 -1296 -0.0
(read/write) 160936 160936 0 0.0
.bss 60320 60320 0 0.0
.data 2160 2160 0 0.0
.data.rel.ro 91944 91944 0 0.0
.dynamic 608 608 0 0.0
.got 4728 4728 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 233448 233512 64 0.0
.text 2918981 2917621 -1360 -0.0
all-clusters-minimal-app debug (read only) 3058621 3056669 -1952 -0.1
(read/write) 146696 146696 0 0.0
.bss 58208 58208 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 79960 79960 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4656 -8 -0.2
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 224552 224616 64 0.0
.text 2647189 2645301 -1888 -0.1
bridge-app debug (read only) 2527149 2525189 -1960 -0.1
(read/write) 129992 129992 0 0.0
.bss 50328 50328 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 69864 69864 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4560 -8 -0.2
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 173064 173128 64 0.0
.text 2180949 2179061 -1888 -0.1
chip-tool debug (read only) 18400297 18399193 -1104 -0.0
(read/write) 1052912 1052912 0 0.0
.bss 93560 93560 0 0.0
.data 5154 5154 0 0.0
.data.rel.ro 946864 946864 0 0.0
.dynamic 624 624 0 0.0
.got 5888 5888 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 809953 810049 96 0.0
.text 15615699 15614499 -1200 -0.0
chip-tool-ipv6only arm64 (read only) 17698080 17697232 -848 -0.0
(read/write) 1120472 1120472 0 0.0
.bss 102952 102952 0 0.0
.data 4448 4448 0 0.0
.data.rel.ro 984080 984080 0 0.0
.dynamic 560 560 0 0.0
.got 23488 23488 0 0.0
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 718528 718576 48 0.0
.text 14820324 14819428 -896 -0.0
lighting-app debug+rpc+ui (read only) 5211817 5210681 -1136 -0.0
(read/write) 220728 220728 0 0.0
.bss 117264 117264 0 0.0
.data 4880 4880 0 0.0
.data.rel.ro 91048 91048 0 0.0
.dynamic 672 672 0 0.0
.got 5912 5912 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 329556 329620 64 0.0
.text 4642483 4641283 -1200 -0.0
lock-app debug (read only) 2619845 2618581 -1264 -0.0
(read/write) 117376 117376 0 0.0
.bss 45392 45392 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 64024 64024 0 0.0
.dynamic 608 608 0 0.0
.got 4592 4592 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 200552 200616 64 0.0
.text 2254325 2252997 -1328 -0.1
ota-provider-app debug (read only) 2216189 2214197 -1992 -0.1
(read/write) 103952 103952 0 0.0
.bss 44560 44560 0 0.0
.data 2112 2112 0 0.0
.data.rel.ro 52184 52184 0 0.0
.dynamic 608 608 0 0.0
.got 3800 3792 -8 -0.2
.init 27 27 0 0.0
.init_array 664 664 0 0.0
.rodata 154184 154280 96 0.1
.text 1919669 1917717 -1952 -0.1
ota-requestor-app debug (read only) 2385141 2383189 -1952 -0.1
(read/write) 111744 111744 0 0.0
.bss 47024 47024 0 0.0
.data 2512 2512 0 0.0
.data.rel.ro 57040 57040 0 0.0
.dynamic 608 608 0 0.0
.got 3784 3776 -8 -0.2
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 158248 158312 64 0.0
.text 2075685 2073797 -1888 -0.1
shell debug (read only) 2881393 2881633 240 0.0
(read/write) 149352 149352 0 0.0
.bss 59272 59272 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 83000 83000 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 201586 201586 0 0.0
.text 2510994 2511234 240 0.0
thermostat-no-ble arm64 (read only) 2611676 2610076 -1600 -0.1
(read/write) 143160 143160 0 0.0
.bss 52392 52392 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79392 79392 0 0.0
.dynamic 560 560 0 0.0
.got 5512 5512 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 129952 129952 0 0.0
.text 2215716 2214116 -1600 -0.1
tv-app debug (read only) 3322161 3320209 -1952 -0.1
(read/write) 261856 261824 -32 -0.0
.bss 171264 171264 0 0.0
.data 4080 4080 0 0.0
.data.rel.ro 79776 79776 0 0.0
.dynamic 608 608 0 0.0
.got 5000 4992 -8 -0.2
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 222872 222936 64 0.0
.text 2902290 2900402 -1888 -0.1
tv-casting-app debug (read only) 9322073 9322409 336 0.0
(read/write) 221776 221776 0 0.0
.bss 52128 52128 0 0.0
.data 1744 1744 0 0.0
.data.rel.ro 161296 161296 0 0.0
.dynamic 608 608 0 0.0
.got 4968 4968 0 0.0
.init 27 27 0 0.0
.init_array 1000 1000 0 0.0
.rodata 331308 331404 96 0.0
.text 8555762 8556002 240 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2515936 2516000 64 0.0
.bss 216312 216312 0 0.0
.data 5152 5152 0 0.0
.text 1478620 1478684 64 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1224940 1224988 48 0.0
bss 155370 155370 0 0.0
rodata 139440 139440 0 0.0
text 851056 851108 52 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1326084 1326132 48 0.0
bss 138696 138696 0 0.0
rodata 134056 134056 0 0.0
text 762616 762668 52 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1151920 1151968 48 0.0
bss 153489 153489 0 0.0
rodata 111732 111732 0 0.0
text 807600 807652 52 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841360 841360 0 0.0
(read/write) 1746620 1746748 128 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 189412 189412 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2568 2568 0 0.0
.debug_abbrev 1317653 1317653 0 0.0
.debug_aranges 151336 151336 0 0.0
.debug_frame 507020 507020 0 0.0
.debug_info 29920283 29920860 577 0.0
.debug_line 4096853 4097116 263 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2346227 2346538 311 0.0
.debug_rnglists 146741 146742 1 0.0
.debug_str 4435051 4435059 8 0.0
.heap 841360 841360 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 775993 775993 0 0.0
.symtab 488208 488208 0 0.0
.text 0 0 0 0.0
1546252 1546380 128 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 843208 843208 0 0.0
(read/write) 1664972 1665116 144 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187572 187572 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1285318 1285318 0 0.0
.debug_aranges 148568 148568 0 0.0
.debug_frame 502816 502816 0 0.0
.debug_info 28629875 28630459 584 0.0
.debug_line 4049844 4050107 263 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2304470 2304781 311 0.0
.debug_rnglists 143491 143492 1 0.0
.debug_str 4377222 4377230 8 0.0
.heap 843208 843208 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 703634 703634 0 0.0
.symtab 461856 461856 0 0.0
.text 1466452 1466596 144 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849416 849416 0 0.0
(read/write) 1597644 1597772 128 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181532 181532 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1121546 1121546 0 0.0
.debug_aranges 138928 138928 0 0.0
.debug_frame 466784 466784 0 0.0
.debug_info 23365644 23366261 617 0.0
.debug_line 3621130 3621393 263 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2145571 2145882 311 0.0
.debug_rnglists 133525 133526 1 0.0
.debug_str 4190973 4190981 8 0.0
.heap 849416 849416 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 627131 627131 0 0.0
.symtab 427392 427392 0 0.0
.text 1405332 1405460 128 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821960 821960 0 0.0
(read/write) 1628540 1628668 128 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208988 208988 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1103813 1103813 0 0.0
.debug_aranges 137024 137024 0 0.0
.debug_frame 460044 460044 0 0.0
.debug_info 23064037 2306465 618 0.0
.debug_line 3556513 3556776 263 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2114151 2114462 311 0.0
.debug_rnglists 131049 131050 1 0.0
.debug_str 4146157 4146165 8 0.0
.heap 821960 821960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 597360 597360 0 0.0
.symtab 417680 417680 0 0.0
.text 1408772 1408900 128 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1172496 1172568 72 0.0
.bss 99960 99960 0 0.0
.data 788 788 0 0.0
.text 619336 619408 72 0.0
lock-app qpg6105+debug (read/write) 1130616 1130672 56 0.0
.bss 94816 94816 0 0.0
.data 792 792 0 0.0
.text 577460 577516 56 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1051092 1051180 88 0.0
bss 98292 98292 0 0.0
text 721874 721968 94 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 965464 965560 96 0.0
bss 96288 96288 0 0.0
text 668422 668514 92 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 930860 930948 88 0.0
bss 100308 100308 0 0.0
text 643470 643558 88 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 862596 862692 96 0.0
bss 89972 89972 0 0.0
text 586674 586766 92 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 891208 891304 96 0.0
bss 90516 90516 0 0.0
text 612140 612230 90 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 969408 969496 88 0.0
bss 98648 98648 0 0.0
text 682382 682472 90 0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 980780 980876 96 0.0
bss 102896 102896 0 0.0
text 689900 689990 90 0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1038892 1038988 96 0.0
bss 100204 100204 0 0.0
text 727272 727364 92 0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1070256 1070352 96 0.0
bss 111288 111288 0 0.0
text 747418 747510 92 0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 917708 917804 96 0.0
bss 90636 90636 0 0.0
text 615342 615434 92 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 885164 885260 96 0.0
bss 91248 91248 0 0.0
text 608486 608582 96 0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 868196 868292 96 0.0
bss 90104 90104 0 0.0
text 592432 592528 96 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 855216 855312 96 0.0
bss 89904 89904 0 0.0
text 582776 582870 94 0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 851372 851460 88 0.0
bss 89812 89812 0 0.0
text 578406 578498 92 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 897284 897372 88 0.0
bss 90348 90348 0 0.0
text 617824 617914 90 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 892664 892752 88 0.0
bss 90640 90640 0 0.0
text 612750 612840 90 0.0

src/transport/SessionManager.cpp Outdated Show resolved Hide resolved
@github-actions
Copy link

github-actions bot commented Jul 11, 2023

PR #27860: Size comparison from c3f1f1a to 6bdc29d

Increases above 0.2%:

platform target config section c3f1f1a 6bdc29d change % change
linux chip-tool debug (read only) 18402065 18525985 123920 0.7
(read/write) 1052912 1055888 2976 0.3
.data.rel.ro 946864 949840 2976 0.3
.rodata 811721 826985 15264 1.9
.text 15615699 15717299 101600 0.7
chip-tool-ipv6only arm64 (read only) 17698080 17809904 111824 0.6
(read/write) 1120472 1123480 3008 0.3
.data.rel.ro 984080 987056 2976 0.3
.rodata 718528 733344 14816 2.1
.text 14820324 14910212 89888 0.6
Increases (42 builds for bl602, bl702, bl702l, cc32xx, efr32, esp32, linux, psoc6, telink)
platform target config section c3f1f1a 6bdc29d change % change
bl602 lighting-app bl602 (read/write) 1367730 1367922 192 0.0
.text 1051798 1051992 194 0.0
bl602+rpc (read/write) 1415166 1415358 192 0.0
.text 1083684 1083876 192 0.0
bl702 lighting-app bl702 (read/write) 1178719 1178915 196 0.0
.debug_info 42083170 42083877 707 0.0
.debug_line 5616995 5617359 364 0.0
.debug_loc 3822369 3822821 452 0.0
.debug_ranges 397432 397504 72 0.0
.debug_str 4382570 4382598 28 0.0
.text 945846 946042 196 0.0
bl702+rpc (read/write) 1277351 1277551 200 0.0
.debug_abbrev 1722146 1723262 1116 0.1
.debug_info 47274784 47286884 12100 0.0
.debug_line 6044300 6044959 659 0.0
.debug_loc 4028229 4028681 452 0.0
.debug_ranges 423176 423248 72 0.0
.debug_str 4811210 4812986 1776 0.0
.text 1020236 1020434 198 0.0
bl702l lighting-app bl702l (read/write) 1159100 1159296 196 0.0
.debug_info 42076521 42077228 707 0.0
.debug_line 5522911 5523275 364 0.0
.debug_loc 3755044 3755496 452 0.0
.debug_ranges 402328 402400 72 0.0
.debug_str 4393264 4393292 28 0.0
.text 934408 934604 196 0.0
cc32xx lock CC3235SF_LAUNCHXL (read only) 608306 608394 88 0.0
.debug_abbrev 951470 951471 1 0.0
.debug_info 20181973 20182616 643 0.0
.debug_line 2891864 2892019 155 0.0
.debug_loclists 1741719 1741978 259 0.0
.debug_rnglists 108282 108283 1 0.0
.debug_str 3825436 3825444 8 0.0
.text 501268 501356 88 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1005052 1005148 96 0.0
.text 820080 820176 96 0.0
window-app BRD4187C (read/write) 1100456 1100552 96 0.0
.text 952364 952460 96 0.0
esp32 all-clusters-app c3devkit (read only) 1089226 1089262 36 0.0
.flash.text 1089226 1089262 36 0.0
linux all-clusters-app debug .rodata 278798 278862 64 0.0
all-clusters-minimal-app debug .rodata 269774 269838 64 0.0
bridge-app debug .rodata 212296 212360 64 0.0
chip-tool debug (read only) 18402065 18525985 123920 0.7
(read/write) 1052912 1055888 2976 0.3
.data.rel.ro 946864 949840 2976 0.3
.rodata 811721 826985 15264 1.9
.text 15615699 15717299 101600 0.7
chip-tool-ipv6only arm64 (read only) 17698080 17809904 111824 0.6
(read/write) 1120472 1123480 3008 0.3
.data.rel.ro 984080 987056 2976 0.3
.got 23488 23512 24 0.1
.rodata 718528 733344 14816 2.1
.text 14820324 14910212 89888 0.6
lighting-app debug+rpc+ui .rodata 331604 331668 64 0.0
lock-app debug .rodata 245134 245198 64 0.0
ota-provider-app debug .rodata 198574 198638 64 0.0
ota-requestor-app debug .rodata 202830 202894 64 0.0
shell debug (read only) 2883537 2883729 192 0.0
.text 2510994 2511186 192 0.0
thermostat-no-ble arm64 .rodata 160572 160620 48 0.0
tv-app debug .rodata 269886 269950 64 0.0
tv-casting-app debug (read only) 9543689 9544025 336 0.0
.rodata 372100 372228 128 0.0
.text 8733059 8733267 208 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1746620 1746716 96 0.0
.debug_info 29931920 29932531 611 0.0
.debug_line 4098618 4098823 205 0.0
.debug_loclists 2347234 2347483 249 0.0
.debug_rnglists 146800 146801 1 0.0
.debug_str 4435349 4435357 8 0.0
.text 1546252 1546348 96 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1664972 1665068 96 0.0
.debug_info 28641204 28641823 619 0.0
.debug_line 4051609 4051814 205 0.0
.debug_loclists 2305477 2305726 249 0.0
.debug_rnglists 143550 143551 1 0.0
.debug_str 4377520 4377528 8 0.0
.text 1466452 1466548 96 0.0
light cy8ckit_062s2_43012 (read/write) 1597644 1597740 96 0.0
.debug_info 23375277 23375929 652 0.0
.debug_line 3622895 3623100 205 0.0
.debug_loclists 2146578 2146827 249 0.0
.debug_rnglists 133584 133585 1 0.0
.debug_str 4191271 4191279 8 0.0
.text 1405332 1405428 96 0.0
lock cy8ckit_062s2_43012 (read/write) 1628540 1628636 96 0.0
.debug_info 23073667 23074318 651 0.0
.debug_line 3558278 3558483 205 0.0
.debug_loclists 2115158 2115407 249 0.0
.debug_rnglists 131108 131109 1 0.0
.debug_str 4146455 4146463 8 0.0
.text 1408772 1408868 96 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 1051092 1051124 32 0.0
text 721874 721910 36 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 965464 965496 32 0.0
text 668420 668456 36 0.0
bridge-app tlsr9518adk80d (read/write) 930852 930892 40 0.0
text 643468 643504 36 0.0
contact-sensor-app tlsr9518adk80d (read/write) 862596 862636 40 0.0
text 586674 586712 38 0.0
light-switch-app tlsr9518adk80d (read/write) 891208 891240 32 0.0
text 612138 612172 34 0.0
lighting-app tlsr9518adk80d (read/write) 969408 969448 40 0.0
text 682380 682420 40 0.0
lighting-app-factory-data tlsr9518adk80d (read/write) 980780 980820 40 0.0
text 689900 689934 34 0.0
lighting-app-rpc tlsr9518adk80d (read/write) 1038892 1038932 40 0.0
text 727272 727310 38 0.0
lighting-app-shell tlsr9518adk80d (read/write) 1070256 1070296 40 0.0
text 747418 747454 36 0.0
lock-app tlsr9518adk80d (read/write) 917708 917748 40 0.0
text 615342 615378 36 0.0
ota-requestor-app tlsr9518adk80d (read/write) 885164 885204 40 0.0
text 608488 608524 36 0.0
pump-app tlsr9518adk80d (read/write) 868196 868236 40 0.0
text 592434 592472 38 0.0
pump-controller-app tlsr9518adk80d (read/write) 855216 855256 40 0.0
text 582778 582816 38 0.0
temperature-measurement-app tlsr9518adk80d (read/write) 851372 851412 40 0.0
text 578408 578446 38 0.0
thermostat tlsr9518adk80d (read/write) 897284 897316 32 0.0
text 617824 617860 36 0.0
window-covering tlsr9518adk80d (read/write) 892664 892696 32 0.0
text 612748 612784 36 0.0
Decreases (23 builds for cyw30739, efr32, esp32, k32w, linux, nrfconnect, qpg)
platform target config section c3f1f1a 6bdc29d change % change
cyw30739 light cyw930739m2evb_01 (read/write) 545519 545511 -8 -0.0
.app_xip_area 437977 437969 -8 -0.0
lock cyw930739m2evb_01 (read/write) 530575 530567 -8 -0.0
.app_xip_area 418057 418049 -8 -0.0
switch cyw930739m2evb_01 (read/write) 541759 541743 -16 -0.0
.app_xip_area 432353 432337 -16 -0.0
efr32 lighting-app BRD4187C (read/write) 1030112 1030096 -16 -0.0
.text 864924 864908 -16 -0.0
lock-app BRD4161A+wf200 (read/write) 1080760 1080728 -32 -0.0
.text 901792 901760 -32 -0.0
esp32 all-clusters-app m5stack (read only) 1135831 1135807 -24 -0.0
.flash.text 1130447 1130423 -24 -0.0
k32w contact k32w0+release (read only) 586652 586636 -16 -0.0
.text 586116 586100 -16 -0.0
light k32w0+release (read only) 585356 585340 -16 -0.0
.text 584820 584804 -16 -0.0
lock k32w0+release (read only) 557932 557916 -16 -0.0
.text 557396 557380 -16 -0.0
linux all-clusters-app debug (read only) 5159977 5158793 -1184 -0.0
.text 4646371 4645123 -1248 -0.0
all-clusters-minimal-app debug (read only) 4874353 4873169 -1184 -0.0
.text 4375475 4374227 -1248 -0.0
bridge-app debug (read only) 2746001 2744017 -1984 -0.1
.got 4656 4648 -8 -0.2
.text 2357235 2355315 -1920 -0.1
lighting-app debug+rpc+ui (read only) 5213865 5212681 -1184 -0.0
.text 4642483 4641235 -1248 -0.0
lock-app debug (read only) 4435665 4434481 -1184 -0.0
.text 3983443 3982195 -1248 -0.0
ota-provider-app debug (read only) 4023945 4022761 -1184 -0.0
.text 3640643 3639395 -1248 -0.0
ota-requestor-app debug (read only) 4202441 4201257 -1184 -0.0
.text 3806163 3804915 -1248 -0.0
thermostat-no-ble arm64 (read only) 4408960 4408096 -864 -0.0
.text 3914260 3913348 -912 -0.0
tv-app debug (read only) 5161289 5160105 -1184 -0.0
.text 4653443 4652195 -1248 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1224940 1224924 -16 -0.0
text 851056 851040 -16 -0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1326084 1326052 -32 -0.0
text 762616 762596 -20 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1151920 1151904 -16 -0.0
text 807600 807588 -12 -0.0
qpg lighting-app qpg6105+debug (read/write) 1172504 1172488 -16 -0.0
.text 619344 619328 -16 -0.0
lock-app qpg6105+debug (read/write) 1130616 1130600 -16 -0.0
.text 577460 577444 -16 -0.0
Full report (58 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section c3f1f1a 6bdc29d change % change
bl602 lighting-app bl602 (read/write) 1367730 1367922 192 0.0
.bss 83942 83942 0 0.0
.data 9624 9624 0 0.0
.text 1051798 1051992 194 0.0
bl602+rpc (read/write) 1415166 1415358 192 0.0
.bss 91990 91990 0 0.0
.data 10024 10024 0 0.0
.text 1083684 1083876 192 0.0
bl702 lighting-app bl702 (read/write) 1178719 1178915 196 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 77773 77773 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3592 3592 0 0.0
.debug_abbrev 1556703 1556703 0 0.0
.debug_aranges 151296 151296 0 0.0
.debug_frame 556512 556512 0 0.0
.debug_info 42083170 42083877 707 0.0
.debug_line 5616995 5617359 364 0.0
.debug_loc 3822369 3822821 452 0.0
.debug_ranges 397432 397504 72 0.0
.debug_str 4382570 4382598 28 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105704 105704 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 582236 582236 0 0.0
.symtab 174176 174176 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
945846 946042 196 0.0
bl702+rpc (read/write) 1277351 1277551 200 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 85821 85821 0 0.0
.bss_psram 25072 25072 0 0.0
.comment 48 48 0 0.0
.data 4144 4144 0 0.0
.debug_abbrev 1722146 1723262 1116 0.1
.debug_aranges 159808 159808 0 0.0
.debug_frame 585364 585364 0 0.0
.debug_info 47274784 47286884 12100 0.0
.debug_line 6044300 6044959 659 0.0
.debug_loc 4028229 4028681 452 0.0
.debug_ranges 423176 423248 72 0.0
.debug_str 4811210 4812986 1776 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 120356 120356 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 645177 645177 0 0.0
.symtab 193088 193088 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
1020236 1020434 198 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1159100 1159296 196 0.0
.boot2 292 292 0 0.0
.bss 40776 40776 0 0.0
.bss_psram 69168 69168 0 0.0
.comment 48 48 0 0.0
.data 4560 4560 0 0.0
.debug_abbrev 1557606 1557606 0 0.0
.debug_aranges 145440 145440 0 0.0
.debug_frame 535144 535144 0 0.0
.debug_info 42076521 42077228 707 0.0
.debug_line 5522911 5523275 364 0.0
.debug_loc 3755044 3755496 452 0.0
.debug_ranges 402328 402400 72 0.0
.debug_str 4393264 4393292 28 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 140 140 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99652 99652 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 582143 582143 0 0.0
.symtab 173504 173504 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
934408 934604 196 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 608306 608394 88 0.0
(read/write) 204172 204172 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197584 197584 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 951470 951471 1 0.0
.debug_aranges 119856 119856 0 0.0
.debug_frame 409452 409452 0 0.0
.debug_info 20181973 20182616 643 0.0
.debug_line 2891864 2892019 155 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1741719 1741978 259 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 108282 108283 1 0.0
.debug_str 3825436 3825444 8 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104914 104914 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 485459 485459 0 0.0
.symtab 288368 288368 0 0.0
.text 501268 501356 88 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 545519 545511 -8 -0.0
.app_xip_area 437977 437969 -8 -0.0
.bss 62512 62512 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 530575 530567 -8 -0.0
.app_xip_area 418057 418049 -8 -0.0
.bss 67480 67480 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 568607 568607 0 0.0
.app_xip_area 462153 462153 0 0.0
.bss 61472 61472 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 541759 541743 -16 -0.0
.app_xip_area 432353 432337 -16 -0.0
.bss 64344 64344 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1005052 1005148 96 0.0
.bss 182252 182252 0 0.0
.data 2700 2700 0 0.0
.text 820080 820176 96 0.0
BRD4187C (read/write) 1030112 1030096 -16 -0.0
.bss 161860 161860 0 0.0
.data 3308 3308 0 0.0
.text 864924 864908 -16 -0.0
lock-app BRD4161A+wf200 (read/write) 1080760 1080728 -32 -0.0
.bss 176252 176252 0 0.0
.data 2696 2696 0 0.0
.text 901792 901760 -32 -0.0
window-app BRD4187C (read/write) 1100456 1100552 96 0.0
.bss 144868 144868 0 0.0
.data 3204 3204 0 0.0
.text 952364 952460 96 0.0
esp32 all-clusters-app c3devkit (read only) 1089226 1089262 36 0.0
(read/write) 1586768 1586768 0 0.0
.dram0.bss 75944 75944 0 0.0
.dram0.data 13940 13940 0 0.0
.flash.rodata 217736 217736 0 0.0
.flash.text 1089226 1089262 36 0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1135831 1135807 -24 -0.0
(read/write) 497178 497178 0 0.0
.dram0.bss 81424 81424 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 246300 246300 0 0.0
.flash.text 1130447 1130423 -24 -0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 586652 586636 -16 -0.0
(read/write) 90112 90112 0 0.0
.bss 66108 66108 0 0.0
.data 2168 2168 0 0.0
.text 586116 586100 -16 -0.0
light k32w0+release (read only) 585356 585340 -16 -0.0
(read/write) 89760 89760 0 0.0
.bss 65772 65772 0 0.0
.data 2156 2156 0 0.0
.text 584820 584804 -16 -0.0
lock k32w0+release (read only) 557932 557916 -16 -0.0
(read/write) 87560 87560 0 0.0
.bss 63636 63636 0 0.0
.data 2100 2100 0 0.0
.text 557396 557380 -16 -0.0
linux all-clusters-app debug (read only) 5159977 5158793 -1184 -0.0
(read/write) 244736 244736 0 0.0
.bss 127520 127520 0 0.0
.data 4336 4336 0 0.0
.data.rel.ro 105632 105632 0 0.0
.dynamic 624 624 0 0.0
.got 5400 5400 0 0.0
.init 27 27 0 0.0
.init_array 1176 1176 0 0.0
.rodata 278798 278862 64 0.0
.text 4646371 4645123 -1248 -0.0
all-clusters-minimal-app debug (read only) 4874353 4873169 -1184 -0.0
(read/write) 230464 230464 0 0.0
.bss 125408 125408 0 0.0
.data 4304 4304 0 0.0
.data.rel.ro 93632 93632 0 0.0
.dynamic 624 624 0 0.0
.got 5360 5360 0 0.0
.init 27 27 0 0.0
.init_array 1112 1112 0 0.0
.rodata 269774 269838 64 0.0
.text 4375475 4374227 -1248 -0.0
bridge-app debug (read only) 2746001 2744017 -1984 -0.1
(read/write) 132160 132160 0 0.0
.bss 50424 50424 0 0.0
.data 4976 4976 0 0.0
.data.rel.ro 70656 70656 0 0.0
.dynamic 624 624 0 0.0
.got 4656 4648 -8 -0.2
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 212296 212360 64 0.0
.text 2357235 2355315 -1920 -0.1
chip-tool debug (read only) 18402065 18525985 123920 0.7
(read/write) 1052912 1055888 2976 0.3
.bss 93560 93560 0 0.0
.data 5154 5154 0 0.0
.data.rel.ro 946864 949840 2976 0.3
.dynamic 624 624 0 0.0
.got 5888 5888 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 811721 826985 15264 1.9
.text 15615699 15717299 101600 0.7
chip-tool-ipv6only arm64 (read only) 17698080 17809904 111824 0.6
(read/write) 1120472 1123480 3008 0.3
.bss 102952 102952 0 0.0
.data 4448 4448 0 0.0
.data.rel.ro 984080 987056 2976 0.3
.dynamic 560 560 0 0.0
.got 23488 23512 24 0.1
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 718528 733344 14816 2.1
.text 14820324 14910212 89888 0.6
lighting-app debug+rpc+ui (read only) 5213865 5212681 -1184 -0.0
(read/write) 220728 220728 0 0.0
.bss 117264 117264 0 0.0
.data 4880 4880 0 0.0
.data.rel.ro 91048 91048 0 0.0
.dynamic 672 672 0 0.0
.got 5912 5912 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 331604 331668 64 0.0
.text 4642483 4641235 -1248 -0.0
lock-app debug (read only) 4435665 4434481 -1184 -0.0
(read/write) 201048 201048 0 0.0
.bss 112528 112528 0 0.0
.data 4048 4048 0 0.0
.data.rel.ro 77712 77712 0 0.0
.dynamic 624 624 0 0.0
.got 5272 5272 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 245134 245198 64 0.0
.text 3983443 3982195 -1248 -0.0
ota-provider-app debug (read only) 4023945 4022761 -1184 -0.0
(read/write) 187704 187704 0 0.0
.bss 111712 111712 0 0.0
.data 4256 4256 0 0.0
.data.rel.ro 65904 65904 0 0.0
.dynamic 624 624 0 0.0
.got 4504 4504 0 0.0
.init 27 27 0 0.0
.init_array 688 688 0 0.0
.rodata 198574 198638 64 0.0
.text 3640643 3639395 -1248 -0.0
ota-requestor-app debug (read only) 4202441 4201257 -1184 -0.0
(read/write) 195496 195496 0 0.0
.bss 114176 114176 0 0.0
.data 4656 4656 0 0.0
.data.rel.ro 70744 70744 0 0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 202830 202894 64 0.0
.text 3806163 3804915 -1248 -0.0
shell debug (read only) 2883537 2883729 192 0.0
(read/write) 149352 149352 0 0.0
.bss 59272 59272 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 83000 83000 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 203730 203730 0 0.0
.text 2510994 2511186 192 0.0
thermostat-no-ble arm64 (read only) 4408960 4408096 -864 -0.0
(read/write) 241432 241432 0 0.0
.bss 121000 121000 0 0.0
.data 3192 3192 0 0.0
.data.rel.ro 100984 100984 0 0.0
.dynamic 560 560 0 0.0
.got 11800 11800 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 160572 160620 48 0.0
.text 3914260 3913348 -912 -0.0
tv-app debug (read only) 5161289 5160105 -1184 -0.0
(read/write) 345464 345464 0 0.0
.bss 238432 238432 0 0.0
.data 6224 6224 0 0.0
.data.rel.ro 93448 93448 0 0.0
.dynamic 624 624 0 0.0
.got 5592 5592 0 0.0
.init 27 27 0 0.0
.init_array 1104 1104 0 0.0
.rodata 269886 269950 64 0.0
.text 4653443 4652195 -1248 -0.0
tv-casting-app debug (read only) 9543689 9544025 336 0.0
(read/write) 224000 224000 0 0.0
.bss 52224 52224 0 0.0
.data 2864 2864 0 0.0
.data.rel.ro 162184 162184 0 0.0
.dynamic 624 624 0 0.0
.got 5040 5040 0 0.0
.init 27 27 0 0.0
.init_array 1016 1016 0 0.0
.rodata 372100 372228 128 0.0
.text 8733059 8733267 208 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2515936 2515936 0 0.0
.bss 216312 216312 0 0.0
.data 5152 5152 0 0.0
.text 1478620 1478620 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1224940 1224924 -16 -0.0
bss 155370 155370 0 0.0
rodata 139440 139440 0 0.0
text 851056 851040 -16 -0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1326084 1326052 -32 -0.0
bss 138696 138696 0 0.0
rodata 134056 134056 0 0.0
text 762616 762596 -20 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1151920 1151904 -16 -0.0
bss 153489 153489 0 0.0
rodata 111732 111732 0 0.0
text 807600 807588 -12 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841360 841360 0 0.0
(read/write) 1746620 1746716 96 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 189412 189412 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2568 2568 0 0.0
.debug_abbrev 1318230 1318230 0 0.0
.debug_aranges 151360 151360 0 0.0
.debug_frame 507120 507120 0 0.0
.debug_info 29931920 29932531 611 0.0
.debug_line 4098618 4098823 205 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2347234 2347483 249 0.0
.debug_rnglists 146800 146801 1 0.0
.debug_str 4435349 4435357 8 0.0
.heap 841360 841360 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 775993 775993 0 0.0
.symtab 488208 488208 0 0.0
.text 0 0 0 0.0
1546252 1546348 96 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 843208 843208 0 0.0
(read/write) 1664972 1665068 96 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187572 187572 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1285895 1285895 0 0.0
.debug_aranges 148592 148592 0 0.0
.debug_frame 502916 502916 0 0.0
.debug_info 28641204 28641823 619 0.0
.debug_line 4051609 4051814 205 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2305477 2305726 249 0.0
.debug_rnglists 143550 143551 1 0.0
.debug_str 4377520 4377528 8 0.0
.heap 843208 843208 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 703634 703634 0 0.0
.symtab 461856 461856 0 0.0
.text 1466452 1466548 96 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849416 849416 0 0.0
(read/write) 1597644 1597740 96 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181532 181532 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1122122 1122122 0 0.0
.debug_aranges 138952 138952 0 0.0
.debug_frame 466884 466884 0 0.0
.debug_info 23375277 23375929 652 0.0
.debug_line 3622895 3623100 205 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2146578 2146827 249 0.0
.debug_rnglists 133584 133585 1 0.0
.debug_str 4191271 4191279 8 0.0
.heap 849416 849416 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 627131 627131 0 0.0
.symtab 427392 427392 0 0.0
.text 1405332 1405428 96 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821960 821960 0 0.0
(read/write) 1628540 1628636 96 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208988 208988 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1104389 1104389 0 0.0
.debug_aranges 137048 137048 0 0.0
.debug_frame 460144 460144 0 0.0
.debug_info 23073667 23074318 651 0.0
.debug_line 3558278 3558483 205 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2115158 2115407 249 0.0
.debug_rnglists 131108 131109 1 0.0
.debug_str 4146455 4146463 8 0.0
.heap 821960 821960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 597360 597360 0 0.0
.symtab 417680 417680 0 0.0
.text 1408772 1408868 96 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1172504 1172488 -16 -0.0
.bss 99960 99960 0 0.0
.data 788 788 0 0.0
.text 619344 619328 -16 -0.0
lock-app qpg6105+debug (read/write) 1130616 1130600 -16 -0.0
.bss 94816 94816 0 0.0
.data 792 792 0 0.0
.text 577460 577444 -16 -0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1051092 1051124 32 0.0
bss 98292 98292 0 0.0
text 721874 721910 36 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 965464 965496 32 0.0
bss 96288 96288 0 0.0
text 668420 668456 36 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 930852 930892 40 0.0
bss 100308 100308 0 0.0
text 643468 643504 36 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 862596 862636 40 0.0
bss 89972 89972 0 0.0
text 586674 586712 38 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 891208 891240 32 0.0
bss 90516 90516 0 0.0
text 612138 612172 34 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 969408 969448 40 0.0
bss 98648 98648 0 0.0
text 682380 682420 40 0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 980780 980820 40 0.0
bss 102896 102896 0 0.0
text 689900 689934 34 0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1038892 1038932 40 0.0
bss 100204 100204 0 0.0
text 727272 727310 38 0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1070256 1070296 40 0.0
bss 111288 111288 0 0.0
text 747418 747454 36 0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 917708 917748 40 0.0
bss 90636 90636 0 0.0
text 615342 615378 36 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 885164 885204 40 0.0
bss 91248 91248 0 0.0
text 608488 608524 36 0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 868196 868236 40 0.0
bss 90104 90104 0 0.0
text 592434 592472 38 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 855216 855256 40 0.0
bss 89904 89904 0 0.0
text 582778 582816 38 0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 851372 851412 40 0.0
bss 89812 89812 0 0.0
text 578408 578446 38 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 897284 897316 32 0.0
bss 90348 90348 0 0.0
text 617824 617860 36 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 892664 892696 32 0.0
bss 90640 90640 0 0.0
text 612748 612784 36 0.0

@mergify mergify bot merged commit 7fc3ccb into project-chip:master Jul 11, 2023
52 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CERT-BLOCKER] Additional Logging not appearing in TH side logs even when using --trace_decode 1 on 3c8b8c SHA
6 participants