aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/report/plugins/ebpf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/report/plugins/ebpf.py b/sos/report/plugins/ebpf.py
index 6c426933..61598d31 100644
--- a/sos/report/plugins/ebpf.py
+++ b/sos/report/plugins/ebpf.py
@@ -15,6 +15,7 @@ class Ebpf(Plugin, IndependentPlugin):
short_desc = 'eBPF tool'
plugin_name = 'ebpf'
profiles = ('system', 'kernel', 'network')
+ commands = ('bpftool',)
option_list = [
PluginOpt("namespaces", default=None, val_type=int,