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

Add data logging using the tracing module for message send/receive #27281

Merged
merged 7 commits into from Jun 19, 2023

Conversation

andy31415
Copy link
Contributor

Added structures for message send/receive for tracing.

Added the same tracing that TraceHandlers had before, execept going through the centralized tracing module.
Added some basic decoding into json. examples/tracing has more complex decoding which we should eventually pick up (likely in a separate tracing module).

@github-actions
Copy link

github-actions bot commented Jun 15, 2023

PR #27281: Size comparison from eef9529 to 649346a

Increases (2 builds for cc32xx, mbed)
platform target config section eef9529 649346a change % change
cc32xx lock CC3235SF_LAUNCHXL (read only) 606858 607082 224 0.0
.debug_info 19931503 19931669 166 0.0
.debug_line 2876094 2876404 310 0.0
.debug_loclists 1730657 1730687 30 0.0
.debug_str 3793841 3793843 2 0.0
.rodata 104546 104682 136 0.1
.text 500188 500276 88 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2498528 2498656 128 0.0
.text 1461212 1461340 128 0.0
Full report (2 builds for cc32xx, mbed)
platform target config section eef9529 649346a change % change
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 606858 607082 224 0.0
(read/write) 204164 204164 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197576 197576 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 946006 946006 0 0.0
.debug_aranges 119144 119144 0 0.0
.debug_frame 407092 407092 0 0.0
.debug_info 19931503 19931669 166 0.0
.debug_line 2876094 2876404 310 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1730657 1730687 30 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107730 107730 0 0.0
.debug_str 3793841 3793843 2 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104546 104682 136 0.1
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 485272 485272 0 0.0
.symtab 287968 287968 0 0.0
.text 500188 500276 88 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2498528 2498656 128 0.0
.bss 216304 216304 0 0.0
.data 5144 5144 0 0.0
.text 1461212 1461340 128 0.0

@github-actions
Copy link

github-actions bot commented Jun 15, 2023

PR #27281: Size comparison from eef9529 to 53edba7

Increases (4 builds for cc32xx, mbed, qpg)
platform target config section eef9529 53edba7 change % change
cc32xx lock CC3235SF_LAUNCHXL (read only) 606858 607082 224 0.0
.debug_info 19931503 19931670 167 0.0
.debug_line 2876094 2876404 310 0.0
.debug_loclists 1730657 1730687 30 0.0
.debug_str 3793841 3793843 2 0.0
.rodata 104546 104682 136 0.1
.text 500188 500276 88 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2498528 2498656 128 0.0
.text 1461212 1461340 128 0.0
qpg lighting-app qpg6105+debug (read/write) 1171808 1171960 152 0.0
.text 618648 618800 152 0.0
lock-app qpg6105+debug (read/write) 1129512 1129664 152 0.0
.text 576356 576508 152 0.0
Full report (4 builds for cc32xx, mbed, qpg)
platform target config section eef9529 53edba7 change % change
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 606858 607082 224 0.0
(read/write) 204164 204164 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197576 197576 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 946006 946006 0 0.0
.debug_aranges 119144 119144 0 0.0
.debug_frame 407092 407092 0 0.0
.debug_info 19931503 19931670 167 0.0
.debug_line 2876094 2876404 310 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1730657 1730687 30 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107730 107730 0 0.0
.debug_str 3793841 3793843 2 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104546 104682 136 0.1
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 485272 485272 0 0.0
.symtab 287968 287968 0 0.0
.text 500188 500276 88 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2498528 2498656 128 0.0
.bss 216304 216304 0 0.0
.data 5144 5144 0 0.0
.text 1461212 1461340 128 0.0
qpg lighting-app qpg6105+debug (read/write) 1171808 1171960 152 0.0
.bss 99960 99960 0 0.0
.data 788 788 0 0.0
.text 618648 618800 152 0.0
lock-app qpg6105+debug (read/write) 1129512 1129664 152 0.0
.bss 94816 94816 0 0.0
.data 792 792 0 0.0
.text 576356 576508 152 0.0

