You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix issues in BTFDebug for potential missing __bpf_trap btf
The funciton __bpf_trap is created during selectiondag lowering.
But the function usage could be removed during later machine-level
optimization. In such cases, we will generate btf for __bpf_trap
in endModule().
0 commit comments