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.c1015 dst_ops->flags = FTRACE_OPS_FL_PID | FTRACE_OPS_GRAPH_STUB; in fgraph_init_ops()
1224 if (op->flags & FTRACE_OPS_FL_PID) { in fgraph_update_pid_func()
H A Dtrace_functions.c70 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()
1097 FTRACE_OPS_FL_PID,
8425 FTRACE_OPS_FL_PID,
/linux/include/linux/
H A Dftrace.h358 FTRACE_OPS_FL_PID = BIT(13), enumerator