Home
last modified time | relevance | path

Searched refs:ftrace_nop_ops (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/arm64/kernel/
H A Dftrace.c309 return ftrace_rec_set_ops(rec, &ftrace_nop_ops); in ftrace_rec_set_nop_ops()
/openbmc/linux/include/linux/
H A Dftrace.h70 extern const struct ftrace_ops ftrace_nop_ops;
/openbmc/linux/kernel/trace/
H A Dftrace.c153 const struct ftrace_ops ftrace_nop_ops = { variable