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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace_sched_wakeup.c90 if (tracing_thresh) {
91 if (delta < tracing_thresh)
H A Dtrace_irqsoff.c332 if (tracing_thresh) {
333 if (delta < tracing_thresh)
H A Dtrace_functions_graph.c243 if (tracing_thresh)
304 if (tracing_thresh &&
305 (trace->rettime - trace->calltime < tracing_thresh))
316 if (tracing_thresh)
H A Dtrace.h374 extern unsigned long tracing_thresh;
H A Dtrace.c396 tracing_thresh = threshhold * 1000;
399 __setup("tracing_thresh=", set_tracing_thresh);
607 unsigned long __read_mostly tracing_thresh; variable
4321 trace_create_file("tracing_thresh", 0644, d_tracer,
4322 &tracing_thresh, &tracing_max_lat_fops);

Completed in 78 milliseconds