Searched refs:trace_array_puts (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | trace.h | 41 #define trace_array_puts(tr, str) \ macro
|
| /linux-6.15/kernel/trace/ |
| H A D | trace.c | 1199 trace_array_puts(tr, "*** SNAPSHOT CALLED FROM NMI CONTEXT ***\n"); in tracing_snapshot_instance_cond() 1200 trace_array_puts(tr, "*** snapshot is being ignored ***\n"); in tracing_snapshot_instance_cond() 1205 trace_array_puts(tr, "*** SNAPSHOT NOT ALLOCATED ***\n"); in tracing_snapshot_instance_cond() 1206 trace_array_puts(tr, "*** stopping trace here! ***\n"); in tracing_snapshot_instance_cond() 1213 trace_array_puts(tr, "*** LATENCY TRACER ACTIVE ***\n"); in tracing_snapshot_instance_cond() 1214 trace_array_puts(tr, "*** Can not use snapshot (sorry) ***\n"); in tracing_snapshot_instance_cond() 1219 trace_array_puts(tr, "*** BUFFER MEMORY MAPPED ***\n"); in tracing_snapshot_instance_cond() 1220 trace_array_puts(tr, "*** Can not use snapshot (sorry) ***\n"); in tracing_snapshot_instance_cond() 11016 trace_array_puts(tr, "** Boot snapshot taken **\n"); in ftrace_boot_snapshot()
|