"do_sys_openat2" may run failed beacuse of gcc, cause this function is a static function that may be inlined.
However, "do_sys_open" is not a static function and will not be inlined, which will not run failed.
For detail, refer to issues https://github.com/foniod/redbpf/issues/266
"do_sys_openat2" may run failed beacuse of gcc, cause this function is a static function that may be inlined. However, "do_sys_open" is not a static function and will not be inlined, which will not run failed. For detail, refer to issues https://github.com/foniod/redbpf/issues/266