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

Allow configure nlfaultinjection via fault-cluster in yaml #21951

Merged
merged 2 commits into from
Aug 18, 2022
Merged

Allow configure nlfaultinjection via fault-cluster in yaml #21951

merged 2 commits into from
Aug 18, 2022

Conversation

yufengwangca
Copy link
Contributor

Problem

What is being fixed? Examples:

  • Nest Labs Fault Injection (nlfaultinjection) is designed to provide a simple, portable fault injection framework, this framework has been integrated in Matter SDK from the beginning, but not get activated anywhere. We need a way to configure these faults from chip-tool so that we can use this mechanism in yaml test.

  • Fixes nlfaultinjection support into fault-cluster #21941

Change overview

Allow configure nlfaultinjection via fault-cluster in yaml

Testing

How was this tested? (at least one bullet point required)

  • Build all-clusters-app with nlfaultinjection enabled
    scripts/examples/gn_build_example.sh examples/all-clusters-app/linux out/debug/standalone chip_config_network_layer_ble=false chip_with_nlfaultinjection=true

  • Configure a system fault from chip_tool
    ./chip-tool faultinjection fail-at-fault 1 1 0 1 true 12344321 0

  • Confirm the fault is activated from all-clusters-app log

[1660712608.337635][30773:30773] CHIP:EM: Received message of type 0x8 with protocolId (0, 1) and MessageCounter:143814682 on exchange 53287r
[1660712608.337649][30773:30773] CHIP:EM: Handling via exchange: 53287r, Delegate: 0x55deb7ffabc8
[1660712608.337670][30773:30773] CHIP:DMG: InvokeRequestMessage =
[1660712608.337676][30773:30773] CHIP:DMG: {
[1660712608.337682][30773:30773] CHIP:DMG: 	suppressResponse = false, 
[1660712608.337689][30773:30773] CHIP:DMG: 	timedRequest = false, 
[1660712608.337694][30773:30773] CHIP:DMG: 	InvokeRequests =
[1660712608.337703][30773:30773] CHIP:DMG: 	[
[1660712608.337707][30773:30773] CHIP:DMG: 		CommandDataIB =
[1660712608.337713][30773:30773] CHIP:DMG: 		{
[1660712608.337718][30773:30773] CHIP:DMG: 			CommandPathIB =
[1660712608.337724][30773:30773] CHIP:DMG: 			{
[1660712608.337730][30773:30773] CHIP:DMG: 				EndpointId = 0x0,
[1660712608.337735][30773:30773] CHIP:DMG: 				ClusterId = 0xfff1fc06,
[1660712608.337741][30773:30773] CHIP:DMG: 				CommandId = 0x0,
[1660712608.337746][30773:30773] CHIP:DMG: 			},
[1660712608.337752][30773:30773] CHIP:DMG: 			
[1660712608.337758][30773:30773] CHIP:DMG: 			CommandFields = 
[1660712608.337763][30773:30773] CHIP:DMG: 			{
[1660712608.337769][30773:30773] CHIP:DMG: 				0x0 = 1, 
[1660712608.337775][30773:30773] CHIP:DMG: 				0x1 = 1, 
[1660712608.337781][30773:30773] CHIP:DMG: 				0x2 = 0, 
[1660712608.337787][30773:30773] CHIP:DMG: 				0x3 = 1, 
[1660712608.337793][30773:30773] CHIP:DMG: 				0x4 = true, 
[1660712608.337798][30773:30773] CHIP:DMG: 			},
[1660712608.337803][30773:30773] CHIP:DMG: 		},
[1660712608.337811][30773:30773] CHIP:DMG: 		
[1660712608.337816][30773:30773] CHIP:DMG: 	],
[1660712608.337825][30773:30773] CHIP:DMG: 	
[1660712608.337830][30773:30773] CHIP:DMG: 	InteractionModelRevision = 1
[1660712608.337836][30773:30773] CHIP:DMG: },
[1660712608.337860][30773:30773] CHIP:DMG: AccessControl: checking f=1 a=c s=0x000000000001B669 t= c=0xFFF1_FC06 e=0 p=m
[1660712608.337869][30773:30773] CHIP:DMG: AccessControl: allowed
[1660712608.337878][30773:30773] CHIP:DMG: Received command for Endpoint=0 Cluster=0xFFF1_FC06 Command=0x0000_0000
[1660712608.337890][30773:30773] CHIP:ZCL: FaultInjection: Configure a fault of type: 1 and Id: 1 to be triggered deterministically

