Skip to content
  • Manuel Stoeckl's avatar
    Introduce static tracepoints for profiling · e5b8b063
    Manuel Stoeckl authored
    The SystemTap (sys/sdt.h) tracepoints are used, as they are rather
    lightweight both when unused and when actively traced. A script
    trace_all.sh has been added, which uses the bcc tools program trace.py
    to provide timestamps for key intervals (namely, diff construction,
    application, and writing to the channel) in waypipe's execution.
    e5b8b063