macro_rules! uei_exited {
($skel: expr, $uei:ident) => { ... };
}Expand description
Takes a reference to C struct user_exit_info and test whether the BPF scheduler has exited. See UserExitInfo.
macro_rules! uei_exited {
($skel: expr, $uei:ident) => { ... };
}Takes a reference to C struct user_exit_info and test whether the BPF scheduler has exited. See UserExitInfo.