Re: [PATCH 10/19] perf ftrace: add support for trace option funcgraph-tail

From: Namhyung Kim
Date: Sun May 31 2020 - 02:07:35 EST


On Thu, May 21, 2020 at 6:05 AM Arnaldo Carvalho de Melo
<acme@xxxxxxxxxx> wrote:
>
> Em Sun, May 10, 2020 at 11:06:19PM +0800, Changbin Du escreveu:
> > This adds an option '--funcgraph-tail' for function graph tracer.
>
> And I think we should make these available in a compact way, as Intel PT
> has, i.e. instead of doing something like:
>
> --function-graph-options nosleep_time,noirqs,no_tail,long_info
>
> We could have:
>
> -G ns,ni,nt,li
>
> To save on typing, or something like that.

Looks good. What about separate 'no' prefix from two letter alias?

st, nost, ir, noir, ...

Thanks
Namhyung