# 需要导入模块: from bcc import BPF [as 别名]# 或者: from bcc.BPF importattach_kretprobe[as 别名]defrun_bpf_probe(num_iterations, sleep_secs):"""Run the extended BPF probe on Linux's compact_zone_order() function."""# debug_level = 0x3 # 0x3: dump LLVM IR and BPF byte code t...