On Thu, 4 Jun 2020 11:51:40 -0400 Steven Rostedt <rostedt@xxxxxxxxxxx> wrote: > > @@ -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. Let me add. I see why you did it this way (because it is right under the --profile), but I think it still should be with the other simple options. I'll update it. Thanks! -- Steve