Lines Matching refs:FTRACE_FL_REGS
1746 rec->flags |= FTRACE_FL_REGS;
1768 rec->flags & FTRACE_FL_REGS &&
1771 rec->flags &= ~FTRACE_FL_REGS;
2054 rec->flags & FTRACE_FL_REGS ? " R" : " ");
2105 if (!(rec->flags & FTRACE_FL_REGS) !=
2107 flag |= FTRACE_FL_REGS;
2142 if (flag & FTRACE_FL_REGS) {
2143 if (rec->flags & FTRACE_FL_REGS)
2430 * If the record has the FTRACE_FL_REGS set, that means that it
2431 * wants to convert to a callback that saves all regs. If FTRACE_FL_REGS
2461 if (rec->flags & FTRACE_FL_REGS)
3652 rec->flags & FTRACE_FL_REGS ? " R" : " ",
6332 rec->flags |= FTRACE_FL_REGS;