linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] trace-cruncher: Synthetic events
@ 2022-01-24  8:56 Yordan Karadzhov (VMware)
  2022-01-24  8:56 ` [PATCH 01/10] trace-cruncher: Define Python type for synthetic events Yordan Karadzhov (VMware)
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Yordan Karadzhov (VMware) @ 2022-01-24  8:56 UTC (permalink / raw)
  To: linux-trace-devel; +Cc: Yordan Karadzhov (VMware)

Adding support for synthetic events. Only the low level wrapper of
the libtracefs APIs is added here.

Yordan Karadzhov (VMware) (10):
  trace-cruncher: Define Python type for synthetic events
  trace-cruncher: APIs for adding start/end fields to synth. event
  trace-cruncher: APIs for adding arithmetic fields to synth. events
  trace-cruncher: APIs for registering/unregistering synth. events
  trace-cruncher: APIs for enabling synth. events
  trace-cryncher: Add static methods for manipulating filters
  trace-cruncher: APIs for filtering synth. events
  trace-cruncher: API to show descriptor of the synth. event
  trace-cruncher: Add synthetic event example
  trace-cruncher: Add synth. events tests

 examples/synth.py                             |  43 ++
 src/ftracepy-utils.c                          | 513 ++++++++++++++++--
 src/ftracepy-utils.h                          |  47 ++
 src/ftracepy.c                                |  92 ++++
 .../tests/1_unit/test_01_ftracepy_unit.py     |  86 +++
 5 files changed, 735 insertions(+), 46 deletions(-)
 create mode 100755 examples/synth.py

-- 
2.32.0


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

end of thread, other threads:[~2022-01-24  8:56 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-24  8:56 [PATCH 00/10] trace-cruncher: Synthetic events Yordan Karadzhov (VMware)
2022-01-24  8:56 ` [PATCH 01/10] trace-cruncher: Define Python type for synthetic events Yordan Karadzhov (VMware)
2022-01-24  8:56 ` [PATCH 02/10] trace-cruncher: APIs for adding start/end fields to synth. event Yordan Karadzhov (VMware)
2022-01-24  8:56 ` [PATCH 03/10] trace-cruncher: APIs for adding arithmetic fields to synth. events Yordan Karadzhov (VMware)
2022-01-24  8:56 ` [PATCH 04/10] trace-cruncher: APIs for registering/unregistering " Yordan Karadzhov (VMware)
2022-01-24  8:56 ` [PATCH 05/10] trace-cruncher: APIs for enabling " Yordan Karadzhov (VMware)
2022-01-24  8:56 ` [PATCH 06/10] trace-cryncher: Add static methods for manipulating filters Yordan Karadzhov (VMware)
2022-01-24  8:56 ` [PATCH 07/10] trace-cruncher: APIs for filtering synth. events Yordan Karadzhov (VMware)
2022-01-24  8:56 ` [PATCH 08/10] trace-cruncher: API to show descriptor of the synth. event Yordan Karadzhov (VMware)
2022-01-24  8:56 ` [PATCH 09/10] trace-cruncher: Add synthetic event example Yordan Karadzhov (VMware)
2022-01-24  8:56 ` [PATCH 10/10] trace-cruncher: Add synth. events tests 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).