Lines Matching refs:in
7 provides examples of how to insert tracepoints in the kernel and
14 A tracepoint placed in code provides a hook to call a function (probe)
20 and adds a data structure in a separate section). When a tracepoint
22 is executed, in the execution context of the caller. When the function
26 You can put tracepoints at important locations in the code. They are
28 which prototypes are described in a tracepoint declaration placed in a
38 - A tracepoint definition, placed in a header file.
39 - The tracepoint statement, in C code.
84 - TP_ARGS(firstarg, p) are the parameters names, same as found in the
87 - if you use the header in multiple source files, #define CREATE_TRACE_POINTS
88 should appear only in one source file.
106 put in inline functions, inlined static functions, and unrolled loops
111 kernel: they are considered as being the same whether they are in the
112 core kernel image or in modules.
114 If the tracepoint has to be used in kernel modules, an