We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bba8dc commit aa85d0eCopy full SHA for aa85d0e
1 file changed
BCC-Examples/hello_perf_output.py
@@ -37,7 +37,7 @@ def LICENSE() -> str:
37
# Compile and load
38
b = BPF()
39
b.load()
40
-attached = b.attach_all()
+b.attach_all()
41
42
start = 0
43
0 commit comments