@github-actions
Copy link

github-actions bot commented Aug 17, 2022

PR #21951: Size comparison from 4b2de04 to e644722

Increases above 0.2%:

platform target config section 4b2de04 e644722 change % change
k32w light k32w0+release .bss 69816 70016 200 0.3
.data 2044 2068 24 1.2
lock k32w0+release .bss 70288 70480 192 0.3
.data 2052 2076 24 1.2
Increases (8 builds for cc13x2_26x2, k32w, linux, nrfconnect, p6)
platform target config section 4b2de04 e644722 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 672363 672779 416 0.1
.bss 74372 74388 16 0.0
.rodata 88747 88819 72 0.1
.text 583300 583644 344 0.1
shell LP_CC2652R7 (read only) 665046 665478 432 0.1
.bss 76692 76708 16 0.0
.rodata 85694 85766 72 0.1
.text 579036 579396 360 0.1
k32w light k32w0+release (read/write) 645028 646276 1248 0.2
.bss 69816 70016 200 0.3
.data 2044 2068 24 1.2
.text 570440 571464 1024 0.2
lock k32w0+release (read/write) 702580 703812 1232 0.2
.bss 70288 70480 192 0.3
.data 2052 2076 24 1.2
.text 627512 628528 1016 0.2
linux chip-tool-ipv6only arm64 (read only) 10172764 10179436 6672 0.1
(read/write) 698657 698897 240 0.0
.data.rel.ro 643408 643632 224 0.0
.got 13720 13728 8 0.1
.rodata 489884 490124 240 0.0
.text 8045924 8051876 5952 0.1
thermostat-no-ble arm64 (read only) 2356996 2357044 48 0.0
.text 1978752 1978800 48 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1179539 1179983 444 0.0
bss 143343 143353 10 0.0
rodata 143268 143344 76 0.1
text 814076 814440 364 0.0
p6 all-clusters-app default (read/write) 1698868 1699404 536 0.0
.bss 149288 149304 16 0.0
.text 1538536 1539056 520 0.0
Decreases (5 builds for cc13x2_26x2, efr32, p6, telink)
platform target config section 4b2de04 e644722 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 179116 178716 -400 -0.2
shell LP_CC2652R7 (read/write) 181952 181536 -416 -0.2
efr32 lock-app BRD4161A+wf200 (read/write) 1139236 1139220 -16 -0.0
.text 991664 991648 -16 -0.0
p6 all-clusters-app default (read only) 881400 881384 -16 -0.0
telink lighting-app tlsr9518adk80d text 589394 589392 -2 -0.0
Full report (30 builds for bl602, cc13x2_26x2, cyw30739, efr32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section 4b2de04 e644722 change % change
bl602 lighting-app bl602 (read/write) 1383458 1383458 0 0.0
.bss 119874 119874 0 0.0
.data 4480 4480 0 0.0
.text 1051028 1051028 0 0.0
bl602+rpc (read/write) 1428970 1428970 0 0.0
.bss 127314 127314 0 0.0
.data 4600 4600 0 0.0
.text 1082784 1082784 0 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 672363 672779 416 0.1
(read/write) 179116 178716 -400 -0.2
.bss 74372 74388 16 0.0
.data 3372 3372 0 0.0
.rodata 88747 88819 72 0.1
.text 583300 583644 344 0.1
all-clusters-minimal-app LP_CC2652R7 (read only) 637747 637747 0 0.0
(read/write) 157948 157948 0 0.0
.bss 73660 73660 0 0.0
.data 3372 3372 0 0.0
.rodata 77979 77979 0 0.0
.text 559444 559444 0 0.0
lock-ftd LP_CC2652R7 (read only) 674079 674079 0 0.0
(read/write) 167616 167616 0 0.0
.bss 71476 71476 0 0.0
.data 3296 3296 0 0.0
.rodata 76671 76671 0 0.0
.text 596928 596928 0 0.0
lock-mtd LP_CC2652R7 (read only) 656815 656815 0 0.0
(read/write) 180568 180568 0 0.0
.bss 67164 67164 0 0.0
.data 3296 3296 0 0.0
.rodata 101759 101759 0 0.0
.text 554576 554576 0 0.0
pump-app LP_CC2652R7 (read only) 684751 684751 0 0.0
(read/write) 157752 157752 0 0.0
.bss 71516 71516 0 0.0
.data 3296 3296 0 0.0
.rodata 89959 89959 0 0.0
.text 594308 594308 0 0.0
pump-controller-app LP_CC2652R7 (read only) 669243 669243 0 0.0
(read/write) 173380 173380 0 0.0
.bss 71636 71636 0 0.0
.data 3292 3292 0 0.0
.rodata 85515 85515 0 0.0
.text 583248 583248 0 0.0
shell LP_CC2652R7 (read only) 665046 665478 432 0.1
(read/write) 181952 181536 -416 -0.2
.bss 76692 76708 16 0.0
.data 3376 3376 0 0.0
.rodata 85694 85766 72 0.1
.text 579036 579396 360 0.1
cyw30739 light cyw930739m2evb_01 (read/write) 586014 586014 0 0.0
.app_xip_area 462680 462680 0 0.0
.bss 65768 65768 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 591830 591830 0 0.0
.app_xip_area 463712 463712 0 0.0
.bss 70552 70552 0 0.0
.data 748 748 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 598970 598970 0 0.0
.app_xip_area 476356 476356 0 0.0
.bss 65080 65080 0 0.0
.data 716 716 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read/write) 1100580 1100580 0 0.0
.bss 132988 132988 0 0.0
.data 2068 2068 0 0.0
.text 965500 965500 0 0.0
BRD4161A+rpc (read/write) 1154832 1154832 0 0.0
.bss 149676 149676 0 0.0
.data 2280 2280 0 0.0
.text 1002856 1002856 0 0.0
BRD4161A+rs911x (read/write) 989768 989768 0 0.0
.bss 162312 162312 0 0.0
.data 2056 2056 0 0.0
.text 825380 825380 0 0.0
lock-app BRD4161A+wf200 (read/write) 1139236 1139220 -16 -0.0
.bss 145488 145488 0 0.0
.data 2064 2064 0 0.0
.text 991664 991648 -16 -0.0
window-app BRD4161A (read/write) 1092036 1092036 0 0.0
.bss 134428 134428 0 0.0
.data 2096 2096 0 0.0
.text 955492 955492 0 0.0
k32w light k32w0+release (read/write) 645028 646276 1248 0.2
.bss 69816 70016 200 0.3
.data 2044 2068 24 1.2
.text 570440 571464 1024 0.2
lock k32w0+release (read/write) 702580 703812 1232 0.2
.bss 70288 70480 192 0.3
.data 2052 2076 24 1.2
.text 627512 628528 1016 0.2
linux chip-tool-ipv6only arm64 (read only) 10172764 10179436 6672 0.1
(read/write) 698657 698897 240 0.0
.bss 33297 33297 0 0.0
.data 3272 3272 0 0.0
.data.rel.ro 643408 643632 224 0.0
.dynamic 560 560 0 0.0
.got 13720 13728 8 0.1
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 489884 490124 240 0.0
.text 8045924 8051876 5952 0.1
thermostat-no-ble arm64 (read only) 2356996 2357044 48 0.0
(read/write) 141825 141825 0 0.0
.bss 55345 55345 0 0.0
.data 1672 1672 0 0.0
.data.rel.ro 75984 75984 0 0.0
.dynamic 560 560 0 0.0
.got 5048 5048 0 0.0
.init 24 24 0 0.0
.init_array 408 408 0 0.0
.rodata 140524 140524 0 0.0
.text 1978752 1978800 48 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2454264 2454264 0 0.0
.bss 214660 214660 0 0.0
.data 5872 5872 0 0.0
.text 1416908 1416908 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1179539 1179983 444 0.0
bss 143343 143353 10 0.0
rodata 143268 143344 76 0.1
text 814076 814440 364 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1159415 1159415 0 0.0
bss 142580 142580 0 0.0
rodata 134944 134944 0 0.0
text 803064 803064 0 0.0
p6 all-clusters-app default (read only) 881400 881384 -16 -0.0
(read/write) 1698868 1699404 536 0.0
.bss 149288 149304 16 0.0
.data 2656 2656 0 0.0
.text 1538536 1539056 520 0.0
all-clusters-minimal-app default (read only) 882120 882120 0 0.0
(read/write) 1642876 1642876 0 0.0
.bss 148568 148568 0 0.0
.data 2656 2656 0 0.0
.text 1483264 1483264 0 0.0
light-app default (read only) 890464 890464 0 0.0
(read/write) 1560148 1560148 0 0.0
.bss 140432 140432 0 0.0
.data 2448 2448 0 0.0
.text 1408880 1408880 0 0.0
lock-app default (read only) 885968 885968 0 0.0
(read/write) 1597428 1597428 0 0.0
.bss 144912 144912 0 0.0
.data 2464 2464 0 0.0
.text 1441664 1441664 0 0.0
telink light-switch-app tlsr9518adk80d (read/write) 808344 808344 0 0.0
bss 71064 71064 0 0.0
noinit 43488 43488 0 0.0
text 571304 571304 0 0.0
lighting-app tlsr9518adk80d (read/write) 830280 830280 0 0.0
bss 71920 71920 0 0.0
noinit 43488 43488 0 0.0
text 589394 589392 -2 -0.0

