Searched refs:FTRACE_FL_IPMODIFY (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dftrace.h575 FTRACE_FL_IPMODIFY = (1UL << 26), enumerator in enum:__anon145
/linux-master/kernel/trace/
H A Dftrace.c1936 * against functions with FTRACE_FL_IPMODIFY. If there is any overlap, call
1986 if (rec->flags & FTRACE_FL_IPMODIFY) {
2007 rec->flags |= FTRACE_FL_IPMODIFY;
2010 rec->flags &= ~FTRACE_FL_IPMODIFY;
2034 rec->flags &= ~FTRACE_FL_IPMODIFY;
2036 rec->flags |= FTRACE_FL_IPMODIFY;
2278 if (rec->flags & (FTRACE_FL_DIRECT | FTRACE_FL_IPMODIFY))
3853 rec->flags & FTRACE_FL_IPMODIFY ? " I" : " ",

Completed in 126 milliseconds