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