Searched refs:trace_array_puts (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ |
H A D | trace.h | 41 #define trace_array_puts(tr, str) \ macro
|
/linux/kernel/trace/ |
H A D | trace.c | 1189 trace_array_puts(tr, "*** SNAPSHOT CALLED FROM NMI CONTEXT ***\n"); in tracing_snapshot_instance_cond() 1190 trace_array_puts(tr, "*** snapshot is being ignored ***\n"); in tracing_snapshot_instance_cond() 1195 trace_array_puts(tr, "*** SNAPSHOT NOT ALLOCATED ***\n"); in tracing_snapshot_instance_cond() 1196 trace_array_puts(tr, "*** stopping trace here! ***\n"); in tracing_snapshot_instance_cond() 1203 trace_array_puts(tr, "*** LATENCY TRACER ACTIVE ***\n"); in tracing_snapshot_instance_cond() 1204 trace_array_puts(tr, "*** Can not use snapshot (sorry) ***\n"); in tracing_snapshot_instance_cond() 1209 trace_array_puts(tr, "*** BUFFER MEMORY MAPPED ***\n"); in tracing_snapshot_instance_cond() 1210 trace_array_puts(tr, "*** Can not use snapshot (sorry) ***\n"); in tracing_snapshot_instance_cond() 10632 trace_array_puts(tr, "** Boot snapshot taken **\n"); in ftrace_boot_snapshot()
|