Home
last modified time | relevance | path

Searched refs:FTRACE_ITER_PRINTALL (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/linux/
Dftrace.h415 FTRACE_ITER_PRINTALL = (1 << 2), enumerator
/Linux-v4.19/kernel/trace/
Dftrace.c3334 if (iter->flags & FTRACE_ITER_PRINTALL) { in t_next()
3352 iter->flags &= ~(FTRACE_ITER_PRINTALL | FTRACE_ITER_PROBE | FTRACE_ITER_MOD); in reset_iter_read()
3382 iter->flags |= FTRACE_ITER_PRINTALL; in t_start()
3442 if (iter->flags & FTRACE_ITER_PRINTALL) { in t_show()