# 需要导入模块: from bcc import BPF [as 别名]# 或者: from bcc.BPF importget_kprobe_functions[as 别名]def_generate_functions(self, template):self.usdt =Nonetext =""ifself.type =="p"andnotself.library: functions = BPF.get_kprobe_functions(self.pattern) verify_limit(len(functions))forfunc...