linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] SysCall tracing
@ 2022-01-28 18:21 Yordan Karadzhov (VMware)
  2022-01-28 18:21 ` [PATCH 1/2] trace-cruncher: Add (un)register methods for dynamic events Yordan Karadzhov (VMware)
  2022-01-28 18:21 ` [PATCH 2/2] trace-cruncher: Add example of tracing systemcalls Yordan Karadzhov (VMware)
  0 siblings, 2 replies; 3+ messages in thread
From: Yordan Karadzhov (VMware) @ 2022-01-28 18:21 UTC (permalink / raw)
  To: linux-trace-devel; +Cc: Yordan Karadzhov (VMware)

Now, when we have the necessary APIs for working with 'eprobes' and
'synthetic' events, we can combine the two and trace system calls.

Yordan Karadzhov (VMware) (2):
  trace-cruncher: Add (un)register methods for dynamic events
  trace-cruncher: Add example of tracing systemcalls

 examples/syscall_trace.py                     | 66 ++++++++++++++
 src/ftracepy-utils.c                          | 90 ++++++++++++++-----
 src/ftracepy-utils.h                          |  4 +
 src/ftracepy.c                                | 15 +++-
 tracecruncher/ft_utils.py                     |  2 +
 .../tests/1_unit/test_01_ftracepy_unit.py     |  7 +-
 6 files changed, 159 insertions(+), 25 deletions(-)
 create mode 100755 examples/syscall_trace.py

-- 
2.33.1


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

end of thread, other threads:[~2022-01-28 18:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-28 18:21 [PATCH 0/2] SysCall tracing Yordan Karadzhov (VMware)
2022-01-28 18:21 ` [PATCH 1/2] trace-cruncher: Add (un)register methods for dynamic events Yordan Karadzhov (VMware)
2022-01-28 18:21 ` [PATCH 2/2] trace-cruncher: Add example of tracing systemcalls 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).