• Andreas Gerstmayr's avatar
    zfsdist: fix for python3 · 0d08989d
    Andreas Gerstmayr authored
    The BPF.get_kprobe_functions method tests if the passed argument
    matches with a line of kallsyms, which is opened in binary mode.
    Therefore the regex pattern must be bytes as well.
    0d08989d
zfsdist.py 5.13 KB