Re: [PATCH] perf trace: Handle task exit in BPF syscall summary
From: Namhyung Kim
Date: Fri Feb 27 2026 - 16:33:39 EST
On Wed, 25 Feb 2026 17:49:55 -0800, Namhyung Kim wrote:
> Some system calls never return because it'd terminate the calling
> thread. Let's hook the task exit path and update the duration of the
> last syscall.
>
> Before:
> $ sudo perf trace -as --bpf-summary -- true |& grep exit
> (nothing)
>
> [...]
Applied to perf-tools-next, thanks!
Best regards,
Namhyung