Go to the source code of this file.
◆ DEBUG_TYPE
#define DEBUG_TYPE "bpf-adjust-opt" |
◆ DisableBPFavoidSpeculation
cl::opt< bool > DisableBPFavoidSpeculation("bpf-disable-avoid-speculation", cl::Hidden, cl::desc("BPF: Disable Avoiding Speculative Code Motion."), cl::init(false)) |
( |
"bpf-disable-avoid-speculation" | , |
|
|
cl::Hidden | , |
|
|
cl::desc("BPF: Disable Avoiding Speculative Code Motion.") | , |
|
|
cl::init(false) | ) |
|
static |
◆ DisableBPFserializeICMP
cl::opt< bool > DisableBPFserializeICMP("bpf-disable-serialize-icmp", cl::Hidden, cl::desc("BPF: Disable Serializing ICMP insns."), cl::init(false)) |
( |
"bpf-disable-serialize-icmp" | , |
|
|
cl::Hidden | , |
|
|
cl::desc("BPF: Disable Serializing ICMP insns.") | , |
|
|
cl::init(false) | ) |
|
static |