Re: [PATCH 0/3] perf record: Fix segfault with '--timestamp-filename' option and pipe mode

From: Namhyung Kim
Date: Mon Jan 22 2024 - 15:39:06 EST


On Fri, 19 Jan 2024 04:03:01 +0000, Yang Jihong wrote:
> When perf record uses '--timestamp-filename' option and pipe mode,
> will occur segfault:
>
> # perf record --timestamp-filename -o- true 1>/dev/null
> [ perf record: Woken up 1 times to write data ]
> [ perf record: Dump -.2024011813361681 ]
> perf: Segmentation fault
> Segmentation fault (core dumped)
>
> [...]

Applied to perf-tools-next, thanks!

Namhyung