[PATCH 0/2 v3] tracing/histogram: Add buckets to group data in
From: Steven Rostedt
Date: Wed Jul 07 2021 - 17:39:35 EST
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
----
Documentation/trace/histogram.rst | 92 ++++++++++++++++++++++++++++++++++++---
kernel/trace/trace.c | 1 +
kernel/trace/trace_events_hist.c | 65 ++++++++++++++++++++++++---
3 files changed, 145 insertions(+), 13 deletions(-)