Re: [PATCH v5 1/6] tracing: Allow multiple hitcount values in histograms

From: Google
Date: Wed Sep 07 2022 - 02:13:08 EST


On Tue, 6 Sep 2022 22:03:46 -0400
Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:

> On Sun, 4 Sep 2022 13:12:20 +0900
> "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx> wrote:
>
> > From: Tom Zanussi <zanussi@xxxxxxxxxx>
> >
> > The hitcount is treated specially in the histograms - since it's
> > always expected to be there regardless of whether the user specified
> > anything or not, it's always added as the first histogram value.
> >
> > Currently the code doesn't allow it to be added more than once as a
> > value, which is inconsistent with all the other possible values. It
> > would seem to be a pointless thing to want to do, but other features
> > being added such as percent and graph modifiers don't work properly
> > with the current hitcount restrictions.
> >
> > Fix this by allowing multiple hitcounts to be added.
> >
> > Signed-off-by: Tom Zanussi <zanussi@xxxxxxxxxx>
>
> Hi Masami,
>
> When posting patches from other people, you still need to add your
> Signed-off-by, as that denotes the people who processed the patch before it
> made it into git.

Oops, I got it.

Please add my signed-off-by;

Signed-off-by: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>

Thank you,

>
> -- Steve


--
Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>