• Yonghong Song's avatar
    Add a python test for usdt · 505c110a
    Yonghong Song authored
      o The sample application covers different aspects
        of usdt rewriter code generation:
        - const
        - *(ctx + offset)
        - use bpf_probe_read to get trace data
        - the switch in ctx->ip if the same probe
          is triggered in multiple .text locations.
      o folly (https://github.com/facebook/folly/) tracing
        header files are pulled into python test directory and
        used to produce USDT probes.
    Signed-off-by: default avatarYonghong Song <yhs@fb.com>
    505c110a
CMakeLists.txt 5 KB