linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] trace-cruncher: Kernel histograms
@ 2021-12-07 14:28 Yordan Karadzhov (VMware)
  2021-12-07 14:28 ` [PATCH 1/5] trace-cruncher: Define Python type for trace histograms Yordan Karadzhov (VMware)
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Yordan Karadzhov (VMware) @ 2021-12-07 14:28 UTC (permalink / raw)
  To: linux-trace-devel; +Cc: Yordan Karadzhov (VMware)

Adding support for trace histograms. Only the low level wrapper of
the libtracefs APIs is added here.


Yordan Karadzhov (VMware) (5):
  trace-cruncher: Define Python type for trace histograms
  trace-cruncher: Define constructor for trace histograms
  trace-cruncher: Add APIs to setup a histogram
  trace-cruncher: Add APIs for histogram control
  trace-cruncher: Add kernel histogram example

 examples/hist.py     |  66 ++++++
 src/common.h         |  10 +-
 src/ftracepy-utils.c | 526 +++++++++++++++++++++++++++++++++++++++----
 src/ftracepy-utils.h |  32 +++
 src/ftracepy.c       |  63 +++++-
 5 files changed, 650 insertions(+), 47 deletions(-)
 create mode 100755 examples/hist.py

-- 
2.32.0


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

end of thread, other threads:[~2021-12-07 14:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-07 14:28 [PATCH 0/5] trace-cruncher: Kernel histograms Yordan Karadzhov (VMware)
2021-12-07 14:28 ` [PATCH 1/5] trace-cruncher: Define Python type for trace histograms Yordan Karadzhov (VMware)
2021-12-07 14:28 ` [PATCH 2/5] trace-cruncher: Define constructor " Yordan Karadzhov (VMware)
2021-12-07 14:28 ` [PATCH 3/5] trace-cruncher: Add APIs to setup a histogram Yordan Karadzhov (VMware)
2021-12-07 14:28 ` [PATCH 4/5] trace-cruncher: Add APIs for histogram control Yordan Karadzhov (VMware)
2021-12-07 14:28 ` [PATCH 5/5] trace-cruncher: Add kernel histogram example Yordan Karadzhov (VMware)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).