Re: [PATCH 1/2] Read perf data file header from the file user specified with -i option for perf script flamegraph

From: Namhyung Kim
Date: Tue Jun 24 2025 - 13:53:39 EST


On Tue, 10 Jun 2025 12:04:22 +0800, Tianyou Li wrote:
> If specify the perf data file with -i option, the script will try to read the header information
> regardless of the file name specified, instead it will try to access the perf.data. This simple
> patch use the file name from -i option for command perf report --header-only to read the header.
>
>
Applied to perf-tools-next, thanks!

Best regards,
Namhyung