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

Replace DispatchSessionEvent with NotifySessionHang on sessions. #33259

Merged
merged 2 commits into from
May 2, 2024

Conversation

andy31415
Copy link
Contributor

Only a single event was ever dispatched and the pattern of passing in pointers to member methods was not used anywhere else and resulted in fairly unique code.

Spelling out the NotifySessionHang explicitly seems to simplify maintainability.

Only a single event was ever dispatched and the pattern of passing
in pointers to member methods was not used anywhere else and resulted
in fairly unique code.

Spelling out the `NotifySessionHang` explicitly seems to simplify
maintainability.
Copy link

github-actions bot commented May 1, 2024

PR #33259: Size comparison from 5570be9 to fff9f19

Increases (3 builds for bl702l, linux)
platform target config section 5570be9 fff9f19 change % change
bl702l lighting-app bl702l (read/write) 1179440 1179896 456 0.0
linux chip-tool-ipv6only arm64 (read/write) 591744 591968 224 0.0
thermostat-no-ble arm64 (read/write) 248072 248296 224 0.1
Decreases (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section 5570be9 fff9f19 change % change
bl602 lighting-app bl602 (read/write) 1444414 1444358 -56 -0.0
.text 1109294 1109236 -58 -0.0
bl602+mfd (read/write) 1458838 1458782 -56 -0.0
.text 1124612 1124554 -58 -0.0
bl602+rpc (read/write) 1492062 1492006 -56 -0.0
.text 1140940 1140882 -58 -0.0
bl702 lighting-app bl702 (read/write) 1210103 1210043 -60 -0.0
.text 979438 979380 -58 -0.0
bl702+mfd (read/write) 1220939 1220883 -56 -0.0
.text 991192 991134 -58 -0.0
bl702+rpc (read/write) 1301591 1301531 -60 -0.0
.text 1054146 1054088 -58 -0.0
bl706-eth (read/write) 1026521 1026465 -56 -0.0
.text 769292 769234 -58 -0.0
bl706-wifi (read/write) 1262002 1261914 -88 -0.0
.text 1001996 1001908 -88 -0.0
bl702l lighting-app bl702l .text 972292 972234 -58 -0.0
bl702l+mfd (read/write) 1190840 1190780 -60 -0.0
.text 984614 984556 -58 -0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 798420 798348 -72 -0.0
.text 713232 713160 -72 -0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 813704 813640 -64 -0.0
.text 734888 734824 -64 -0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 802988 802924 -64 -0.0
.text 696896 696832 -64 -0.0
pump-app LP_EM_CC1354P10_6 (read only) 755276 755204 -72 -0.0
.text 674432 674360 -72 -0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 740956 740892 -64 -0.0
.text 664328 664264 -64 -0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 605550 605430 -120 -0.0
.rodata 89590 89574 -16 -0.0
.text 513836 513732 -104 -0.0
lock CC3235SF_LAUNCHXL (read only) 651438 651318 -120 -0.0
.rodata 110350 110334 -16 -0.0
.text 538968 538864 -104 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 571615 571543 -72 -0.0
.app_xip_area 461501 461429 -72 -0.0
lock cyw930739m2evb_01 (read/write) 553711 553639 -72 -0.0
.app_xip_area 438925 438853 -72 -0.0
ota-requestor cyw930739m2evb_01 (read/write) 574343 574271 -72 -0.0
.app_xip_area 465725 465653 -72 -0.0
switch cyw930739m2evb_01 (read/write) 566863 566791 -72 -0.0
.app_xip_area 455061 454989 -72 -0.0
efr32 lighting-app BRD4187C (read/write) 1070852 1070788 -64 -0.0
.text 887392 887328 -64 -0.0
lock-app BRD4338a (read/write) 962188 962052 -136 -0.0
.text 700312 700176 -136 -0.0
window-app BRD4187C (read/write) 1137624 1137504 -120 -0.0
.text 969668 969548 -120 -0.0
esp32 all-clusters-app c3devkit (read only) 1215008 1214966 -42 -0.0
.flash.text 1215008 1214966 -42 -0.0
m5stack (read only) 1256639 1256615 -24 -0.0
.flash.text 1250475 1250451 -24 -0.0
linux air-purifier-app debug (read only) 2713565 2713357 -208 -0.0
.text 2344085 2343877 -208 -0.0
all-clusters-app debug (read only) 6025529 6025321 -208 -0.0
.text 5234083 5233875 -208 -0.0
all-clusters-minimal-app debug (read only) 5309673 5309465 -208 -0.0
.text 4777667 4777459 -208 -0.0
bridge-app debug (read only) 4700281 4700089 -192 -0.0
.text 4242243 4242051 -192 -0.0
chip-tool debug (read only) 12145017 12144809 -208 -0.0
.text 10981299 10981091 -208 -0.0
chip-tool-ipv6only arm64 (read only) 11473460 11473236 -224 -0.0
.text 10231368 1023114 -224 -0.0
lighting-app debug+rpc+ui (read only) 5623873 5623681 -192 -0.0
.text 5015555 5015363 -192 -0.0
lock-app debug (read only) 4767337 4767129 -208 -0.0
.text 4292451 4292243 -208 -0.0
ota-provider-app debug (read only) 4375241 4375033 -208 -0.0
.text 3966179 3965971 -208 -0.0
ota-requestor-app debug (read only) 4505929 4505737 -192 -0.0
.text 4086243 4086051 -192 -0.0
shell debug (read only) 2997265 2997057 -208 -0.0
.text 2628578 2628370 -208 -0.0
thermostat-no-ble arm64 (read only) 4493868 4493644 -224 -0.0
.text 3990792 3990568 -224 -0.0
tv-app debug (read only) 5823537 5823329 -208 -0.0
.text 5280659 5280451 -208 -0.0
tv-casting-app debug (read only) 9984073 9983865 -208 -0.0
.text 9126387 9126179 -208 -0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2536808 2536744 -64 -0.0
.text 1499492 1499428 -64 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1060328 1060264 -64 -0.0
text 772440 772372 -68 -0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1237560 1237496 -64 -0.0
text 798740 798672 -68 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1008160 1008096 -64 -0.0
text 734040 733972 -68 -0.0
nxp contact k32w0+release (read only) 576572 576508 -64 -0.0
.text 576036 575972 -64 -0.0
k32w1+release (read/write) 704060 703996 -64 -0.0
.text 590592 590528 -64 -0.0
light k32w0+release (read only) 610632 610568 -64 -0.0
.text 610096 610032 -64 -0.0
k32w1+release (read/write) 795904 795840 -64 -0.0
.text 673712 673648 -64 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1826884 1826772 -112 -0.0
.text 1611444 1611332 -112 -0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1748220 1748108 -112 -0.0
.text 1535876 1535764 -112 -0.0
light cy8ckit_062s2_43012 (read/write) 1666700 1666572 -128 -0.0
.text 1461076 1460948 -128 -0.0
lock cy8ckit_062s2_43012 (read/write) 1695348 1695220 -128 -0.0
.text 1462660 1462532 -128 -0.0
qpg lighting-app qpg6105+debug (read/write) 1134220 1134156 -64 -0.0
.text 646600 646536 -64 -0.0
lock-app qpg6105+debug (read/write) 1094076 1094004 -72 -0.0
.text 606460 606388 -72 -0.0
stm32 light STM32WB5MM-DK (read/write) 605881 605809 -72 -0.0
.text 386440 386368 -72 -0.0
telink air-quality-sensor-app tlsr9528a_retention (read/write) 834098 834058 -40 -0.0
text 624766 624724 -42 -0.0
all-clusters-app tlsr9518adk80d (read/write) 1096440 1096400 -40 -0.0
text 797444 797402 -42 -0.0
all-clusters-minimal-app tlsr9528a (read/write) 1058956 1058916 -40 -0.0
text 772804 772762 -42 -0.0
bridge-app tlsr9518adk80d (read/write) 914604 914556 -48 -0.0
text 656406 656364 -42 -0.0
contact-sensor-app tlsr9528a_retention (read/write) 836458 836410 -48 -0.0
text 627186 627144 -42 -0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 937224 937184 -40 -0.0
text 703800 703758 -42 -0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read/write) 1090988 1090948 -40 -0.0
text 794392 794350 -42 -0.0
lock-app-dfu tlsr9528a (read/write) 911568 911528 -40 -0.0
text 660584 660542 -42 -0.0
ota-requestor-app tlsr9518adk80d (read/write) 933400 933360 -40 -0.0
text 675392 675350 -42 -0.0
pump-app tlsr9258a (read/write) 834016 833976 -40 -0.0
text 624192 624150 -42 -0.0
pump-controller-app tlsr9518adk80d (read/write) 800136 800088 -48 -0.0
text 599094 599052 -42 -0.0
shell tlsr9518adk80d (read/write) 676100 676056 -44 -0.0
text 461782 461740 -42 -0.0
smoke_co_alarm-app tlsr9528a_retention (read/write) 844318 844278 -40 -0.0
text 633854 633812 -42 -0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read/write) 858977 858929 -48 -0.0
text 642634 642592 -42 -0.0
thermostat tlsr9518adk80d (read/write) 825692 825652 -40 -0.0
text 618656 618614 -42 -0.0
window-covering tlsr9258a (read/write) 838712 838672 -40 -0.0
text 626460 626418 -42 -0.0
Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section 5570be9 fff9f19 change % change
bl602 lighting-app bl602 (read/write) 1444414 1444358 -56 -0.0
.bss 85744 85744 0 0.0
.data 9512 9512 0 0.0
.rodata 159200 159200 0 0.0
.text 1109294 1109236 -58 -0.0
bl602+mfd (read/write) 1458838 1458782 -56 -0.0
.bss 85912 85912 0 0.0
.data 9488 9488 0 0.0
.rodata 158160 158160 0 0.0
.text 1124612 1124554 -58 -0.0
bl602+rpc (read/write) 1492062 1492006 -56 -0.0
.bss 93784 93784 0 0.0
.data 9888 9888 0 0.0
.rodata 166768 166768 0 0.0
.text 1140940 1140882 -58 -0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1210103 1210043 -60 -0.0
.bss 11185 11185 0 0.0
.data 3704 3704 0 0.0
.rodata 108796 108796 0 0.0
.text 979438 979380 -58 -0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1220939 1220883 -56 -0.0
.bss 11361 11361 0 0.0
.data 3688 3688 0 0.0
.rodata 107736 107736 0 0.0
.text 991192 991134 -58 -0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1301591 1301531 -60 -0.0
.bss 19669 19669 0 0.0
.data 4248 4248 0 0.0
.rodata 124168 124168 0 0.0
.text 1054146 1054088 -58 -0.0
bl706-eth (read/write) 1026521 1026465 -56 -0.0
.bss 23760 23760 0 0.0
.data 3256 3256 0 0.0
.rodata 101892 101892 0 0.0
.text 769292 769234 -58 -0.0
bl706-wifi (read/write) 1262002 1261914 -88 -0.0
.bss 10645 10645 0 0.0
.data 3704 3704 0 0.0
.rodata 122884 122884 0 0.0
.text 1001996 1001908 -88 -0.0
bl702l lighting-app bl702l (read/write) 1179440 1179896 456 0.0
.bss 16396 16396 0 0.0
.data 5072 5072 0 0.0
.rodata 102800 102800 0 0.0
.text 972292 972234 -58 -0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1190840 1190780 -60 -0.0
.bss 16572 16572 0 0.0
.data 5048 5048 0 0.0
.rodata 101740 101740 0 0.0
.text 984614 984556 -58 -0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 798420 798348 -72 -0.0
(read/write) 177612 177612 0 0.0
.bss 99556 99556 0 0.0
.data 3588 3588 0 0.0
.rodata 84924 84924 0 0.0
.text 713232 713160 -72 -0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 813704 813640 -64 -0.0
(read/write) 188100 188100 0 0.0
.bss 110044 110044 0 0.0
.data 3588 3588 0 0.0
.rodata 78552 78552 0 0.0
.text 734888 734824 -64 -0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 802988 802924 -64 -0.0
(read/write) 182220 182220 0 0.0
.bss 104164 104164 0 0.0
.data 3588 3588 0 0.0
.rodata 105828 105828 0 0.0
.text 696896 696832 -64 -0.0
pump-app LP_EM_CC1354P10_6 (read only) 755276 755204 -72 -0.0
(read/write) 176588 176588 0 0.0
.bss 98296 98296 0 0.0
.data 3580 3580 0 0.0
.rodata 80580 80580 0 0.0
.text 674432 674360 -72 -0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 740956 740892 -64 -0.0
(read/write) 176796 176796 0 0.0
.bss 98520 98520 0 0.0
.data 3572 3572 0 0.0
.rodata 76364 76364 0 0.0
.text 664328 664264 -64 -0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 605550 605430 -120 -0.0
(read/write) 209572 209572 0 0.0
.bss 202796 202796 0 0.0
.data 1652 1652 0 0.0
.rodata 89590 89574 -16 -0.0
.text 513836 513732 -104 -0.0
lock CC3235SF_LAUNCHXL (read only) 651438 651318 -120 -0.0
(read/write) 209836 209836 0 0.0
.bss 203200 203200 0 0.0
.data 1516 1516 0 0.0
.rodata 110350 110334 -16 -0.0
.text 538968 538864 -104 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 571615 571543 -72 -0.0
.app_xip_area 461501 461429 -72 -0.0
.bss 64932 64932 0 0.0
.data 760 760 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 553711 553639 -72 -0.0
.app_xip_area 438925 438853 -72 -0.0
.bss 69596 69596 0 0.0
.data 768 768 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 574343 574271 -72 -0.0
.app_xip_area 465725 465653 -72 -0.0
.bss 63476 63476 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 566863 566791 -72 -0.0
.app_xip_area 455061 454989 -72 -0.0
.bss 66580 66580 0 0.0
.data 800 800 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4187C (read/write) 1070852 1070788 -64 -0.0
.bss 180008 180008 0 0.0
.data 3432 3432 0 0.0
.text 887392 887328 -64 -0.0
lock-app BRD4338a (read/write) 962188 962052 -136 -0.0
.bss 213064 213064 0 0.0
.data 29448 29448 0 0.0
.text 700312 700176 -136 -0.0
window-app BRD4187C (read/write) 1137624 1137504 -120 -0.0
.bss 164600 164600 0 0.0
.data 3336 3336 0 0.0
.text 969668 969548 -120 -0.0
esp32 all-clusters-app c3devkit (read only) 1215008 1214966 -42 -0.0
(read/write) 1751288 1751288 0 0.0
.dram0.bss 74592 74592 0 0.0
.dram0.data 13652 13652 0 0.0
.flash.rodata 253512 253512 0 0.0
.flash.text 1215008 1214966 -42 -0.0
.iram0.text 75570 75570 0 0.0
m5stack (read only) 1256639 1256615 -24 -0.0
(read/write) 537700 537700 0 0.0
.dram0.bss 81344 81344 0 0.0
.dram0.data 35196 35196 0 0.0
.flash.rodata 285240 285240 0 0.0
.flash.text 1250475 1250451 -24 -0.0
.iram0.text 125403 125403 0 0.0
linux air-purifier-app debug (read only) 2713565 2713357 -208 -0.0
(read/write) 132432 132432 0 0.0
.bss 47720 47720 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 76440 76440 0 0.0
.dynamic 608 608 0 0.0
.got 4576 4576 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 186544 186544 0 0.0
.text 2344085 2343877 -208 -0.0
all-clusters-app debug (read only) 6025529 6025321 -208 -0.0
(read/write) 483912 483912 0 0.0
.bss 136000 136000 0 0.0
.data 4560 4560 0 0.0
.data.rel.ro 335912 335912 0 0.0
.dynamic 624 624 0 0.0
.got 5344 5344 0 0.0
.init 27 27 0 0.0
.init_array 1440 1440 0 0.0
.rodata 352944 352944 0 0.0
.text 5234083 5233875 -208 -0.0
all-clusters-minimal-app debug (read only) 5309673 5309465 -208 -0.0
(read/write) 239928 239928 0 0.0
.bss 128864 128864 0 0.0
.data 4464 4464 0 0.0
.data.rel.ro 99496 99496 0 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 292170 292170 0 0.0
.text 4777667 4777459 -208 -0.0
bridge-app debug (read only) 4700281 4700089 -192 -0.0
(read/write) 220840 220840 0 0.0
.bss 119392 119392 0 0.0
.data 6240 6240 0 0.0
.data.rel.ro 88464 88464 0 0.0
.dynamic 624 624 0 0.0
.got 5232 5232 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 232618 232618 0 0.0
.text 4242243 4242051 -192 -0.0
chip-tool debug (read only) 12145017 12144809 -208 -0.0
(read/write) 524288 524288 0 0.0
.bss 95032 95032 0 0.0
.data 5122 5122 0 0.0
.data.rel.ro 416904 416904 0 0.0
.dynamic 624 624 0 0.0
.got 5736 5736 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 453081 453081 0 0.0
.text 10981299 10981091 -208 -0.0
chip-tool-ipv6only arm64 (read only) 11473460 11473236 -224 -0.0
(read/write) 591744 591968 224 0.0
.bss 104008 104008 0 0.0
.data 4520 4520 0 0.0
.data.rel.ro 457000 457000 0 0.0
.dynamic 512 512 0 0.0
.got 17232 17232 0 0.0
.init 24 24 0 0.0
.init_array 280 280 0 0.0
.rodata 357476 357476 0 0.0
.text 10231368 1023114 -224 -0.0
lighting-app debug+rpc+ui (read only) 5623873 5623681 -192 -0.0
(read/write) 229640 229640 0 0.0
.bss 120336 120336 0 0.0
.data 4896 4896 0 0.0
.data.rel.ro 96880 96880 0 0.0
.dynamic 672 672 0 0.0
.got 5864 5864 0 0.0
.init 27 27 0 0.0
.init_array 976 976 0 0.0
.rodata 356468 356468 0 0.0
.text 5015555 5015363 -192 -0.0
lock-app debug (read only) 4767337 4767129 -208 -0.0
(read/write) 208032 208032 0 0.0
.bss 114664 114664 0 0.0
.data 4192 4192 0 0.0
.data.rel.ro 82472 82472 0 0.0
.dynamic 624 624 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 880 880 0 0.0
.rodata 258538 258538 0 0.0
.text 4292451 4292243 -208 -0.0
ota-provider-app debug (read only) 4375241 4375033 -208 -0.0
(read/write) 196504 196504 0 0.0
.bss 114464 114464 0 0.0
.data 4368 4368 0 0.0
.data.rel.ro 71712 71712 0 0.0
.dynamic 624 624 0 0.0
.got 4552 4552 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 211370 211370 0 0.0
.text 3966179 3965971 -208 -0.0
ota-requestor-app debug (read only) 4505929 4505737 -192 -0.0
(read/write) 200872 200872 0 0.0
.bss 115360 115360 0 0.0
.data 4768 4768 0 0.0
.data.rel.ro 74816 74816 0 0.0
.dynamic 624 624 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 217450 217450 0 0.0
.text 4086243 4086051 -192 -0.0
shell debug (read only) 2997265 2997057 -208 -0.0
(read/write) 159376 159376 0 0.0
.bss 63504 63504 0 0.0
.data 1424 1424 0 0.0
.data.rel.ro 88608 88608 0 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1112 1112 0 0.0
.rodata 189824 189824 0 0.0
.text 2628578 2628370 -208 -0.0
thermostat-no-ble arm64 (read only) 4493868 4493644 -224 -0.0
(read/write) 248072 248296 224 0.1
.bss 122968 122968 0 0.0
.data 3408 3408 0 0.0
.data.rel.ro 105912 105912 0 0.0
.dynamic 512 512 0 0.0
.got 8960 8960 0 0.0
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 161876 161876 0 0.0
.text 3990792 3990568 -224 -0.0
tv-app debug (read only) 5823537 5823329 -208 -0.0
(read/write) 355224 355224 0 0.0
.bss 245136 245136 0 0.0
.data 6560 6560 0 0.0
.data.rel.ro 96248 96248 0 0.0
.dynamic 624 624 0 0.0
.got 5464 5464 0 0.0
.init 27 27 0 0.0
.init_array 1184 1184 0 0.0
.rodata 296746 296746 0 0.0
.text 5280659 5280451 -208 -0.0
tv-casting-app debug (read only) 9984073 9983865 -208 -0.0
(read/write) 345632 345632 0 0.0
.bss 159448 159448 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 176208 176208 0 0.0
.dynamic 624 624 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 1216 1216 0 0.0
.rodata 386840 386840 0 0.0
.text 9126387 9126179 -208 -0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2536808 2536744 -64 -0.0
.bss 220768 220768 0 0.0
.data 5216 5216 0 0.0
.text 1499492 1499428 -64 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1060328 1060264 -64 -0.0
bss 139123 139123 0 0.0
rodata 101544 101544 0 0.0
text 772440 772372 -68 -0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1237560 1237496 -64 -0.0
bss 137419 137419 0 0.0
rodata 151376 151376 0 0.0
text 798740 798672 -68 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1008160 1008096 -64 -0.0
bss 138029 138029 0 0.0
rodata 88808 88808 0 0.0
text 734040 733972 -68 -0.0
nxp contact k32w0+release (read only) 576572 576508 -64 -0.0
(read/write) 83164 83164 0 0.0
.bss 67880 67880 0 0.0
.data 2188 2188 0 0.0
.text 576036 575972 -64 -0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 704060 703996 -64 -0.0
.bss 71224 71224 0 0.0
.data 2864 2864 0 0.0
.text 590592 590528 -64 -0.0
light k32w0+release (read only) 610632 610568 -64 -0.0
(read/write) 82624 82624 0 0.0
.bss 67320 67320 0 0.0
.data 2208 2208 0 0.0
.text 610096 610032 -64 -0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 795904 795840 -64 -0.0
.bss 80760 80760 0 0.0
.data 2064 2064 0 0.0
.text 673712 673648 -64 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 826288 826288 0 0.0
(read/write) 1826884 1826772 -112 -0.0
.bss 204308 204308 0 0.0
.data 2744 2744 0 0.0
.text 1611444 1611332 -112 -0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 829384 829384 0 0.0
(read/write) 1748220 1748108 -112 -0.0
.bss 201236 201236 0 0.0
.data 2720 2720 0 0.0
.text 1535876 1535764 -112 -0.0
light cy8ckit_062s2_43012 (read only) 836104 836104 0 0.0
(read/write) 1666700 1666572 -128 -0.0
.bss 194700 194700 0 0.0
.data 2536 2536 0 0.0
.text 1461076 1460948 -128 -0.0
lock cy8ckit_062s2_43012 (read only) 809040 809040 0 0.0
(read/write) 1695348 1695220 -128 -0.0
.bss 221780 221780 0 0.0
.data 2520 2520 0 0.0
.text 1462660 1462532 -128 -0.0
qpg lighting-app qpg6105+debug (read/write) 1134220 1134156 -64 -0.0
.bss 102644 102644 0 0.0
.data 856 856 0 0.0
.text 646600 646536 -64 -0.0
lock-app qpg6105+debug (read/write) 1094076 1094004 -72 -0.0
.bss 97316 97316 0 0.0
.data 860 860 0 0.0
.text 606460 606388 -72 -0.0
stm32 light STM32WB5MM-DK (read/write) 605881 605809 -72 -0.0
.bss 128492 128492 0 0.0
.data 688 688 0 0.0
.rodata 80516 80516 0 0.0
.text 386440 386368 -72 -0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 834098 834058 -40 -0.0
bss 49876 49876 0 0.0
text 624766 624724 -42 -0.0
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1096440 1096400 -40 -0.0
bss 101544 101544 0 0.0
text 797444 797402 -42 -0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1058956 1058916 -40 -0.0
bss 110040 110040 0 0.0
text 772804 772762 -42 -0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 914604 914556 -48 -0.0
bss 92796 92796 0 0.0
text 656406 656364 -42 -0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 836458 836410 -48 -0.0
bss 49920 49920 0 0.0
text 627186 627144 -42 -0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 937224 937184 -40 -0.0
bss 77532 77532 0 0.0
text 703800 703758 -42 -0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1090988 1090948 -40 -0.0
bss 99888 99888 0 0.0
text 794392 794350 -42 -0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 911568 911528 -40 -0.0
bss 69200 69200 0 0.0
text 660584 660542 -42 -0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 933400 933360 -40 -0.0
bss 92500 92500 0 0.0
text 675392 675350 -42 -0.0
pump-app tlsr9258a (read only) 52490 52490 0 0.0
(read/write) 834016 833976 -40 -0.0
bss 58164 58164 0 0.0
text 624192 624150 -42 -0.0
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 800136 800088 -48 -0.0
bss 56092 56092 0 0.0
text 599094 599052 -42 -0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 676100 676056 -44 -0.0
bss 73412 73412 0 0.0
text 461782 461740 -42 -0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 844318 844278 -40 -0.0
bss 51548 51548 0 0.0
text 633854 633812 -42 -0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 858977 858929 -48 -0.0
bss 59716 59716 0 0.0
text 642634 642592 -42 -0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 825692 825652 -40 -0.0
bss 56424 56424 0 0.0
text 618656 618614 -42 -0.0
window-covering tlsr9258a (read only) 52490 52490 0 0.0
(read/write) 838712 838672 -40 -0.0
bss 58380 58380 0 0.0
text 626460 626418 -42 -0.0

