Lines Matching +full:look +full:- +full:up
1 /* SPDX-License-Identifier: GPL-2.0 */
7 * The define_trace.h below will also look for a file name of
9 * In this case, it would look for sample-trace.h
13 * define_trace.h will look up by defining TRACE_INCLUDE_FILE
15 * This file is called sample-trace-array.h but we want the system
16 * to be called "sample-subsystem". Therefore we must define the name of this
19 * #define TRACE_INCLUDE_FILE sample-trace-array
27 #define TRACE_SYSTEM sample-subsystem
30 * TRACE_SYSTEM is expected to be a C valid variable (alpha-numeric
38 * But the above is only needed if TRACE_SYSTEM is not alpha-numeric
40 * TRACE_SYSTEM. As TRACE_SYSTEM_VAR must be alpha-numeric, if
42 * only alpha-numeric and underscores.
72 __entry->count = count;
73 __entry->time = time;
76 TP_printk("count value=%d at jiffies=%lu", __entry->count,
77 __entry->time)
83 #define TRACE_INCLUDE_FILE sample-trace-array