On Mon, Mar 31, 2025 at 12:37:18AM -0700, Namhyung Kim wrote:
> Hello,
>
> This is to remove arbitrary restrictions in the hierarchy mode.
>
> The -F/--fields option is to specify output fields and sort keys in perf
> report exactly what users want. It was not allowed in the hierarchy mode
> because it missed to handle the field correctly.
>
> This patchset addresses that problem and allows the option. It'd make
> the output more flexible. For example, this is possible:
>
> $ perf report -F overhead,comm,dso -H
Thanks, tested and applied to perf-tools-next.
- Arnaldo