summaryrefslogtreecommitdiff
path: root/extra/stack_analyzer/example_annotation.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'extra/stack_analyzer/example_annotation.yaml')
-rw-r--r--extra/stack_analyzer/example_annotation.yaml8
1 files changed, 7 insertions, 1 deletions
diff --git a/extra/stack_analyzer/example_annotation.yaml b/extra/stack_analyzer/example_annotation.yaml
index 906342e762..3b96d90b89 100644
--- a/extra/stack_analyzer/example_annotation.yaml
+++ b/extra/stack_analyzer/example_annotation.yaml
@@ -20,4 +20,10 @@ remove:
# Remove all callsites pointing to panic_assert_fail.
- panic_assert_fail
- panic
-- software_panic
+- [software_panic]
+# Remove some invalid paths.
+- [pd_send_request_msg, set_state, pd_power_supply_reset]
+- [__tx_char, __tx_char]
+- [pd_send_request_msg, set_state, set_state]
+- [pd_send_request_msg, set_state, set_state, pd_power_supply_reset]
+- [set_state, set_state, set_state]