On Thu, 2022-09-08 at 22:56 +0800, Sakura286 wrote:

> Thanks for your advice. Since "access" is invalid on riscv64, just like 
> "strace -e access", "strace -e access,faccessat" will also fail. You 
> cannot pass an invalid syscall name to "strace -e".

Ah, that is unfortunate. I note that strace has syscall groupings but
none of them are for access. It also has regexes, please try these:

strace -e /access
strace -e '/^(access|faccessat)$' echo

-- 
bye,
pabs

https://wiki.debian.org/PaulWise

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to