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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/trace/
H A Dftrace.c3185 static int ftrace_graph_active; variable
3339 if (ftrace_graph_active) {
3347 ftrace_graph_active++;
3350 ftrace_graph_active--;
3368 if (unlikely(!ftrace_graph_active))
3371 ftrace_graph_active--;
3389 if (ftrace_graph_active) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/trace/
H A Dftrace.c3185 static int ftrace_graph_active; variable
3339 if (ftrace_graph_active) {
3347 ftrace_graph_active++;
3350 ftrace_graph_active--;
3368 if (unlikely(!ftrace_graph_active))
3371 ftrace_graph_active--;
3389 if (ftrace_graph_active) {

Completed in 90 milliseconds