Searched refs:global_trace (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace.c164 * The global_trace is the descriptor that holds the tracing
175 static struct trace_array global_trace; variable in typeref:struct:trace_array
192 if (!global_trace.buffer)
195 ts = ring_buffer_time_stamp(global_trace.buffer, cpu);
196 ring_buffer_normalize_time_stamp(global_trace.buffer, cpu, &ts);
202 * The max_tr is used to snapshot the global_trace when a maximum
206 * The buffers for the max_tr are set up the same as the global_trace.
208 * with the link list of the global_trace and the buffers are reset for
209 * the global_trace so the tracing can continue.
643 * update_max_tr - snapshot all trace buffers from global_trace t
[all...]

Completed in 49 milliseconds