Searched refs:ftrace (Results 151 - 175 of 242) sorted by relevance

12345678910

/linux-master/arch/loongarch/kernel/
H A Dunwind_prologue.c6 #include <linux/ftrace.h>
H A Dmcount_dyn.S6 #include <asm/ftrace.h>
/linux-master/arch/powerpc/kernel/trace/
H A Dftrace_entry.S10 #include <asm/ftrace.h>
19 * when ftrace is active.
33 * and then arrange for the ftrace function to be called.
311 .pushsection ".tramp.ftrace.text","aw",@progbits;
317 .pushsection ".tramp.ftrace.init","aw",@progbits;
H A Dftrace_64_pg.c3 * Code for replacing ftrace calls with jumps.
14 #define pr_fmt(fmt) "ftrace-powerpc: " fmt
20 #include <linux/ftrace.h>
27 #include <asm/ftrace.h>
333 pr_err("No ftrace trampolines reachable from %ps\n",
430 /* If we never set up ftrace trampoline(s), then bail */
433 pr_err("No ftrace trampoline\n");
476 /* Make sure we're being asked to patch branch to a known ftrace addr */
484 pr_err("Unknown ftrace addr to patch: %ps\n", (void *)ptr);
490 pr_err("Unable to read ftrace locatio
[all...]
/linux-master/mm/kasan/
H A Dreport_generic.c13 #include <linux/ftrace.h>
/linux-master/include/trace/events/
H A Dqdisc.h10 #include <linux/ftrace.h>
/linux-master/arch/arm64/kernel/
H A Dstacktrace.c11 #include <linux/ftrace.h>
H A Dmodule-plts.c7 #include <linux/ftrace.h>
/linux-master/arch/x86/kernel/
H A Dprocess_32.c36 #include <linux/ftrace.h>
H A Ddumpstack.c15 #include <linux/ftrace.h>
275 * replaced with the address of an ftrace handler
H A Dirq.c11 #include <linux/ftrace.h>
/linux-master/arch/powerpc/kexec/
H A Dcore.c16 #include <linux/ftrace.h>
/linux-master/arch/riscv/kernel/
H A DMakefile83 obj-$(CONFIG_FUNCTION_TRACER) += mcount.o ftrace.o
H A Dpatch.c15 #include <asm/ftrace.h>
120 * We're currently using stop_machine() for ftrace & kprobes, and while
H A Dmcount-dyn.S12 #include <asm/ftrace.h>
/linux-master/arch/xtensa/kernel/
H A Dstacktrace.c15 #include <asm/ftrace.h>
/linux-master/arch/s390/kernel/
H A Dmodule.c17 #include <linux/ftrace.h>
27 #include <asm/ftrace.lds.h>
H A Dasm-offsets.c15 #include <linux/ftrace.h>
/linux-master/kernel/trace/
H A Dtrace_branch.c13 #include <linux/ftrace.h>
H A Dtrace_stack.c13 #include <linux/ftrace.h>
59 * registers a callback from ftrace, and in that callback it examines the stack
/linux-master/arch/arm/kernel/
H A Dentry-ftrace.S4 #include <asm/ftrace.h>
27 * When using dynamic ftrace, we patch out the mcount call by a "add sp, #4"
28 * instead of the __gnu_mcount_nc call (see arch/arm/kernel/ftrace.c).
H A Dmodule-plts.c7 #include <linux/ftrace.h>
/linux-master/arch/powerpc/kernel/
H A Dmodule_32.c16 #include <linux/ftrace.h>
/linux-master/include/linux/
H A Dkprobes.h28 #include <linux/ftrace.h>
104 #define KPROBE_FLAG_FTRACE 8 /* probe is using ftrace */
125 /* Is this kprobe uses ftrace ? */
/linux-master/tools/testing/selftests/
H A DMakefile34 TARGETS += ftrace

Completed in 251 milliseconds

12345678910