@github-actions
Copy link

github-actions bot commented Aug 18, 2022

PR #21951: Size comparison from c037fc2 to a9fbdfa

Increases above 0.2%:

platform target config section c037fc2 a9fbdfa change % change
esp32 all-clusters-app c3devkit .dram0.bss 70832 71136 304 0.4
.flash.rodata 217776 218400 624 0.3
m5stack .dram0.bss 76344 76640 296 0.4
linux all-clusters-app debug .init_array 1160 1168 8 0.7
shell debug .init_array 1032 1040 8 0.8
Increases (19 builds for cc13x2_26x2, esp32, linux, nrfconnect, p6)
platform target config section c037fc2 a9fbdfa change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 672363 672795 432 0.1
.bss 74372 74388 16 0.0
.rodata 88747 88819 72 0.1
.text 583300 583660 360 0.1
shell LP_CC2652R7 (read only) 665062 665478 416 0.1
.bss 76692 76708 16 0.0
.rodata 85694 85766 72 0.1
.text 579052 579396 344 0.1
esp32 all-clusters-app c3devkit (read only) 1029958 1030792 834 0.1
(read/write) 1488642 1489570 928 0.1
.dram0.bss 70832 71136 304 0.4
.flash.rodata 217776 218400 624 0.3
.flash.text 1029958 1030792 834 0.1
m5stack (read only) 1083279 1083967 688 0.1
(read/write) 490600 491496 896 0.2
.dram0.bss 76344 76640 296 0.4
.flash.rodata 248116 248716 600 0.2
.flash.text 1077895 1078583 688 0.1
linux all-clusters-app debug (read only) 3034433 3037129 2696 0.1
(read/write) 155920 156024 104 0.1
.bss 61888 61920 32 0.1
.data.rel.ro 85560 85624 64 0.1
.init_array 1160 1168 8 0.7
.rodata 274635 274667 32 0.0
.text 2580722 2583314 2592 0.1
all-clusters-minimal-app debug (read only) 2874321 2874353 32 0.0
.text 2423090 2423122 32 0.0
bridge-app debug+rpc (read only) 2372969 2373001 32 0.0
.text 2006850 2006882 32 0.0
chip-tool debug (read only) 10809305 10817201 7896 0.1
(read/write) 651872 652096 224 0.0
.data.rel.ro 616840 617080 240 0.0
.rodata 559573 559829 256 0.0
.text 8741684 8748868 7184 0.1
chip-tool-ipv6only arm64 (read only) 10206092 10212956 6864 0.1
(read/write) 699681 699905 224 0.0
.data.rel.ro 644368 644592 224 0.0
.got 13776 13784 8 0.1
.rodata 490364 490636 272 0.1
.text 8076292 8082404 6112 0.1
lighting-app debug+rpc (read only) 2596985 2597033 48 0.0
.text 2205970 2206018 48 0.0
lock-app debug (read only) 2580897 2580929 32 0.0
.text 2176882 2176914 32 0.0
ota-provider-app debug (read only) 2358057 2358105 48 0.0
.text 1985250 1985298 48 0.0
ota-requestor-app debug (read only) 2523273 2523305 32 0.0
.text 2134610 2134642 32 0.0
shell debug (read only) 2602737 2605433 2696 0.1
(read/write) 142040 142144 104 0.1
.bss 57800 57832 32 0.1
.data.rel.ro 77160 77224 64 0.1
.init_array 1032 1040 8 0.8
.rodata 234738 234770 32 0.0
.text 2209650 2212242 2592 0.1
thermostat-no-ble arm64 (read only) 2357252 2357300 48 0.0
.text 1978912 1978960 48 0.0
tv-app debug (read only) 3173945 3173993 48 0.0
.text 2725250 2725298 48 0.0
tv-casting-app debug (read only) 5454481 5462161 7680 0.1
(read/write) 160048 160240 192 0.1
.data.rel.ro 99736 99928 192 0.2
.rodata 343313 343569 256 0.1
.text 4840514 4847506 6992 0.1
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1179923 1180367 444 0.0
bss 143727 143737 10 0.0
rodata 143268 143344 76 0.1
text 814080 814448 368 0.0
p6 all-clusters-app default (read/write) 1699252 1699804 552 0.0
.bss 149672 149688 16 0.0
.text 1538536 1539072 536 0.0
Decreases (3 builds for cc13x2_26x2, p6)
platform target config section c037fc2 a9fbdfa change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 179116 178700 -416 -0.2
shell LP_CC2652R7 (read/write) 181936 181536 -400 -0.2
p6 all-clusters-app default (read only) 881016 881000 -16 -0.0
Full report (43 builds for bl602, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section c037fc2 a9fbdfa change % change
bl602 lighting-app bl602 (read/write) 1383858 1383858 0 0.0
.bss 120258 120258 0 0.0
.data 4480 4480 0 0.0
.text 1051044 1051044 0 0.0
bl602+rpc (read/write) 1429370 1429370 0 0.0
.bss 127698 127698 0 0.0
.data 4600 4600 0 0.0
.text 1082800 1082800 0 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 672363 672795 432 0.1
(read/write) 179116 178700 -416 -0.2
.bss 74372 74388 16 0.0
.data 3372 3372 0 0.0
.rodata 88747 88819 72 0.1
.text 583300 583660 360 0.1
all-clusters-minimal-app LP_CC2652R7 (read only) 637747 637747 0 0.0
(read/write) 157948 157948 0 0.0
.bss 73660 73660 0 0.0
.data 3372 3372 0 0.0
.rodata 77979 77979 0 0.0
.text 559444 559444 0 0.0
lock-ftd LP_CC2652R7 (read only) 674079 674079 0 0.0
(read/write) 167616 167616 0 0.0
.bss 71476 71476 0 0.0
.data 3296 3296 0 0.0
.rodata 76671 76671 0 0.0
.text 596928 596928 0 0.0
lock-mtd LP_CC2652R7 (read only) 656831 656831 0 0.0
(read/write) 180552 180552 0 0.0
.bss 67164 67164 0 0.0
.data 3296 3296 0 0.0
.rodata 101759 101759 0 0.0
.text 554592 554592 0 0.0
pump-app LP_CC2652R7 (read only) 684751 684751 0 0.0
(read/write) 157752 157752 0 0.0
.bss 71516 71516 0 0.0
.data 3296 3296 0 0.0
.rodata 89959 89959 0 0.0
.text 594308 594308 0 0.0
pump-controller-app LP_CC2652R7 (read only) 669243 669243 0 0.0
(read/write) 173380 173380 0 0.0
.bss 71636 71636 0 0.0
.data 3292 3292 0 0.0
.rodata 85515 85515 0 0.0
.text 583248 583248 0 0.0
shell LP_CC2652R7 (read only) 665062 665478 416 0.1
(read/write) 181936 181536 -400 -0.2
.bss 76692 76708 16 0.0
.data 3376 3376 0 0.0
.rodata 85694 85766 72 0.1
.text 579052 579396 344 0.1
cyw30739 light cyw930739m2evb_01 (read/write) 586030 586030 0 0.0
.app_xip_area 462696 462696 0 0.0
.bss 65768 65768 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 591846 591846 0 0.0
.app_xip_area 463728 463728 0 0.0
.bss 70552 70552 0 0.0
.data 748 748 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 598970 598970 0 0.0
.app_xip_area 476356 476356 0 0.0
.bss 65080 65080 0 0.0
.data 716 716 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read/write) 1100964 1100964 0 0.0
.bss 133372 133372 0 0.0
.data 2068 2068 0 0.0
.text 965500 965500 0 0.0
BRD4161A+rpc (read/write) 1155216 1155216 0 0.0
.bss 150060 150060 0 0.0
.data 2280 2280 0 0.0
.text 1002856 1002856 0 0.0
BRD4161A+rs911x (read/write) 990152 990152 0 0.0
.bss 162696 162696 0 0.0
.data 2056 2056 0 0.0
.text 825380 825380 0 0.0
lock-app BRD4161A+wf200 (read/write) 1139620 1139620 0 0.0
.bss 145872 145872 0 0.0
.data 2064 2064 0 0.0
.text 991664 991664 0 0.0
window-app BRD4161A (read/write) 1092420 1092420 0 0.0
.bss 134812 134812 0 0.0
.data 2096 2096 0 0.0
.text 955492 955492 0 0.0
esp32 all-clusters-app c3devkit (read only) 1029958 1030792 834 0.1
(read/write) 1488642 1489570 928 0.1
.dram0.bss 70832 71136 304 0.4
.dram0.data 14600 14600 0 0.0
.flash.rodata 217776 218400 624 0.3
.flash.text 1029958 1030792 834 0.1
.iram0.text 62902 62902 0 0.0
m5stack (read only) 1083279 1083967 688 0.1
(read/write) 490600 491496 896 0.2
.dram0.bss 76344 76640 296 0.4
.dram0.data 34144 34144 0 0.0
.flash.rodata 248116 248716 600 0.2
.flash.text 1077895 1078583 688 0.1
.iram0.text 123267 123267 0 0.0
k32w light k32w0+release (read/write) 646676 646676 0 0.0
.bss 70400 70400 0 0.0
.data 2068 2068 0 0.0
.text 571480 571480 0 0.0
lock k32w0+release (read/write) 704196 704196 0 0.0
.bss 70864 70864 0 0.0
.data 2076 2076 0 0.0
.text 628528 628528 0 0.0
linux all-clusters-app debug (read only) 3034433 3037129 2696 0.1
(read/write) 155920 156024 104 0.1
.bss 61888 61920 32 0.1
.data 2096 2096 0 0.0
.data.rel.ro 85560 85624 64 0.1
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 1160 1168 8 0.7
.rodata 274635 274667 32 0.0
.text 2580722 2583314 2592 0.1
all-clusters-minimal-app debug (read only) 2874321 2874353 32 0.0
(read/write) 147624 147624 0 0.0
.bss 61152 61152 0 0.0
.data 2064 2064 0 0.0
.data.rel.ro 78120 78120 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 274859 274859 0 0.0
.text 2423090 2423122 32 0.0
bridge-app debug+rpc (read only) 2372969 2373001 32 0.0
(read/write) 127584 127584 0 0.0
.bss 50656 50656 0 0.0
.data 3600 3600 0 0.0
.data.rel.ro 67464 67464 0 0.0
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 203496 203496 0 0.0
.text 2006850 2006882 32 0.0
chip-tool debug (read only) 10809305 10817201 7896 0.1
(read/write) 651872 652096 224 0.0
.bss 25240 25240 0 0.0
.data 3266 3266 0 0.0
.data.rel.ro 616840 617080 240 0.0
.dynamic 608 608 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 559573 559829 256 0.0
.text 8741684 8748868 7184 0.1
chip-tool-ipv6only arm64 (read only) 10206092 10212956 6864 0.1
(read/write) 699681 699905 224 0.0
.bss 33297 33297 0 0.0
.data 3272 3272 0 0.0
.data.rel.ro 644368 644592 224 0.0
.dynamic 560 560 0 0.0
.got 13776 13784 8 0.1
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 490364 490636 272 0.1
.text 8076292 8082404 6112 0.1
lighting-app debug+rpc (read only) 2596985 2597033 48 0.0
(read/write) 130176 130176 0 0.0
.bss 49760 49760 0 0.0
.data 2096 2096 0 0.0
.data.rel.ro 72360 72360 0 0.0
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 920 920 0 0.0
.rodata 220304 220304 0 0.0
.text 2205970 2206018 48 0.0
lock-app debug (read only) 2580897 2580929 32 0.0
(read/write) 125512 125512 0 0.0
.bss 48288 48288 0 0.0
.data 1712 1712 0 0.0
.data.rel.ro 69512 69512 0 0.0
.dynamic 608 608 0 0.0
.got 4464 4464 0 0.0
.init 27 27 0 0.0
.init_array 896 896 0 0.0
.rodata 237360 237360 0 0.0
.text 2176882 2176914 32 0.0
ota-provider-app debug (read only) 2358057 2358105 48 0.0
(read/write) 118976 118976 0 0.0
.bss 47808 47808 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 63336 63336 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 209336 209336 0 0.0
.text 1985250 1985298 48 0.0
ota-requestor-app debug (read only) 2523273 2523305 32 0.0
(read/write) 127320 127320 0 0.0
.bss 50336 50336 0 0.0
.data 2304 2304 0 0.0
.data.rel.ro 68728 68728 0 0.0
.dynamic 608 608 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 848 848 0 0.0
.rodata 216096 216096 0 0.0
.text 2134610 2134642 32 0.0
shell debug (read only) 2602737 2605433 2696 0.1
(read/write) 142040 142144 104 0.1
.bss 57800 57832 32 0.1
.data 1264 1264 0 0.0
.data.rel.ro 77160 77224 64 0.1
.dynamic 608 608 0 0.0
.got 4136 4136 0 0.0
.init 27 27 0 0.0
.init_array 1032 1040 8 0.8
.rodata 234738 234770 32 0.0
.text 2209650 2212242 2592 0.1
thermostat-no-ble arm64 (read only) 2357252 2357300 48 0.0
(read/write) 141825 141825 0 0.0
.bss 55345 55345 0 0.0
.data 1672 1672 0 0.0
.data.rel.ro 75984 75984 0 0.0
.dynamic 560 560 0 0.0
.got 5048 5048 0 0.0
.init 24 24 0 0.0
.init_array 408 408 0 0.0
.rodata 140620 140620 0 0.0
.text 1978912 1978960 48 0.0
tv-app debug (read only) 3173945 3173993 48 0.0
(read/write) 257968 257968 0 0.0
.bss 167480 167480 0 0.0
.data 4736 4736 0 0.0
.data.rel.ro 79184 79184 0 0.0
.dynamic 608 608 0 0.0
.got 4856 4856 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 258952 258952 0 0.0
.text 2725250 2725298 48 0.0
tv-casting-app debug (read only) 5454481 5462161 7680 0.1
(read/write) 160048 160240 192 0.1
.bss 51448 51448 0 0.0
.data 2432 2432 0 0.0
.data.rel.ro 99736 99928 192 0.2
.dynamic 608 608 0 0.0
.got 4776 4776 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 343313 343569 256 0.1
.text 4840514 4847506 6992 0.1
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2454328 2454328 0 0.0
.bss 215044 215044 0 0.0
.data 5872 5872 0 0.0
.text 1416972 1416972 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1179923 1180367 444 0.0
bss 143727 143737 10 0.0
rodata 143268 143344 76 0.1
text 814080 814448 368 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1159799 1159799 0 0.0
bss 142964 142964 0 0.0
rodata 134944 134944 0 0.0
text 803072 803072 0 0.0
p6 all-clusters-app default (read only) 881016 881000 -16 -0.0
(read/write) 1699252 1699804 552 0.0
.bss 149672 149688 16 0.0
.data 2656 2656 0 0.0
.text 1538536 1539072 536 0.0
all-clusters-minimal-app default (read only) 881736 881736 0 0.0
(read/write) 1643276 1643276 0 0.0
.bss 148952 148952 0 0.0
.data 2656 2656 0 0.0
.text 1483280 1483280 0 0.0
light-app default (read only) 890080 890080 0 0.0
(read/write) 1560532 1560532 0 0.0
.bss 140816 140816 0 0.0
.data 2448 2448 0 0.0
.text 1408880 1408880 0 0.0
lock-app default (read only) 885584 885584 0 0.0
(read/write) 1597812 1597812 0 0.0
.bss 145296 145296 0 0.0
.data 2464 2464 0 0.0
.text 1441664 1441664 0 0.0
telink light-switch-app tlsr9518adk80d (read/write) 808736 808736 0 0.0
bss 71448 71448 0 0.0
noinit 43488 43488 0 0.0
text 571316 571316 0 0.0
lighting-app tlsr9518adk80d (read/write) 830680 830680 0 0.0
bss 72304 72304 0 0.0
noinit 43488 43488 0 0.0
text 589406 589406 0 0.0

@yufengwangca yufengwangca merged commit 1ea6bbe into project-chip:master Aug 18, 2022
isiu-apple pushed a commit to isiu-apple/connectedhomeip that referenced this pull request Sep 16, 2022
…hip#21951)

* Define and Enable fault injection cluster

* Run codegen
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.

nlfaultinjection support into fault-cluster
4 participants