We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa85d0e commit dd9411bCopy full SHA for dd9411b
1 file changed
BCC-Examples/hello_world.py
@@ -15,7 +15,9 @@ def LICENSE() -> str:
15
return "GPL"
16
17
18
+# Compile and load
19
b = BPF()
-b.load_and_attach()
20
+b.load()
21
+b.attach_all()
22
23
trace_pipe()
0 commit comments