diff --git a/sos/report/plugins/ebpf.py b/sos/report/plugins/ebpf.py index 6c5f7deea8..56edb53248 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,