sudo swupd bundle-add bcc linux-lts-dev
sudo /usr/share/bcc/tools/tcpdrop
Currently stuck here
Traceback (most recent call last):
File "/usr/share/bcc/tools/tcpdrop", line 208, in <module>
if b.get_kprobe_functions(b"tcp_drop"):
File "/usr/lib/python3.7/site-packages/bcc/__init__.py", line 514, in get_kprobe_functions
with open("%s/../kprobes/blacklist" % TRACEFS, "rb") as blacklist_f:
FileNotFoundError: [Errno 2] No such file or directory: '/sys/kernel/debug/tracing/../kprobes/blacklist'