Re: [PATCH 0/2 v3] tracing/histogram: Add buckets to group data in

From: Namhyung Kim
Date: Wed Jul 07 2021 - 18:14:36 EST


On Wed, Jul 7, 2021 at 2:39 PM Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:
>
> Add a .buckets modifier to group the data instead of having every key saved
> in its own entry, and in a linear fashion instead of like the log2 modifier.
>
> Changes since v2:
>
> - Rename "grouping" field in hist_field to "buckets"
> - Updated documentation to describe the new modifier
>
>
> Steven Rostedt (VMware) (2):
> tracing: Add linear buckets to histogram logic
> tracing/histogram: Update the documentation for the buckets modifier

Acked-by: Namhyung Kim <namhyung@xxxxxxxxxx>

Thanks,
Namhyung


>
> ----
> Documentation/trace/histogram.rst | 92 ++++++++++++++++++++++++++++++++++++---
> kernel/trace/trace.c | 1 +
> kernel/trace/trace_events_hist.c | 65 ++++++++++++++++++++++++---
> 3 files changed, 145 insertions(+), 13 deletions(-)