Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dfgraph.c374 FTRACE_OPS_FL_PID |
H A Dtrace_functions.c66 ops->flags = FTRACE_OPS_FL_PID; in ftrace_allocate_ftrace_ops()
H A Dftrace.c106 if (!(ops->flags & FTRACE_OPS_FL_PID) || !ops->private) in ftrace_pids_enabled()
402 if (op->flags & FTRACE_OPS_FL_PID) { in ftrace_update_pid_func()
1070 FTRACE_OPS_FL_PID,
7312 FTRACE_OPS_FL_PID,
/openbmc/linux/include/linux/
H A Dftrace.h246 FTRACE_OPS_FL_PID = BIT(13), enumerator