Home
last modified time | relevance | path

Searched refs:FTRACE_FL_REGS (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/trace/
H A Dftrace.c1881 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 it
2687 * wants to convert to a callback that saves all regs. If FTRACE_FL_REGS
[all...]
/linux/include/linux/
H A Dftrace.h775 FTRACE_FL_REGS = (1UL << 30), enumerator