events.c 262 B

1234567891011121314
  1. /*
  2. * This is the place to register all trace points as events.
  3. */
  4. #include <linux/stringify.h>
  5. #include <trace/trace_events.h>
  6. #include "trace_output.h"
  7. #include "trace_events_stage_1.h"
  8. #include "trace_events_stage_2.h"
  9. #include "trace_events_stage_3.h"