Re: [PATCH] perf trace: Skip internal syscall arguments
From: Namhyung Kim
Date: Mon Dec 01 2025 - 23:09:10 EST
On Wed, 26 Nov 2025 20:44:18 -0800, Namhyung Kim wrote:
> Recent changes in the linux-next kernel will add new field for syscalls
> to have contents in the userspace like below.
>
> # cat /sys/kernel/tracing/events/syscalls/sys_enter_write/format
> name: sys_enter_write
> ID: 758
> format:
> field:unsigned short common_type; offset:0; size:2; signed:0;
> field:unsigned char common_flags; offset:2; size:1; signed:0;
> field:unsigned char common_preempt_count; offset:3; size:1; signed:0;
> field:int common_pid; offset:4; size:4; signed:1;
>
> [...]
Applied to perf-tools-next, thanks!
Best regards,
Namhyung