All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] tracing/histograms: multiple hitcount support
@ 2022-08-25 22:19 Tom Zanussi
  2022-08-25 22:19 ` [PATCH 1/3] tracing: Allow multiple hitcount values in histograms Tom Zanussi
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Tom Zanussi @ 2022-08-25 22:19 UTC (permalink / raw)
  To: rostedt; +Cc: mhiramat, linux-kernel

Hi Masami,

The first patch here adds support for multiple hitcount fields.

The second and third fix up your v2 [1] patches on top of the first
just so I could test them.

It works fine for me.  Let me know if you want me to update the v3
version instead of this one and I can do that instead.

Thanks,

Tom

[1] https://lore.kernel.org/lkml/165966330764.3826604.9358384228095103695.stgit@devnote2/


The following changes since commit 09c9cdd023f26244463b1276b251a91e72915178:

  tracing/filter: Call filter predicate functions directly via a switch statement (2022-08-23 17:41:13 -0400)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/zanussi/linux-trace.git ftrace/masami-hitcount-v0

Masami Hiramatsu (Google) (2):
  tracing: Add .percent suffix option to histogram values
  tracing: Add .graph suffix option to histogram value

Tom Zanussi (1):
  tracing: Allow multiple hitcount values in histograms

 kernel/trace/trace.c             |   3 +-
 kernel/trace/trace_events_hist.c | 144 ++++++++++++++++++++++++++++---
 2 files changed, 136 insertions(+), 11 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-08-26  0:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-25 22:19 [PATCH 0/3] tracing/histograms: multiple hitcount support Tom Zanussi
2022-08-25 22:19 ` [PATCH 1/3] tracing: Allow multiple hitcount values in histograms Tom Zanussi
2022-08-25 22:19 ` [PATCH 2/3] tracing: Add .percent suffix option to histogram values Tom Zanussi
2022-08-25 22:19 ` [PATCH 3/3] tracing: Add .graph suffix option to histogram value Tom Zanussi
2022-08-26  0:58 ` [PATCH 0/3] tracing/histograms: multiple hitcount support Masami Hiramatsu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.