This adds to trace-cruncher a basic support for Kprobes. Changes in v2: - Fixed naming clash in ftracepy-utils - Fixed naming clash in tests Yordan Karadzhov (VMware) (3): trace-cruncher: Add support for Kprobes trace-cruncher: Add events to utils trace-cruncher: Add Kprobe example examples/kprobe_open.py | 44 ++++ src/ftracepy-utils.c | 366 ++++++++++++++++++++++++-- src/ftracepy-utils.h | 30 +++ src/ftracepy.c | 55 ++++ tests/1_unit/test_01_ftracepy_unit.py | 57 ++++ tracecruncher/ft_utils.py | 182 +++++++++++++ 6 files changed, 716 insertions(+), 18 deletions(-) create mode 100755 examples/kprobe_open.py -- 2.27.0