Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dkprobes.h105 #define KPROBE_FLAG_FTRACE 8 /* probe is using ftrace */ macro
129 return p->flags & KPROBE_FLAG_FTRACE; in kprobe_ftrace()
/openbmc/linux/kernel/
H A Dkprobes.c1546 p->flags |= KPROBE_FLAG_FTRACE; in check_ftrace_location()