src/transport/Session.h Outdated Show resolved Hide resolved
Co-authored-by: mkardous-silabs <84793247+mkardous-silabs@users.noreply.github.com>
Copy link

github-actions bot commented May 2, 2024

PR #33259: Size comparison from 5570be9 to e29221d

Increases (11 builds for bl702l, esp32, linux, nrfconnect, telink)
platform target config section 5570be9 e29221d change % change
bl702l lighting-app bl702l (read/write) 1179440 1179896 456 0.0
esp32 all-clusters-app c3devkit (read/write) 1751288 1751296 8 0.0
.flash.rodata 253512 253520 8 0.0
m5stack (read only) 1256639 1256683 44 0.0
(read/write) 537700 537708 8 0.0
.flash.rodata 285240 285248 8 0.0
.flash.text 1250475 1250519 44 0.0
linux all-clusters-app debug (read only) 6025529 6026057 528 0.0
(read/write) 483912 483976 64 0.0
.data.rel.ro 335912 335960 48 0.0
.rodata 352944 353264 320 0.1
.text 5234083 5234147 64 0.0
chip-tool-ipv6only arm64 (read/write) 591744 591856 112 0.0
shell debug (read only) 2997265 2997585 320 0.0
(read/write) 159376 159408 32 0.0
.data.rel.ro 88608 88640 32 0.0
.rodata 189824 189984 160 0.1
.text 2628578 2628642 64 0.0
thermostat-no-ble arm64 (read/write) 248072 248216 144 0.1
.bss 122968 122984 16 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 rodata 101544 101552 8 0.0
nrf7002dk_nrf5340_cpuapp rodata 151376 151384 8 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 1096440 1096448 8 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 937224 937232 8 0.0
Decreases (68 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section 5570be9 e29221d change % change
bl602 lighting-app bl602 (read/write) 1444414 1444358 -56 -0.0
.text 1109294 1109236 -58 -0.0
bl602+mfd (read/write) 1458838 1458782 -56 -0.0
.text 1124612 1124554 -58 -0.0
bl602+rpc (read/write) 1492062 1492006 -56 -0.0
.text 1140940 1140882 -58 -0.0
bl702 lighting-app bl702 (read/write) 1210103 1210043 -60 -0.0
.text 979438 979380 -58 -0.0
bl702+mfd (read/write) 1220939 1220883 -56 -0.0
.text 991192 991134 -58 -0.0
bl702+rpc (read/write) 1301591 1301531 -60 -0.0
.text 1054146 1054088 -58 -0.0
bl706-eth (read/write) 1026521 1026465 -56 -0.0
.text 769292 769234 -58 -0.0
bl706-wifi (read/write) 1262002 1261914 -88 -0.0
.text 1001996 1001908 -88 -0.0
bl702l lighting-app bl702l .text 972292 972234 -58 -0.0
bl702l+mfd (read/write) 1190840 1190780 -60 -0.0
.text 984614 984556 -58 -0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 798420 798348 -72 -0.0
.text 713232 713160 -72 -0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 813704 813640 -64 -0.0
.text 734888 734824 -64 -0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 802988 802924 -64 -0.0
.text 696896 696832 -64 -0.0
pump-app LP_EM_CC1354P10_6 (read only) 755276 755204 -72 -0.0
.text 674432 674360 -72 -0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 740956 740892 -64 -0.0
.text 664328 664264 -64 -0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 605550 605430 -120 -0.0
.rodata 89590 89574 -16 -0.0
.text 513836 513732 -104 -0.0
lock CC3235SF_LAUNCHXL (read only) 651438 651318 -120 -0.0
.rodata 110350 110334 -16 -0.0
.text 538968 538864 -104 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 571615 571543 -72 -0.0
.app_xip_area 461501 461429 -72 -0.0
lock cyw930739m2evb_01 (read/write) 553711 553639 -72 -0.0
.app_xip_area 438925 438853 -72 -0.0
ota-requestor cyw930739m2evb_01 (read/write) 574343 574271 -72 -0.0
.app_xip_area 465725 465653 -72 -0.0
switch cyw930739m2evb_01 (read/write) 566863 566847 -16 -0.0
.app_xip_area 455061 455045 -16 -0.0
efr32 lighting-app BRD4187C (read/write) 1070852 1070788 -64 -0.0
.text 887392 887328 -64 -0.0
lock-app BRD4338a (read/write) 962188 962052 -136 -0.0
.text 700312 700176 -136 -0.0
window-app BRD4187C (read/write) 1137624 1137504 -120 -0.0
.text 969668 969548 -120 -0.0
esp32 all-clusters-app c3devkit (read only) 1215008 1215006 -2 -0.0
.flash.text 1215008 1215006 -2 -0.0
linux air-purifier-app debug (read only) 2713565 2713485 -80 -0.0
.text 2344085 2344005 -80 -0.0
all-clusters-minimal-app debug (read only) 5309673 5309593 -80 -0.0
.text 4777667 4777587 -80 -0.0
bridge-app debug (read only) 4700281 4700201 -80 -0.0
.text 4242243 4242163 -80 -0.0
chip-tool debug (read only) 12145017 12144937 -80 -0.0
.text 10981299 10981219 -80 -0.0
chip-tool-ipv6only arm64 (read only) 11473460 11473348 -112 -0.0
.text 10231368 10231256 -112 -0.0
lighting-app debug+rpc+ui (read only) 5623873 5623793 -80 -0.0
.text 5015555 5015475 -80 -0.0
lock-app debug (read only) 4767337 4767241 -96 -0.0
.text 4292451 4292355 -96 -0.0
ota-provider-app debug (read only) 4375241 4375145 -96 -0.0
.text 3966179 3966083 -96 -0.0
ota-requestor-app debug (read only) 4505929 4505849 -80 -0.0
.text 4086243 4086163 -80 -0.0
thermostat-no-ble arm64 (read only) 4493868 4493740 -128 -0.0
.text 3990792 3990664 -128 -0.0
tv-app debug (read only) 5823537 5823441 -96 -0.0
.text 5280659 5280563 -96 -0.0
tv-casting-app debug (read only) 9984073 9983993 -80 -0.0
.text 9126387 9126307 -80 -0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2536808 2536744 -64 -0.0
.text 1499492 1499428 -64 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1060328 1060320 -8 -0.0
text 772440 772420 -20 -0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1237560 1237552 -8 -0.0
text 798740 798712 -28 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1008160 1008096 -64 -0.0
text 734040 733972 -68 -0.0
nxp contact k32w0+release (read only) 576572 576508 -64 -0.0
.text 576036 575972 -64 -0.0
k32w1+release (read/write) 704060 703996 -64 -0.0
.text 590592 590528 -64 -0.0
light k32w0+release (read only) 610632 610568 -64 -0.0
.text 610096 610032 -64 -0.0
k32w1+release (read/write) 795904 795840 -64 -0.0
.text 673712 673648 -64 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1826884 1826836 -48 -0.0
.text 1611444 1611396 -48 -0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1748220 1748108 -112 -0.0
.text 1535876 1535764 -112 -0.0
light cy8ckit_062s2_43012 (read/write) 1666700 1666572 -128 -0.0
.text 1461076 1460948 -128 -0.0
lock cy8ckit_062s2_43012 (read/write) 1695348 1695220 -128 -0.0
.text 1462660 1462532 -128 -0.0
qpg lighting-app qpg6105+debug (read/write) 1134220 1134156 -64 -0.0
.text 646600 646536 -64 -0.0
lock-app qpg6105+debug (read/write) 1094076 1094004 -72 -0.0
.text 606460 606388 -72 -0.0
stm32 light STM32WB5MM-DK (read/write) 605881 605809 -72 -0.0
.text 386440 386368 -72 -0.0
telink air-quality-sensor-app tlsr9528a_retention (read/write) 834098 834058 -40 -0.0
text 624766 624724 -42 -0.0
all-clusters-app tlsr9518adk80d text 797444 797442 -2 -0.0
all-clusters-minimal-app tlsr9528a (read/write) 1058956 1058916 -40 -0.0
text 772804 772762 -42 -0.0
bridge-app tlsr9518adk80d (read/write) 914604 914556 -48 -0.0
text 656406 656364 -42 -0.0
contact-sensor-app tlsr9528a_retention (read/write) 836458 836410 -48 -0.0
text 627186 627144 -42 -0.0
light-switch-app-ota-shell-factory-data tlsr9528a text 703800 703798 -2 -0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read/write) 1090988 1090948 -40 -0.0
text 794392 794350 -42 -0.0
lock-app-dfu tlsr9528a (read/write) 911568 911528 -40 -0.0
text 660584 660542 -42 -0.0
ota-requestor-app tlsr9518adk80d (read/write) 933400 933360 -40 -0.0
text 675392 675350 -42 -0.0
pump-app tlsr9258a (read/write) 834016 833976 -40 -0.0
text 624192 624150 -42 -0.0
pump-controller-app tlsr9518adk80d (read/write) 800136 800088 -48 -0.0
text 599094 599052 -42 -0.0
shell tlsr9518adk80d (read/write) 676100 676056 -44 -0.0
text 461782 461740 -42 -0.0
smoke_co_alarm-app tlsr9528a_retention (read/write) 844318 844278 -40 -0.0
text 633854 633812 -42 -0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read/write) 858977 858929 -48 -0.0
text 642634 642592 -42 -0.0
thermostat tlsr9518adk80d (read/write) 825692 825652 -40 -0.0
text 618656 618614 -42 -0.0
window-covering tlsr9258a (read/write) 838712 838672 -40 -0.0
text 626460 626418 -42 -0.0
Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
platform target config section 5570be9 e29221d change % change
bl602 lighting-app bl602 (read/write) 1444414 1444358 -56 -0.0
.bss 85744 85744 0 0.0
.data 9512 9512 0 0.0
.rodata 159200 159200 0 0.0
.text 1109294 1109236 -58 -0.0
bl602+mfd (read/write) 1458838 1458782 -56 -0.0
.bss 85912 85912 0 0.0
.data 9488 9488 0 0.0
.rodata 158160 158160 0 0.0
.text 1124612 1124554 -58 -0.0
bl602+rpc (read/write) 1492062 1492006 -56 -0.0
.bss 93784 93784 0 0.0
.data 9888 9888 0 0.0
.rodata 166768 166768 0 0.0
.text 1140940 1140882 -58 -0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1210103 1210043 -60 -0.0
.bss 11185 11185 0 0.0
.data 3704 3704 0 0.0
.rodata 108796 108796 0 0.0
.text 979438 979380 -58 -0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1220939 1220883 -56 -0.0
.bss 11361 11361 0 0.0
.data 3688 3688 0 0.0
.rodata 107736 107736 0 0.0
.text 991192 991134 -58 -0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1301591 1301531 -60 -0.0
.bss 19669 19669 0 0.0
.data 4248 4248 0 0.0
.rodata 124168 124168 0 0.0
.text 1054146 1054088 -58 -0.0
bl706-eth (read/write) 1026521 1026465 -56 -0.0
.bss 23760 23760 0 0.0
.data 3256 3256 0 0.0
.rodata 101892 101892 0 0.0
.text 769292 769234 -58 -0.0
bl706-wifi (read/write) 1262002 1261914 -88 -0.0
.bss 10645 10645 0 0.0
.data 3704 3704 0 0.0
.rodata 122884 122884 0 0.0
.text 1001996 1001908 -88 -0.0
bl702l lighting-app bl702l (read/write) 1179440 1179896 456 0.0
.bss 16396 16396 0 0.0
.data 5072 5072 0 0.0
.rodata 102800 102800 0 0.0
.text 972292 972234 -58 -0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1190840 1190780 -60 -0.0
.bss 16572 16572 0 0.0
.data 5048 5048 0 0.0
.rodata 101740 101740 0 0.0
.text 984614 984556 -58 -0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 798420 798348 -72 -0.0
(read/write) 177612 177612 0 0.0
.bss 99556 99556 0 0.0
.data 3588 3588 0 0.0
.rodata 84924 84924 0 0.0
.text 713232 713160 -72 -0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 813704 813640 -64 -0.0
(read/write) 188100 188100 0 0.0
.bss 110044 110044 0 0.0
.data 3588 3588 0 0.0
.rodata 78552 78552 0 0.0
.text 734888 734824 -64 -0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 802988 802924 -64 -0.0
(read/write) 182220 182220 0 0.0
.bss 104164 104164 0 0.0
.data 3588 3588 0 0.0
.rodata 105828 105828 0 0.0
.text 696896 696832 -64 -0.0
pump-app LP_EM_CC1354P10_6 (read only) 755276 755204 -72 -0.0
(read/write) 176588 176588 0 0.0
.bss 98296 98296 0 0.0
.data 3580 3580 0 0.0
.rodata 80580 80580 0 0.0
.text 674432 674360 -72 -0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 740956 740892 -64 -0.0
(read/write) 176796 176796 0 0.0
.bss 98520 98520 0 0.0
.data 3572 3572 0 0.0
.rodata 76364 76364 0 0.0
.text 664328 664264 -64 -0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 605550 605430 -120 -0.0
(read/write) 209572 209572 0 0.0
.bss 202796 202796 0 0.0
.data 1652 1652 0 0.0
.rodata 89590 89574 -16 -0.0
.text 513836 513732 -104 -0.0
lock CC3235SF_LAUNCHXL (read only) 651438 651318 -120 -0.0
(read/write) 209836 209836 0 0.0
.bss 203200 203200 0 0.0
.data 1516 1516 0 0.0
.rodata 110350 110334 -16 -0.0
.text 538968 538864 -104 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 571615 571543 -72 -0.0
.app_xip_area 461501 461429 -72 -0.0
.bss 64932 64932 0 0.0
.data 760 760 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 553711 553639 -72 -0.0
.app_xip_area 438925 438853 -72 -0.0
.bss 69596 69596 0 0.0
.data 768 768 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 574343 574271 -72 -0.0
.app_xip_area 465725 465653 -72 -0.0
.bss 63476 63476 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 566863 566847 -16 -0.0
.app_xip_area 455061 455045 -16 -0.0
.bss 66580 66580 0 0.0
.data 800 800 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4187C (read/write) 1070852 1070788 -64 -0.0
.bss 180008 180008 0 0.0
.data 3432 3432 0 0.0
.text 887392 887328 -64 -0.0
lock-app BRD4338a (read/write) 962188 962052 -136 -0.0
.bss 213064 213064 0 0.0
.data 29448 29448 0 0.0
.text 700312 700176 -136 -0.0
window-app BRD4187C (read/write) 1137624 1137504 -120 -0.0
.bss 164600 164600 0 0.0
.data 3336 3336 0 0.0
.text 969668 969548 -120 -0.0
esp32 all-clusters-app c3devkit (read only) 1215008 1215006 -2 -0.0
(read/write) 1751288 1751296 8 0.0
.dram0.bss 74592 74592 0 0.0
.dram0.data 13652 13652 0 0.0
.flash.rodata 253512 253520 8 0.0
.flash.text 1215008 1215006 -2 -0.0
.iram0.text 75570 75570 0 0.0
m5stack (read only) 1256639 1256683 44 0.0
(read/write) 537700 537708 8 0.0
.dram0.bss 81344 81344 0 0.0
.dram0.data 35196 35196 0 0.0
.flash.rodata 285240 285248 8 0.0
.flash.text 1250475 1250519 44 0.0
.iram0.text 125403 125403 0 0.0
linux air-purifier-app debug (read only) 2713565 2713485 -80 -0.0
(read/write) 132432 132432 0 0.0
.bss 47720 47720 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 76440 76440 0 0.0
.dynamic 608 608 0 0.0
.got 4576 4576 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 186544 186544 0 0.0
.text 2344085 2344005 -80 -0.0
all-clusters-app debug (read only) 6025529 6026057 528 0.0
(read/write) 483912 483976 64 0.0
.bss 136000 136000 0 0.0
.data 4560 4560 0 0.0
.data.rel.ro 335912 335960 48 0.0
.dynamic 624 624 0 0.0
.got 5344 5344 0 0.0
.init 27 27 0 0.0
.init_array 1440 1440 0 0.0
.rodata 352944 353264 320 0.1
.text 5234083 5234147 64 0.0
all-clusters-minimal-app debug (read only) 5309673 5309593 -80 -0.0
(read/write) 239928 239928 0 0.0
.bss 128864 128864 0 0.0
.data 4464 4464 0 0.0
.data.rel.ro 99496 99496 0 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 292170 292170 0 0.0
.text 4777667 4777587 -80 -0.0
bridge-app debug (read only) 4700281 4700201 -80 -0.0
(read/write) 220840 220840 0 0.0
.bss 119392 119392 0 0.0
.data 6240 6240 0 0.0
.data.rel.ro 88464 88464 0 0.0
.dynamic 624 624 0 0.0
.got 5232 5232 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 232618 232618 0 0.0
.text 4242243 4242163 -80 -0.0
chip-tool debug (read only) 12145017 12144937 -80 -0.0
(read/write) 524288 524288 0 0.0
.bss 95032 95032 0 0.0
.data 5122 5122 0 0.0
.data.rel.ro 416904 416904 0 0.0
.dynamic 624 624 0 0.0
.got 5736 5736 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 453081 453081 0 0.0
.text 10981299 10981219 -80 -0.0
chip-tool-ipv6only arm64 (read only) 11473460 11473348 -112 -0.0
(read/write) 591744 591856 112 0.0
.bss 104008 104008 0 0.0
.data 4520 4520 0 0.0
.data.rel.ro 457000 457000 0 0.0
.dynamic 512 512 0 0.0
.got 17232 17232 0 0.0
.init 24 24 0 0.0
.init_array 280 280 0 0.0
.rodata 357476 357476 0 0.0
.text 10231368 10231256 -112 -0.0
lighting-app debug+rpc+ui (read only) 5623873 5623793 -80 -0.0
(read/write) 229640 229640 0 0.0
.bss 120336 120336 0 0.0
.data 4896 4896 0 0.0
.data.rel.ro 96880 96880 0 0.0
.dynamic 672 672 0 0.0
.got 5864 5864 0 0.0
.init 27 27 0 0.0
.init_array 976 976 0 0.0
.rodata 356468 356468 0 0.0
.text 5015555 5015475 -80 -0.0
lock-app debug (read only) 4767337 4767241 -96 -0.0
(read/write) 208032 208032 0 0.0
.bss 114664 114664 0 0.0
.data 4192 4192 0 0.0
.data.rel.ro 82472 82472 0 0.0
.dynamic 624 624 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 880 880 0 0.0
.rodata 258538 258538 0 0.0
.text 4292451 4292355 -96 -0.0
ota-provider-app debug (read only) 4375241 4375145 -96 -0.0
(read/write) 196504 196504 0 0.0
.bss 114464 114464 0 0.0
.data 4368 4368 0 0.0
.data.rel.ro 71712 71712 0 0.0
.dynamic 624 624 0 0.0
.got 4552 4552 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 211370 211370 0 0.0
.text 3966179 3966083 -96 -0.0
ota-requestor-app debug (read only) 4505929 4505849 -80 -0.0
(read/write) 200872 200872 0 0.0
.bss 115360 115360 0 0.0
.data 4768 4768 0 0.0
.data.rel.ro 74816 74816 0 0.0
.dynamic 624 624 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 217450 217450 0 0.0
.text 4086243 4086163 -80 -0.0
shell debug (read only) 2997265 2997585 320 0.0
(read/write) 159376 159408 32 0.0
.bss 63504 63504 0 0.0
.data 1424 1424 0 0.0
.data.rel.ro 88608 88640 32 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1112 1112 0 0.0
.rodata 189824 189984 160 0.1
.text 2628578 2628642 64 0.0
thermostat-no-ble arm64 (read only) 4493868 4493740 -128 -0.0
(read/write) 248072 248216 144 0.1
.bss 122968 122984 16 0.0
.data 3408 3408 0 0.0
.data.rel.ro 105912 105912 0 0.0
.dynamic 512 512 0 0.0
.got 8960 8960 0 0.0
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 161876 161876 0 0.0
.text 3990792 3990664 -128 -0.0
tv-app debug (read only) 5823537 5823441 -96 -0.0
(read/write) 355224 355224 0 0.0
.bss 245136 245136 0 0.0
.data 6560 6560 0 0.0
.data.rel.ro 96248 96248 0 0.0
.dynamic 624 624 0 0.0
.got 5464 5464 0 0.0
.init 27 27 0 0.0
.init_array 1184 1184 0 0.0
.rodata 296746 296746 0 0.0
.text 5280659 5280563 -96 -0.0
tv-casting-app debug (read only) 9984073 9983993 -80 -0.0
(read/write) 345632 345632 0 0.0
.bss 159448 159448 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 176208 176208 0 0.0
.dynamic 624 624 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 1216 1216 0 0.0
.rodata 386840 386840 0 0.0
.text 9126387 9126307 -80 -0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2536808 2536744 -64 -0.0
.bss 220768 220768 0 0.0
.data 5216 5216 0 0.0
.text 1499492 1499428 -64 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1060328 1060320 -8 -0.0
bss 139123 139123 0 0.0
rodata 101544 101552 8 0.0
text 772440 772420 -20 -0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1237560 1237552 -8 -0.0
bss 137419 137419 0 0.0
rodata 151376 151384 8 0.0
text 798740 798712 -28 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1008160 1008096 -64 -0.0
bss 138029 138029 0 0.0
rodata 88808 88808 0 0.0
text 734040 733972 -68 -0.0
nxp contact k32w0+release (read only) 576572 576508 -64 -0.0
(read/write) 83164 83164 0 0.0
.bss 67880 67880 0 0.0
.data 2188 2188 0 0.0
.text 576036 575972 -64 -0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 704060 703996 -64 -0.0
.bss 71224 71224 0 0.0
.data 2864 2864 0 0.0
.text 590592 590528 -64 -0.0
light k32w0+release (read only) 610632 610568 -64 -0.0
(read/write) 82624 82624 0 0.0
.bss 67320 67320 0 0.0
.data 2208 2208 0 0.0
.text 610096 610032 -64 -0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 795904 795840 -64 -0.0
.bss 80760 80760 0 0.0
.data 2064 2064 0 0.0
.text 673712 673648 -64 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 826288 826288 0 0.0
(read/write) 1826884 1826836 -48 -0.0
.bss 204308 204308 0 0.0
.data 2744 2744 0 0.0
.text 1611444 1611396 -48 -0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 829384 829384 0 0.0
(read/write) 1748220 1748108 -112 -0.0
.bss 201236 201236 0 0.0
.data 2720 2720 0 0.0
.text 1535876 1535764 -112 -0.0
light cy8ckit_062s2_43012 (read only) 836104 836104 0 0.0
(read/write) 1666700 1666572 -128 -0.0
.bss 194700 194700 0 0.0
.data 2536 2536 0 0.0
.text 1461076 1460948 -128 -0.0
lock cy8ckit_062s2_43012 (read only) 809040 809040 0 0.0
(read/write) 1695348 1695220 -128 -0.0
.bss 221780 221780 0 0.0
.data 2520 2520 0 0.0
.text 1462660 1462532 -128 -0.0
qpg lighting-app qpg6105+debug (read/write) 1134220 1134156 -64 -0.0
.bss 102644 102644 0 0.0
.data 856 856 0 0.0
.text 646600 646536 -64 -0.0
lock-app qpg6105+debug (read/write) 1094076 1094004 -72 -0.0
.bss 97316 97316 0 0.0
.data 860 860 0 0.0
.text 606460 606388 -72 -0.0
stm32 light STM32WB5MM-DK (read/write) 605881 605809 -72 -0.0
.bss 128492 128492 0 0.0
.data 688 688 0 0.0
.rodata 80516 80516 0 0.0
.text 386440 386368 -72 -0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 834098 834058 -40 -0.0
bss 49876 49876 0 0.0
text 624766 624724 -42 -0.0
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1096440 1096448 8 0.0
bss 101544 101544 0 0.0
text 797444 797442 -2 -0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1058956 1058916 -40 -0.0
bss 110040 110040 0 0.0
text 772804 772762 -42 -0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 914604 914556 -48 -0.0
bss 92796 92796 0 0.0
text 656406 656364 -42 -0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 836458 836410 -48 -0.0
bss 49920 49920 0 0.0
text 627186 627144 -42 -0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 937224 937232 8 0.0
bss 77532 77532 0 0.0
text 703800 703798 -2 -0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1090988 1090948 -40 -0.0
bss 99888 99888 0 0.0
text 794392 794350 -42 -0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 911568 911528 -40 -0.0
bss 69200 69200 0 0.0
text 660584 660542 -42 -0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 933400 933360 -40 -0.0
bss 92500 92500 0 0.0
text 675392 675350 -42 -0.0
pump-app tlsr9258a (read only) 52490 52490 0 0.0
(read/write) 834016 833976 -40 -0.0
bss 58164 58164 0 0.0
text 624192 624150 -42 -0.0
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 800136 800088 -48 -0.0
bss 56092 56092 0 0.0
text 599094 599052 -42 -0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 676100 676056 -44 -0.0
bss 73412 73412 0 0.0
text 461782 461740 -42 -0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 844318 844278 -40 -0.0
bss 51548 51548 0 0.0
text 633854 633812 -42 -0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 858977 858929 -48 -0.0
bss 59716 59716 0 0.0
text 642634 642592 -42 -0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 825692 825652 -40 -0.0
bss 56424 56424 0 0.0
text 618656 618614 -42 -0.0
window-covering tlsr9258a (read only) 52490 52490 0 0.0
(read/write) 838712 838672 -40 -0.0
bss 58380 58380 0 0.0
text 626460 626418 -42 -0.0

Copy link
Contributor

@bzbarsky-apple bzbarsky-apple left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably OK... we used to have more events before, I thought.

@mergify mergify bot merged commit 3fa70cf into project-chip:master May 2, 2024
65 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.

4 participants