mbox series

[0/8] trace-cruncher:Fixes before v0.2 (Beta)

Message ID 20220210152339.363943-1-y.karadz@gmail.com (mailing list archive)
Headers show
Series trace-cruncher:Fixes before v0.2 (Beta) | expand

Message

Yordan Karadzhov Feb. 10, 2022, 3:23 p.m. UTC
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