Commit a12a5215 authored by Rich Lane's avatar Rich Lane

rename ebpf method to dump_func

parent f631b0e0
...@@ -392,7 +392,7 @@ class BPF(object): ...@@ -392,7 +392,7 @@ class BPF(object):
return fn return fn
def ebpf(self, func_name): def dump_func(self, func_name):
""" """
Return the eBPF bytecodes for the specified function as a string Return the eBPF bytecodes for the specified function as a string
""" """
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment