Re: [PATCH] perf report: Display pregress bar on redirected pipe data
From: Namhyung Kim
Date: Fri Jun 28 2024 - 12:54:57 EST
On Thu, 27 Jun 2024 11:19:16 -0700, Namhyung Kim wrote:
> It's possible to save pipe output of perf record into a file.
>
> $ perf record -o- ... > pipe.data
>
> And you can use the data same as the normal perf data.
>
> $ perf report -i pipe.data
>
> [...]
Applied to perf-tools-next, thanks!
Best regards,
Namhyung