linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] trace-cruncher:Fixes before v0.2 (Beta)
@ 2022-02-10 15:23 Yordan Karadzhov (VMware)
  2022-02-10 15:23 ` [PATCH 1/8] trace-cruncher: Prefix all python class names with 'tc_' Yordan Karadzhov (VMware)
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Yordan Karadzhov (VMware) @ 2022-02-10 15:23 UTC (permalink / raw)
  To: linux-trace-devel; +Cc: Yordan Karadzhov (VMware)

Yordan Karadzhov (VMware) (8):
  trace-cruncher: Prefix all python class names with 'tc_'
  trace-cruncher: Fix bug in the constructor if tc_synth class
  trace-cruncher: Add tests for synth helper APIs
  trace-cruncher: Code cleanup in the constructor of tc_synth
  trace-cruncher: Rename python function argument in PyFtrace_eprobe
  trace-cruncher: Add tc_eprobe class to ft_utiles
  trace-cruncher: Check kernel support in the eprobe constructor
  trace-cruncher: Add more comments to the examples

 examples/eprobe.py                            |  23 ++-
 examples/hist.py                              |  32 ++++
 examples/hist_oop.py                          |  24 ++-
 examples/kprobe_open.py                       |   6 +-
 examples/synth_oop.py                         |  14 +-
 examples/syscall_trace.py                     |   4 +-
 src/ftracepy-utils.c                          |  50 +++++-
 tracecruncher/ft_utils.py                     | 144 ++++++++++++------
 tracecruncher/ks_utils.py                     |   6 +-
 .../tests/1_unit/test_01_ftracepy_unit.py     | 100 ++++++++----
 10 files changed, 295 insertions(+), 108 deletions(-)
 mode change 100644 => 100755 examples/hist_oop.py
 mode change 100644 => 100755 examples/synth_oop.py

-- 
2.32.0


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

end of thread, other threads:[~2022-02-10 15:24 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-10 15:23 [PATCH 0/8] trace-cruncher:Fixes before v0.2 (Beta) Yordan Karadzhov (VMware)
2022-02-10 15:23 ` [PATCH 1/8] trace-cruncher: Prefix all python class names with 'tc_' Yordan Karadzhov (VMware)
2022-02-10 15:23 ` [PATCH 2/8] trace-cruncher: Fix bug in the constructor if tc_synth class Yordan Karadzhov (VMware)
2022-02-10 15:23 ` [PATCH 3/8] trace-cruncher: Add tests for synth helper APIs Yordan Karadzhov (VMware)
2022-02-10 15:23 ` [PATCH 4/8] trace-cruncher: Code cleanup in the constructor of tc_synth Yordan Karadzhov (VMware)
2022-02-10 15:23 ` [PATCH 5/8] trace-cruncher: Rename python function argument in PyFtrace_eprobe Yordan Karadzhov (VMware)
2022-02-10 15:23 ` [PATCH 6/8] trace-cruncher: Add tc_eprobe class to ft_utiles Yordan Karadzhov (VMware)
2022-02-10 15:23 ` [PATCH 7/8] trace-cruncher: Check kernel support in the eprobe constructor Yordan Karadzhov (VMware)
2022-02-10 15:23 ` [PATCH 8/8] trace-cruncher: Add more comments to the examples 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).