Home
last modified time | relevance | path

Searched refs:FTRACE_OPS_FL_PID (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Dftrace.h160 FTRACE_OPS_FL_PID = 1 << 13, enumerator
/Linux-v4.19/kernel/trace/
Dtrace_functions.c47 ops->flags = FTRACE_OPS_FL_RECURSION_SAFE | FTRACE_OPS_FL_PID; in allocate_ftrace_ops()
Dftrace.c99 if (!(ops->flags & FTRACE_OPS_FL_PID) || !ops->private) in ftrace_pids_enabled()
407 if (op->flags & FTRACE_OPS_FL_PID) { in ftrace_update_pid_func()
1077 FTRACE_OPS_FL_PID,
6184 FTRACE_OPS_FL_PID,
6755 FTRACE_OPS_FL_PID |