On Wed, 3 Jun 2020 15:15:06 +0300 "Tzvetomir Stoyanov (VMware)" <tz.stoyanov@xxxxxxxxx> wrote: > --- a/tracecmd/trace-usage.c > +++ b/tracecmd/trace-usage.c > @@ -53,6 +53,7 @@ static struct usage_help usage_help[] = { > " --module filter module name\n" > " --by-comm used with --profile, merge events for related comms\n" > " --profile enable tracing options needed for report --profile\n" > + " -G when profiling, set soft and hard irqs as global\n" This should be in with the other "simple" options (those with a single character). The long options "--foo" should always be at the end after all simple ones. Thanks! -- Steve > " --func-stack perform a stack trace for function tracer\n" > " (use with caution)\n" > " --max-graph-depth limit function_graph depth\n"