Home
last modified time | relevance | path

Searched refs:ftrace_graph_is_dead (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/arch/loongarch/kernel/
H A Dftrace.c55 if (unlikely(ftrace_graph_is_dead())) in prepare_ftrace_return()
/openbmc/linux/arch/microblaze/kernel/
H A Dftrace.c29 if (unlikely(ftrace_graph_is_dead())) in prepare_ftrace_return()
/openbmc/linux/arch/sh/kernel/
H A Dftrace.c322 if (unlikely(ftrace_graph_is_dead())) in prepare_ftrace_return()
/openbmc/linux/arch/parisc/kernel/
H A Dftrace.c40 if (unlikely(ftrace_graph_is_dead())) in prepare_ftrace_return()
/openbmc/linux/arch/mips/kernel/
H A Dftrace.c313 if (unlikely(ftrace_graph_is_dead())) in prepare_ftrace_return()
/openbmc/linux/arch/s390/kernel/
H A Dftrace.c244 if (unlikely(ftrace_graph_is_dead())) in prepare_ftrace_return()
/openbmc/linux/kernel/trace/
H A Dfgraph.c75 if (unlikely(ftrace_graph_is_dead())) in ftrace_push_return_trace()
/openbmc/linux/arch/x86/kernel/
H A Dftrace.c639 if (unlikely(ftrace_graph_is_dead())) in prepare_ftrace_return()
/openbmc/linux/arch/powerpc/kernel/trace/
H A Dftrace.c427 if (unlikely(ftrace_graph_is_dead())) in ftrace_graph_func()
H A Dftrace_64_pg.c808 if (unlikely(ftrace_graph_is_dead())) in __prepare_ftrace_return()
/openbmc/linux/include/linux/
H A Dftrace.h1104 static inline bool ftrace_graph_is_dead(void) in ftrace_graph_is_dead() function