Lines Matching refs:trace
4 #include <linux/trace.h>
12 * Any file that uses trace points, must include the header.
15 * creates the handles for the trace points.
18 #include "sample-trace-array.h"
90 * the trace array - "tr". We are done using the trace array, hence
102 * Return a pointer to the trace array with name "sample-instance" if it
103 * exists, else create a new trace array.
106 * associated with the trace array - "tr".
132 * We are unloading our module and no longer require the trace array.