mbox series

[0/2] SysCall tracing

Message ID 20220128182102.8672-1-y.karadz@gmail.com (mailing list archive)
Headers show
Series SysCall tracing | expand

Message

Yordan Karadzhov Jan. 28, 2022, 6:21 p.m. UTC
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