@github-actions
Copy link

github-actions bot commented Jun 15, 2023

PR #27281: Size comparison from eef9529 to 2afdb96

Increases (52 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section eef9529 2afdb96 change % change
bl602 lighting-app bl602 (read/write) 1368922 1369114 192 0.0
.text 1049218 1049274 56 0.0
bl602+rpc (read/write) 1416590 1416782 192 0.0
.text 1081356 1081414 58 0.0
bl702 lighting-app bl702 (read/write) 1173707 1173899 192 0.0
.debug_info 4160151 41601620 108 0.0
.debug_line 5582445 5582773 328 0.0
.debug_loc 3800671 3800706 35 0.0
.debug_str 4352645 4352647 2 0.0
.rodata 104972 105108 136 0.1
.text 945034 945092 58 0.0
bl702+rpc (read/write) 1271651 1271847 196 0.0
.debug_info 46783064 46783173 109 0.0
.debug_line 6008194 6008522 328 0.0
.debug_loc 4005907 4005942 35 0.0
.debug_str 4781319 4781321 2 0.0
.rodata 119568 119704 136 0.1
.text 1018784 1018844 60 0.0
cc32xx lock CC3235SF_LAUNCHXL (read only) 606858 607082 224 0.0
.debug_info 19931503 19931669 166 0.0
.debug_line 2876094 2876404 310 0.0
.debug_loclists 1730657 1730687 30 0.0
.debug_str 3793841 3793843 2 0.0
.rodata 104546 104682 136 0.1
.text 500188 500276 88 0.0
cyw30739 ota-requestor cyw930739m2evb_01 (read/write) 567551 567727 176 0.0
.app_xip_area 461105 461281 176 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 994868 995068 200 0.0
.text 810856 811056 200 0.0
BRD4187C (read/write) 1027096 1027240 144 0.0
.text 862716 862860 144 0.0
window-app BRD4187C (read/write) 1097152 1097344 192 0.0
.text 949904 950096 192 0.0
esp32 all-clusters-app c3devkit (read only) 1075412 1075434 22 0.0
(read/write) 1583792 1583928 136 0.0
.flash.rodata 215432 215568 136 0.1
.flash.text 1075412 1075434 22 0.0
m5stack (read only) 1123411 1123431 20 0.0
(read/write) 494246 494374 128 0.0
.flash.rodata 244024 244152 128 0.1
.flash.text 1118027 1118047 20 0.0
k32w contact k32w0+release (read only) 585732 585748 16 0.0
.text 585196 585212 16 0.0
light k32w0+release (read only) 584356 584388 32 0.0
.text 583820 583852 32 0.0
lock k32w0+release (read only) 557012 557044 32 0.0
.text 556476 556508 32 0.0
linux all-clusters-app debug (read only) 3270445 3272189 1744 0.1
.rodata 231368 231528 160 0.1
.text 2848133 2849717 1584 0.1
all-clusters-minimal-app debug (read only) 3048269 3049997 1728 0.1
.rodata 223880 224040 160 0.1
.text 2638469 2640037 1568 0.1
bridge-app debug (read only) 2527269 2528981 1712 0.1
.rodata 172488 172616 128 0.1
.text 2182005 2183589 1584 0.1
chip-tool debug (read only) 15873857 15878113 4256 0.0
.rodata 699309 699725 416 0.1
.text 13467908 13471748 3840 0.0
chip-tool-ipv6only arm64 (read only) 15225576 15228856 3280 0.0
.rodata 636624 636960 336 0.1
.text 12724212 12727156 2944 0.0
lighting-app debug+rpc+ui (read only) 3392649 3394361 1712 0.1
.rodata 286228 286356 128 0.0
.text 2909010 2910594 1584 0.1
lock-app debug (read only) 2619965 2621709 1744 0.1
.rodata 199976 200136 160 0.1
.text 2255381 2256965 1584 0.1
ota-provider-app debug (read only) 2216741 2218485 1744 0.1
.rodata 153704 153864 160 0.1
.text 1921061 1922645 1584 0.1
ota-requestor-app debug (read only) 2385597 2387309 1712 0.1
.rodata 157768 157896 128 0.1
.text 2076981 2078565 1584 0.1
shell debug (read only) 2803753 2805481 1728 0.1
.rodata 199474 199634 160 0.1
.text 2437362 2438930 1568 0.1
thermostat-no-ble arm64 (read only) 2612460 2613724 1264 0.0
.rodata 129536 129664 128 0.1
.text 2217444 2218580 1136 0.1
tv-app debug (read only) 3322713 3324457 1744 0.1
.rodata 221944 222104 160 0.1
.text 2904130 2905714 1584 0.1
tv-casting-app debug (read only) 9183825 9188169 4344 0.0
.rodata 334372 334796 424 0.1
.text 8417586 8421506 3920 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2498528 2498656 128 0.0
.text 1461212 1461340 128 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1210496 1210644 148 0.0
rodata 137380 137512 132 0.1
text 839312 839332 20 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1148852 1149000 148 0.0
rodata 111096 111228 132 0.1
text 805312 805328 16 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1728884 1729068 184 0.0
.debug_info 28857366 28857475 109 0.0
.debug_line 4029791 4030107 316 0.0
.debug_loclists 2307480 2307510 30 0.0
.debug_str 4361228 4361230 2 0.0
.text 1529148 1529332 184 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1661348 1661532 184 0.0
.debug_info 28317196 28317304 108 0.0
.debug_line 4034761 4035077 316 0.0
.debug_loclists 2292312 2292342 30 0.0
.debug_str 4344158 4344160 2 0.0
.text 1462940 1463124 184 0.0
light cy8ckit_062s2_43012 (read/write) 1593948 1594132 184 0.0
.debug_info 23102733 23102843 110 0.0
.debug_line 3606463 3606779 316 0.0
.debug_loclists 2133180 2133210 30 0.0
.debug_str 4158223 4158225 2 0.0
.text 1401788 1401972 184 0.0
lock cy8ckit_062s2_43012 (read/write) 1626972 1627172 200 0.0
.debug_info 22813295 22813403 108 0.0
.debug_line 3544308 3544624 316 0.0
.debug_loclists 2104403 2104433 30 0.0
.debug_str 4114875 4114877 2 0.0
.text 1407212 1407412 200 0.0
qpg lighting-app qpg6105+debug (read/write) 1171808 1171960 152 0.0
.text 618648 618800 152 0.0
lock-app qpg6105+debug (read/write) 1129512 1129664 152 0.0
.text 576356 576508 152 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 1034532 1034692 160 0.0
text 708210 708236 26 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 961680 961840 160 0.0
text 665468 665492 24 0.0
bridge-app tlsr9518adk80d (read/write) 929408 929568 160 0.0
text 642506 642530 24 0.0
contact-sensor-app tlsr9518adk80d (read/write) 861140 861300 160 0.0
text 585710 585734 24 0.0
light-switch-app tlsr9518adk80d (read/write) 877464 877616 152 0.0
text 600334 600356 22 0.0
lighting-app tlsr9518adk80d (read/write) 965648 965808 160 0.0
text 679326 679352 26 0.0
lighting-app-factory-data tlsr9518adk80d (read/write) 977028 977180 152 0.0
text 686846 686868 22 0.0
lighting-app-rpc tlsr9518adk80d (read/write) 1035148 1035308 160 0.0
text 724220 724246 26 0.0
lighting-app-shell tlsr9518adk80d (read/write) 1066504 1066664 160 0.0
text 744366 744390 24 0.0
lock-app tlsr9518adk80d (read/write) 916212 916372 160 0.0
text 614336 614360 24 0.0
ota-requestor-app tlsr9518adk80d (read/write) 883668 883828 160 0.0
text 607480 607506 26 0.0
pump-app tlsr9518adk80d (read/write) 866700 866860 160 0.0
text 591428 591450 22 0.0
pump-controller-app tlsr9518adk80d (read/write) 853760 853920 160 0.0
text 581812 581836 24 0.0
temperature-measurement-app tlsr9518adk80d (read/write) 849916 850076 160 0.0
text 577442 577468 26 0.0
thermostat tlsr9518adk80d (read/write) 895660 895820 160 0.0
text 616692 616716 24 0.0
window-covering tlsr9518adk80d (read/write) 891032 891200 168 0.0
text 611612 611638 26 0.0
Decreases (2 builds for bl702)
platform target config section eef9529 2afdb96 change % change
bl702 lighting-app bl702 .debug_abbrev 1543146 1543136 -10 -0.0
bl702+rpc .debug_abbrev 1708311 1708301 -10 -0.0
Full report (57 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section eef9529 2afdb96 change % change
bl602 lighting-app bl602 (read/write) 1368922 1369114 192 0.0
.bss 88182 88182 0 0.0
.data 9584 9584 0 0.0
.text 1049218 1049274 56 0.0
bl602+rpc (read/write) 1416590 1416782 192 0.0
.bss 96230 96230 0 0.0
.data 9976 9976 0 0.0
.text 1081356 1081414 58 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1173707 1173899 192 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 3576 3576 0 0.0
.debug_abbrev 1543146 1543136 -10 -0.0
.debug_aranges 149952 149952 0 0.0
.debug_frame 552112 552112 0 0.0
.debug_info 4160151 41601620 108 0.0
.debug_line 5582445 5582773 328 0.0
.debug_loc 3800671 3800706 35 0.0
.debug_ranges 395144 395144 0 0.0
.debug_str 4352645 4352647 2 0.0
.hbn 536 536 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 104972 105108 136 0.1
.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 581710 581710 0 0.0
.symtab 173904 173904 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
945034 945092 58 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1271651 1271847 196 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 4136 4136 0 0.0
.debug_abbrev 1708311 1708301 -10 -0.0
.debug_aranges 158432 158432 0 0.0
.debug_frame 580744 580744 0 0.0
.debug_info 46783064 46783173 109 0.0
.debug_line 6008194 6008522 328 0.0
.debug_loc 4005907 4005942 35 0.0
.debug_ranges 420824 420824 0 0.0
.debug_str 4781319 4781321 2 0.0
.hbn 536 536 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 119568 119704 136 0.1
.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 644310 644310 0 0.0
.symtab 192704 192704 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1018784 1018844 60 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 606858 607082 224 0.0
(read/write) 204164 204164 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197576 197576 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 946006 946006 0 0.0
.debug_aranges 119144 119144 0 0.0
.debug_frame 407092 407092 0 0.0
.debug_info 19931503 19931669 166 0.0
.debug_line 2876094 2876404 310 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1730657 1730687 30 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107730 107730 0 0.0
.debug_str 3793841 3793843 2 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104546 104682 136 0.1
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 485272 485272 0 0.0
.symtab 287968 287968 0 0.0
.text 500188 500276 88 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 543127 543127 0 0.0
.app_xip_area 435745 435745 0 0.0
.bss 62360 62360 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) 530135 530135 0 0.0
.app_xip_area 417625 417625 0 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) 567551 567727 176 0.0
.app_xip_area 461105 461281 176 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) 531967 531967 0 0.0
.app_xip_area 422953 422953 0 0.0
.bss 63960 63960 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) 994868 995068 200 0.0
.bss 181848 181848 0 0.0
.data 2144 2144 0 0.0
.text 810856 811056 200 0.0
BRD4187C (read/write) 1027096 1027240 144 0.0
.bss 161572 161572 0 0.0
.data 2788 2788 0 0.0
.text 862716 862860 144 0.0
lock-app BRD4161A+wf200 (read/write) 1075824 1075824 0 0.0
.bss 176136 176136 0 0.0
.data 2152 2152 0 0.0
.text 897516 897516 0 0.0
window-app BRD4187C (read/write) 1097152 1097344 192 0.0
.bss 144548 144548 0 0.0
.data 2680 2680 0 0.0
.text 949904 950096 192 0.0
esp32 all-clusters-app c3devkit (read only) 1075412 1075434 22 0.0
(read/write) 1583792 1583928 136 0.0
.dram0.bss 75280 75280 0 0.0
.dram0.data 13940 13940 0 0.0
.flash.rodata 215432 215568 136 0.1
.flash.text 1075412 1075434 22 0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1123411 1123431 20 0.0
(read/write) 494246 494374 128 0.0
.dram0.bss 80768 80768 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 244024 244152 128 0.1
.flash.text 1118027 1118047 20 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 585732 585748 16 0.0
(read/write) 90096 90096 0 0.0
.bss 66100 66100 0 0.0
.data 2168 2168 0 0.0
.text 585196 585212 16 0.0
light k32w0+release (read only) 584356 584388 32 0.0
(read/write) 89744 89744 0 0.0
.bss 65764 65764 0 0.0
.data 2156 2156 0 0.0
.text 583820 583852 32 0.0
lock k32w0+release (read only) 557012 557044 32 0.0
(read/write) 87568 87568 0 0.0
.bss 63636 63636 0 0.0
.data 2100 2100 0 0.0
.text 556476 556508 32 0.0
linux all-clusters-app debug (read only) 3270445 3272189 1744 0.1
(read/write) 158208 158208 0 0.0
.bss 59488 59488 0 0.0
.data 2160 2160 0 0.0
.data.rel.ro 90040 90040 0 0.0
.dynamic 608 608 0 0.0
.got 4728 4728 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 231368 231528 160 0.1
.text 2848133 2849717 1584 0.1
all-clusters-minimal-app debug (read only) 3048269 3049997 1728 0.1
(read/write) 145936 145936 0 0.0
.bss 58016 58016 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 79400 79400 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 1096 1096 0 0.0
.rodata 223880 224040 160 0.1
.text 2638469 2640037 1568 0.1
bridge-app debug (read only) 2527269 2528981 1712 0.1
(read/write) 129808 129808 0 0.0
.bss 50264 50264 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 69736 69736 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 172488 172616 128 0.1
.text 2182005 2183589 1584 0.1
chip-tool debug (read only) 15873857 15878113 4256 0.0
(read/write) 735016 735016 0 0.0
.bss 26392 26392 0 0.0
.data 3042 3042 0 0.0
.data.rel.ro 698760 698760 0 0.0
.dynamic 608 608 0 0.0
.got 5376 5376 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 699309 699725 416 0.1
.text 13467908 13471748 3840 0.0
chip-tool-ipv6only arm64 (read only) 15225576 15228856 3280 0.0
(read/write) 788312 788312 0 0.0
.bss 34376 34376 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 728632 728632 0 0.0
.dynamic 560 560 0 0.0
.got 17024 17024 0 0.0
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 636624 636960 336 0.1
.text 12724212 12727156 2944 0.0
lighting-app debug+rpc+ui (read only) 3392649 3394361 1712 0.1
(read/write) 136312 136312 0 0.0
.bss 49760 49760 0 0.0
.data 2704 2704 0 0.0
.data.rel.ro 76960 76960 0 0.0
.dynamic 656 656 0 0.0
.got 5280 5280 0 0.0
.init 27 27 0 0.0
.init_array 912 912 0 0.0
.rodata 286228 286356 128 0.0
.text 2909010 2910594 1584 0.1
lock-app debug (read only) 2619965 2621709 1744 0.1
(read/write) 117208 117208 0 0.0
.bss 45344 45344 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 63896 63896 0 0.0
.dynamic 608 608 0 0.0
.got 4592 4592 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 199976 200136 160 0.1
.text 2255381 2256965 1584 0.1
ota-provider-app debug (read only) 2216741 2218485 1744 0.1
(read/write) 103816 103816 0 0.0
.bss 44544 44544 0 0.0
.data 2112 2112 0 0.0
.data.rel.ro 52056 52056 0 0.0
.dynamic 608 608 0 0.0
.got 3800 3800 0 0.0
.init 27 27 0 0.0
.init_array 672 672 0 0.0
.rodata 153704 153864 160 0.1
.text 1921061 1922645 1584 0.1
ota-requestor-app debug (read only) 2385597 2387309 1712 0.1
(read/write) 111576 111576 0 0.0
.bss 46976 46976 0 0.0
.data 2512 2512 0 0.0
.data.rel.ro 56912 56912 0 0.0
.dynamic 608 608 0 0.0
.got 3784 3784 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 157768 157896 128 0.1
.text 2076981 2078565 1584 0.1
shell debug (read only) 2803753 2805481 1728 0.1
(read/write) 146592 146592 0 0.0
.bss 58408 58408 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 81096 81096 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 199474 199634 160 0.1
.text 2437362 2438930 1568 0.1
thermostat-no-ble arm64 (read only) 2612460 2613724 1264 0.0
(read/write) 143000 143000 0 0.0
.bss 52360 52360 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79264 79264 0 0.0
.dynamic 560 560 0 0.0
.got 5520 5520 0 0.0
.init 24 24 0 0.0
.init_array 424 424 0 0.0
.rodata 129536 129664 128 0.1
.text 2217444 2218580 1136 0.1
tv-app debug (read only) 3322713 3324457 1744 0.1
(read/write) 261672 261672 0 0.0
.bss 171232 171232 0 0.0
.data 4080 4080 0 0.0
.data.rel.ro 79616 79616 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 221944 222104 160 0.1
.text 2904130 2905714 1584 0.1
tv-casting-app debug (read only) 9183825 9188169 4344 0.0
(read/write) 220728 220728 0 0.0
.bss 52128 52128 0 0.0
.data 1744 1744 0 0.0
.data.rel.ro 160288 160288 0 0.0
.dynamic 608 608 0 0.0
.got 4928 4928 0 0.0
.init 27 27 0 0.0
.init_array 1008 1008 0 0.0
.rodata 334372 334796 424 0.1
.text 8417586 8421506 3920 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2498528 2498656 128 0.0
.bss 216304 216304 0 0.0
.data 5144 5144 0 0.0
.text 1461212 1461340 128 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1210496 1210644 148 0.0
bss 154745 154745 0 0.0
rodata 137380 137512 132 0.1
text 839312 839332 20 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1313364 1313364 0 0.0
bss 138075 138075 0 0.0
rodata 132816 132816 0 0.0
text 751760 751760 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1148852 1149000 148 0.0
bss 153377 153377 0 0.0
rodata 111096 111228 132 0.1
text 805312 805328 16 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841992 841992 0 0.0
(read/write) 1728884 1729068 184 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188788 188788 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 1290678 1290678 0 0.0
.debug_aranges 148952 148952 0 0.0
.debug_frame 498968 498968 0 0.0
.debug_info 28857366 28857475 109 0.0
.debug_line 4029791 4030107 316 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2307480 2307510 30 0.0
.debug_rnglists 144432 144432 0 0.0
.debug_str 4361228 4361230 2 0.0
.heap 841992 841992 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 751738 751738 0 0.0
.symtab 479040 479040 0 0.0
.text 1529148 1529332 184 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 843320 843320 0 0.0
(read/write) 1661348 1661532 184 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187460 187460 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 1278458 1278458 0 0.0
.debug_aranges 147704 147704 0 0.0
.debug_frame 499912 499912 0 0.0
.debug_info 28317196 28317304 108 0.0
.debug_line 4034761 4035077 316 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2292312 2292342 30 0.0
.debug_rnglists 142878 142878 0 0.0
.debug_str 4344158 4344160 2 0.0
.heap 843320 843320 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 700619 700619 0 0.0
.symtab 460160 460160 0 0.0
.text 1462940 1463124 184 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849568 849568 0 0.0
(read/write) 1593948 1594132 184 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181380 181380 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 1116033 1116033 0 0.0
.debug_aranges 138040 138040 0 0.0
.debug_frame 463820 463820 0 0.0
.debug_info 23102733 23102843 110 0.0
.debug_line 3606463 3606779 316 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2133180 2133210 30 0.0
.debug_rnglists 132870 132870 0 0.0
.debug_str 4158223 4158225 2 0.0
.heap 849568 849568 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 624203 624203 0 0.0
.symtab 425584 425584 0 0.0
.text 1401788 1401972 184 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821968 821968 0 0.0
(read/write) 1626972 1627172 200 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208980 208980 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 1098620 1098620 0 0.0
.debug_aranges 136336 136336 0 0.0
.debug_frame 457788 457788 0 0.0
.debug_info 22813295 22813403 108 0.0
.debug_line 3544308 3544624 316 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2104403 2104433 30 0.0
.debug_rnglists 130581 130581 0 0.0
.debug_str 4114875 4114877 2 0.0
.heap 821968 821968 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 597173 597173 0 0.0
.symtab 417184 417184 0 0.0
.text 1407212 1407412 200 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1171808 1171960 152 0.0
.bss 99960 99960 0 0.0
.data 788 788 0 0.0
.text 618648 618800 152 0.0
lock-app qpg6105+debug (read/write) 1129512 1129664 152 0.0
.bss 94816 94816 0 0.0
.data 792 792 0 0.0
.text 576356 576508 152 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1034532 1034692 160 0.0
bss 97660 97660 0 0.0
text 708210 708236 26 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 961680 961840 160 0.0
bss 96176 96176 0 0.0
text 665468 665492 24 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 929408 929568 160 0.0
bss 100308 100308 0 0.0
text 642506 642530 24 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 861140 861300 160 0.0
bss 89968 89968 0 0.0
text 585710 585734 24 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 877464 877616 152 0.0
bss 90136 90136 0 0.0
text 600334 600356 22 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 965648 965808 160 0.0
bss 98500 98500 0 0.0
text 679326 679352 26 0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 977028 977180 152 0.0
bss 102748 102748 0 0.0
text 686846 686868 22 0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1035148 1035308 160 0.0
bss 100064 100064 0 0.0
text 724220 724246 26 0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1066504 1066664 160 0.0
bss 111140 111140 0 0.0
text 744366 744390 24 0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 916212 916372 160 0.0
bss 90632 90632 0 0.0
text 614336 614360 24 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 883668 883828 160 0.0
bss 91244 91244 0 0.0
text 607480 607506 26 0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 866700 866860 160 0.0
bss 90100 90100 0 0.0
text 591428 591450 22 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 853760 853920 160 0.0
bss 89900 89900 0 0.0
text 581812 581836 24 0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 849916 850076 160 0.0
bss 89808 89808 0 0.0
text 577442 577468 26 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 895660 895820 160 0.0
bss 90344 90344 0 0.0
text 616692 616716 24 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 891032 891200 168 0.0
bss 90636 90636 0 0.0
text 611612 611638 26 0.0

@andy31415 andy31415 merged commit b5a8d9c into project-chip:master Jun 19, 2023
53 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.

None yet

4 participants