Index: tools/ignition/linux_perf_report.py |
diff --git a/tools/ignition/linux_perf_report.py b/tools/ignition/linux_perf_report.py |
index d6fd55e38a0719a6019c06b9341fb98ec1bbf17f..fbf562c2abe9b699de7feb47b09446c90c9b19a2 100755 |
--- a/tools/ignition/linux_perf_report.py |
+++ b/tools/ignition/linux_perf_report.py |
@@ -115,7 +115,7 @@ def collapsed_callchains_generator(perf_stream, show_all=False, |
elif symbol == "Builtin:InterpreterEntryTrampoline": |
if len(current_chain) == 1: |
yield ["[entry trampoline]"] |
- elif show_all: |
+ else: |
# If we see an InterpreterEntryTrampoline which is not at the top of the |
# chain and doesn't have a BytecodeHandler above it, then we have |
# skipped the top BytecodeHandler due to the top-level stub not building |