Lines Matching refs:trace
8 * In this case, it would look for sample-trace.h
14 * This file is called trace-events-sample.h but we want the system
15 * to be called "sample-trace". Therefore we must define the name of this
18 * #define TRACE_INCLUDE_FILE trace-events-sample
26 #define TRACE_SYSTEM sample-trace
58 * All trace headers should include tracepoint.h, until we finally
66 * name: name of the trace point. This is also how to enable the tracepoint.
164 * This is also used to print out the data from the trace files.
217 * the raw binary trace output into human readable text.
221 * be done is to add this macro with the enum within it in the trace
403 * the code to add the tracepoint, create the files in the trace
490 * include/trace/events directory.
523 #define TRACE_INCLUDE_FILE trace-events-sample
524 #include <trace/define_trace.h>