Searched refs:FTRACE_FL_REGS (Results 1 – 2 of 2) sorted by relevance
1881 rec->flags |= FTRACE_FL_REGS; in __ftrace_hash_rec_update() 1903 rec->flags & FTRACE_FL_REGS && in __ftrace_hash_rec_update() 1906 rec->flags &= ~FTRACE_FL_REGS; in __ftrace_hash_rec_update() 2268 rec->flags & FTRACE_FL_REGS ? " R" : " ", in ftrace_bug() 2320 if (!(rec->flags & FTRACE_FL_REGS) != in ftrace_check_record() 2322 flag |= FTRACE_FL_REGS; in ftrace_check_record() 2371 if (flag & FTRACE_FL_REGS) { in ftrace_check_record() 2372 if (rec->flags & FTRACE_FL_REGS) in ftrace_check_record() 2686 * If the record has the FTRACE_FL_REGS set, that means that it2687 * wants to convert to a callback that saves all regs. If FTRACE_FL_REGS[all...]
775 FTRACE_FL_REGS = (1UL << 30), enumerator