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

From: Steven Rostedt
Date: Tue Sep 06 2022 - 22:03:15 EST


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.

-- Steve