Lines Matching refs:FTRACE_FL_REGS
1747 rec->flags |= FTRACE_FL_REGS;
1769 rec->flags & FTRACE_FL_REGS &&
1772 rec->flags &= ~FTRACE_FL_REGS;
2049 rec->flags & FTRACE_FL_REGS ? " R" : " ");
2100 if (!(rec->flags & FTRACE_FL_REGS) !=
2102 flag |= FTRACE_FL_REGS;
2137 if (flag & FTRACE_FL_REGS) {
2138 if (rec->flags & FTRACE_FL_REGS)
2423 * If the record has the FTRACE_FL_REGS set, that means that it
2424 * wants to convert to a callback that saves all regs. If FTRACE_FL_REGS
2454 if (rec->flags & FTRACE_FL_REGS)
3651 rec->flags & FTRACE_FL_REGS ? " R" : " ",
6295 rec->flags |= FTRACE_FL_REGS;