Re: [PATCH] perf trace: Skip internal syscall arguments

From: Steven Rostedt

Date: Sat Nov 29 2025 - 14:42:13 EST


On Sat, 29 Nov 2025 11:07:20 -0800
Namhyung Kim <namhyung@xxxxxxxxxx> wrote:

> > Even with this patch applied, I still have a segfault with this command:
> >
> > # ./perf trace -e syscalls:sys_enter_write
>
> What about this?
>
> # ./perf trace -e write

Yes that works. As long as it isn't considered a regression that the
sys_enter_write crashes, then I'm fine with;

Tested-by: Steven Rostedt (Google) <rostedt@xxxxxxxxxxx>

-- Steve