Home
last modified time | relevance | path

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

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