我刚刚安装了systemtap。当我想使用 stap -o 将结果发送到文件中时,出现错误:sudo stap -o a.out b.stp
semantic error: unable to find member 'mnt_parent' for struct vfsmount (alternatives: mnt_root mnt_sb mnt_flags): operator '->' at /usr/share/systemtap/tapset/dentry.stp:104:54
source: if (@cast(vfsmnt, "vfsmount")->mnt_parent == vfsmnt)
我对 systemtap 使用的语言感到很困惑。谁能帮我?