Searched refs:FTRACE_FL_CALL_OPS (Results 1 - 2 of 2) sorted by relevance

/linux-master/kernel/trace/
H A Dftrace.c1862 rec->flags |= FTRACE_FL_CALL_OPS;
1864 rec->flags &= ~FTRACE_FL_CALL_OPS;
2162 rec->flags & FTRACE_FL_CALL_OPS ? " O" : " ");
2246 if (!(rec->flags & FTRACE_FL_CALL_OPS) !=
2248 flag |= FTRACE_FL_CALL_OPS;
2250 flag |= FTRACE_FL_CALL_OPS;
2301 if (flag & FTRACE_FL_CALL_OPS) {
2303 if (rec->flags & FTRACE_FL_CALL_OPS)
3855 rec->flags & FTRACE_FL_CALL_OPS ? " O" : " ",
/linux-master/include/linux/
H A Dftrace.h579 FTRACE_FL_CALL_OPS = (1UL << 22), enumerator in enum:__anon145

Completed in 178 milliseconds