Initial implementation of ethtoolsnoop
based on kprobe dev_ethtool()
for ethtool ioctl()
syscall and kprobe ethnl_default_doit()
, ethnl_parse_header_dev_get()
and kretprobe ethnl_parse_header_dev_get()
for ethtool genetlink message.
Only support to run on Linux kernel 5.2 and later with BTF support.