dicksites / KUtrace

Low-overhead tracing of all Linux kernel-user transitions, for serious performance analysis. Includes kernel patches, loadable module, and post-processing software. Output is HTML/SVG per-CPU-core timeline that you can pan/zoom down to the nanosecond.
Other
625 stars 56 forks source link

Missing timers.h file for mystery1_x.cc #8

Open saboco opened 6 months ago

saboco commented 6 months ago

On file mystery1_x.cc, there is an include of timers.h which is missing.

Trying to compile it:

g++ -O2 mystery1_x.cc -o mystery1_x

produce the following error:

mystery1_x.cc:7:10: fatal error: timers.h: No such file or directory
    7 | #include "timers.h"
      |          ^~~~~~~~~~
compilation terminated.