Compare commits

...
17 Commits
Author SHA1 Message Date
christoph 86e6037e59 Group fault rates / instruction plot per experiment 2026-07-26 23:35:04 +02:00
christoph aad3b85d8f Chart consistency + visual cleanup 2026-07-26 23:04:36 +02:00
christoph df83623101 Merge individual charts into faceted ones to not confuse me 2026-07-26 23:04:19 +02:00
christoph 7a3d1610ba Add instruction count/fault count correlation plot 2026-07-26 18:27:39 +02:00
christoph 167c3a1290 Add additional WAMR header for clangd to find 2026-07-26 18:08:43 +02:00
christoph 8c9cc08de0 Remove duplicated stdio.h include 2026-07-26 18:08:07 +02:00
christoph 47e0cf129e Automatically remove --wamr-exceptions flag for C builds 2026-07-26 18:07:17 +02:00
christoph 2d624c725c Allow "Run in gdb" action to launch linux-baremetal builds in QEMU 2026-07-26 17:50:10 +02:00
christoph edaf9bd8ba Fix linux-baremetal build 2026-07-26 17:49:44 +02:00
christoph 98ecd11d2b Add qemu_kvm to devshell 2026-07-26 16:55:29 +02:00
christoph 4e8bf01da9 Reduce runtime of tacle countnegative/fft/recursion benchmarks 2026-07-26 16:55:16 +02:00
christoph a6e68ef800 Fix: Link missing newlib syscall stubs for c+fail target 2026-07-26 13:33:40 +02:00
christoph 9baf6605ed Fix lib.h falling back to TARGET_LINUX during wasm_module and c module compilation 2026-07-26 13:31:13 +02:00
christoph 822b59d70e Add basic sum0 ghidra projects with decompiled/annotated AOT code 2026-07-25 19:37:57 +02:00
christoph f9e2d6994a Update ImportMarkersAsBookmarks Ghidra script after faults.csv format change (mnemonic) 2026-07-25 19:37:31 +02:00
christoph fec9b32df1 Make chart naming consistent + simplify menu datafile selection 2026-07-25 17:50:26 +02:00
christoph 062644ab17 Remove filtered results 2026-07-25 17:49:53 +02:00
164 changed files with 1188 additions and 945 deletions
+1
View File
@@ -6,3 +6,4 @@
/db.conf
/fail/bin/resultbrowser/app/__pycache__
/fail/bin/VisualFAIL/CONFIGURATION.php
/qemu.log
+1
View File
@@ -284,6 +284,7 @@ rec {
wamrc
fail-bin
php
qemu_kvm
# perl
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<PROJECT>
<PROJECT_DATA_XML_NAME NAME="DISPLAY_DATA">
<SAVE_STATE>
<ARRAY NAME="EXPANDED_PATHS" TYPE="string">
<A VALUE="06-09_13-57-11_sum0_c_fail:" />
</ARRAY>
<STATE NAME="SHOW_TABLE" TYPE="boolean" VALUE="false" />
</SAVE_STATE>
</PROJECT_DATA_XML_NAME>
<TOOL_MANAGER ACTIVE_WORKSPACE="Workspace">
<WORKSPACE NAME="Workspace" ACTIVE="true" />
</TOOL_MANAGER>
</PROJECT>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<PROJECT>
<PROJECT_DATA_XML_NAME NAME="DISPLAY_DATA">
<SAVE_STATE>
<ARRAY NAME="EXPANDED_PATHS" TYPE="string">
<A VALUE="06-09_22-34-26_sum0_aot_fail:" />
</ARRAY>
<STATE NAME="SHOW_TABLE" TYPE="boolean" VALUE="false" />
</SAVE_STATE>
</PROJECT_DATA_XML_NAME>
<TOOL_MANAGER ACTIVE_WORKSPACE="Workspace">
<WORKSPACE NAME="Workspace" ACTIVE="true" />
</TOOL_MANAGER>
</PROJECT>
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<PROJECT>
<PROJECT_DATA_XML_NAME NAME="DISPLAY_DATA">
<SAVE_STATE>
<ARRAY NAME="EXPANDED_PATHS" TYPE="string">
<A VALUE="06-10_21-32-23_sum0_interp_fail:" />
</ARRAY>
<STATE NAME="SHOW_TABLE" TYPE="boolean" VALUE="false" />
</SAVE_STATE>
</PROJECT_DATA_XML_NAME>
<TOOL_MANAGER ACTIVE_WORKSPACE="Workspace">
<WORKSPACE NAME="Workspace" ACTIVE="true" />
</TOOL_MANAGER>
</PROJECT>
Binary file not shown.
Binary file not shown.
1 version https://git-lfs.github.com/spec/v1
2 oid sha256:0872fc81a4819edb0560fec706c20dda993fa1d9e6ae59ac0797a70da074a261
3 size 11043
Binary file not shown.
1 version https://git-lfs.github.com/spec/v1
2 oid sha256:25e82ef4bf870c4c9b0e3081b6a10e982c71a1ba18c2bd175b9aeffc5fd9ee5e
3 size 341
Binary file not shown.
1 version https://git-lfs.github.com/spec/v1
2 oid sha256:f9301d1e99774a5232c9af9ec98050690c93900e3d15958d64d6e7ac8264d6bc
3 size 581502
Binary file not shown.
1 version https://git-lfs.github.com/spec/v1
2 oid sha256:bde743e47bef9f3348e0f9e544038e47341677d1dce0d3ad78127d426de694a2
3 size 518
Binary file not shown.
1 version https://git-lfs.github.com/spec/v1
2 oid sha256:6dd964101c20afcd834c0cbdc5e799d17865214dde268f2870e113ef00d4c64f
3 size 15518
Binary file not shown.
1 version https://git-lfs.github.com/spec/v1
2 oid sha256:4aa71a2421ad57dd561a05f484bf79bc9c84cadd8916839e6efbda1a4eb64e19
3 size 374
Binary file not shown.
1 version https://git-lfs.github.com/spec/v1
2 oid sha256:de2522821c3d6a17923dfed87357baf2373cec7b35822b970751563e60849cdc
3 size 534805
Binary file not shown.
1 version https://git-lfs.github.com/spec/v1
2 oid sha256:9f51e0cf5a365dded877b47e494cd93d382bf4d80c5ba12bd2b02cfb8d5f5f4d
3 size 529
Binary file not shown.
1 version https://git-lfs.github.com/spec/v1
2 oid sha256:57eae6743403084f586a502ea6c989fc1d2d7c7f621a2b065c3704008acbfea4
3 size 13164
Binary file not shown.
1 version https://git-lfs.github.com/spec/v1
2 oid sha256:d51020f9dd5c17748f7645e3251be434a1eb5ebb00aef67e245e412f2ec8c5d3
3 size 333
Binary file not shown.
1 version https://git-lfs.github.com/spec/v1
2 oid sha256:3e0c4486adb9cc0724884ab226cbdea295e598a70635e2e0116fe08394eb5fa0
3 size 560800
Binary file not shown.
1 version https://git-lfs.github.com/spec/v1
2 oid sha256:0a49bfd009742029993d2ca4facbbe7f5ec034642db056777c776fa0dcb265a1
3 size 536
Binary file not shown.
1 version https://git-lfs.github.com/spec/v1
2 oid sha256:f9dc6e4f02aeaf1ada233bb4c6eb81c69173be0a6d11f211be61129d9d752a1f
3 size 18855
Binary file not shown.
1 version https://git-lfs.github.com/spec/v1
2 oid sha256:36b531e9c9738c0f79b6c6205fa77f60971fcd9a68aca62f197b0de168fdbcf7
3 size 397
Binary file not shown.
1 version https://git-lfs.github.com/spec/v1
2 oid sha256:b1cf0d6a21c2c3b569ef5fcc3dfabf922dbd6e7f1fe3b0195931461d950d0dc3
3 size 581464
Binary file not shown.
1 version https://git-lfs.github.com/spec/v1
2 oid sha256:21e2712f3a94749b157d041562f9422a3ff12d8b09bc642fb0bd95b8bdc2df02
3 size 531
Binary file not shown.
1 version https://git-lfs.github.com/spec/v1
2 oid sha256:0938c43346259bf3daf621a8b1520e4c8411c80664afa72c628abf86580bc34e
3 size 12007
Binary file not shown.
1 version https://git-lfs.github.com/spec/v1
2 oid sha256:0f7eff0c31438987ffaffe61a2e716efd0d801d477111b3663199580a37b12df
3 size 328
Binary file not shown.
1 version https://git-lfs.github.com/spec/v1
2 oid sha256:028bdaf2389384e4bb0fd7b3301166df41be95d0646cba1057c5a0cfe366a317
3 size 551945
Binary file not shown.
1 version https://git-lfs.github.com/spec/v1
2 oid sha256:114bec96be8357d4c7a1540ffab91b21ed0c974c1a0b6b43802d1b3303bfc154
3 size 532
Binary file not shown.
1 version https://git-lfs.github.com/spec/v1
2 oid sha256:2537317fc1467e37844d39edd01a1dad09999487dd94a1d6e0864c0369bf296f
3 size 10888
Binary file not shown.
1 version https://git-lfs.github.com/spec/v1
2 oid sha256:cc403d1b884f8b51f6ebd6edb316a8dfe630a161ac1319ac6b2c5adb87736722
3 size 410
Binary file not shown.
1 version https://git-lfs.github.com/spec/v1
2 oid sha256:3b9c956bbe543a2379e61424f49c440ee300e36062fbfec5353ebf00eca53eb9
3 size 562680
Binary file not shown.
1 version https://git-lfs.github.com/spec/v1
2 oid sha256:8bf9fd873c0fe42c4e9588aefb01246374728b7ae7124c0d666cc25cad72d889
3 size 535
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More