linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Yordan Karadzhov (VMware)" <y.karadz@gmail.com>
To: linux-trace-devel@vger.kernel.org
Cc: "Yordan Karadzhov (VMware)" <y.karadz@gmail.com>
Subject: [PATCH 0/8] trace-cruncher:Fixes before v0.2 (Beta)
Date: Thu, 10 Feb 2022 17:23:31 +0200	[thread overview]
Message-ID: <20220210152339.363943-1-y.karadz@gmail.com> (raw)

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


             reply	other threads:[~2022-02-10 15:23 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-10 15:23 Yordan Karadzhov (VMware) [this message]
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)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220210152339.363943-1-y.karadz@gmail.com \
    --to=y.karadz@gmail.com \
    --cc=linux-trace-devel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).