Lines Matching refs:FTRACE_FL_REGS
1771 rec->flags |= FTRACE_FL_REGS;
1793 rec->flags & FTRACE_FL_REGS &&
1796 rec->flags &= ~FTRACE_FL_REGS;
2112 rec->flags & FTRACE_FL_REGS ? " R" : " ");
2163 if (!(rec->flags & FTRACE_FL_REGS) !=
2165 flag |= FTRACE_FL_REGS;
2200 if (flag & FTRACE_FL_REGS) {
2201 if (rec->flags & FTRACE_FL_REGS)
2520 * If the record has the FTRACE_FL_REGS set, that means that it
2521 * wants to convert to a callback that saves all regs. If FTRACE_FL_REGS
2551 if (rec->flags & FTRACE_FL_REGS)
3775 rec->flags & FTRACE_FL_REGS ? " R" : " ",
6839 rec->flags |= FTRACE_FL_REGS;