Files
linux-apfs/kernel/trace/events.c
T

16 lines
299 B
C
Raw Normal View History

2009-02-24 10:22:57 -05:00
/*
* This is the place to register all trace points as events.
*/
2009-03-09 16:00:22 -04:00
#include <linux/stringify.h>
#include <trace/trace_events.h>
2009-02-24 10:22:57 -05:00
#include "trace_output.h"
#include "trace_events_stage_1.h"
#include "trace_events_stage_2.h"
#include "trace_events_stage_3.h"
2009-02-24 10:22:57 -05:00
#include <trace/trace_event_types.h>