From aa85d0e0eff9401ca82f749979bab55f645b79b7 Mon Sep 17 00:00:00 2001 From: Pragyansh Chaturvedi Date: Mon, 20 Oct 2025 14:58:50 +0530 Subject: [PATCH] Remove unnecessary attached var in hello_perf_output --- BCC-Examples/hello_perf_output.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BCC-Examples/hello_perf_output.py b/BCC-Examples/hello_perf_output.py index 40f14cc..9de89b9 100644 --- a/BCC-Examples/hello_perf_output.py +++ b/BCC-Examples/hello_perf_output.py @@ -37,7 +37,7 @@ def LICENSE() -> str: # Compile and load b = BPF() b.load() -attached = b.attach_all() +b.attach_all() start = 0