Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dfgraph.c1002 dst_ops->flags = FTRACE_OPS_FL_PID | FTRACE_OPS_GRAPH_STUB; in fgraph_init_ops()
1215 if (op->flags & FTRACE_OPS_FL_PID) { in fgraph_update_pid_func()
H A Dtrace_functions.c66 ops->flags = FTRACE_OPS_FL_PID; in ftrace_allocate_ftrace_ops()
H A Dftrace.c107 if (!(ops->flags & FTRACE_OPS_FL_PID) || !ops->private) in ftrace_pids_enabled()
403 if (op->flags & FTRACE_OPS_FL_PID) { in ftrace_update_pid_func()
1079 FTRACE_OPS_FL_PID,
7826 FTRACE_OPS_FL_PID,
/linux/include/linux/
H A Dftrace.h346 FTRACE_OPS_FL_PID = BIT(13), enumerator