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

12345678910

/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/arch/x86/kernel/
H A Dprocess_32.c36 #include <linux/ftrace.h>
H A Dcallthunks.c14 #include <asm/ftrace.h>
H A Ddumpstack.c15 #include <linux/ftrace.h>
275 * replaced with the address of an ftrace handler
/linux-master/arch/powerpc/kexec/
H A Dcore.c16 #include <linux/ftrace.h>
/linux-master/arch/loongarch/kernel/
H A Dmcount_dyn.S6 #include <asm/ftrace.h>
H A Dftrace_dyn.c3 * Based on arch/arm64/kernel/ftrace.c
8 #include <linux/ftrace.h>
103 pr_err("ftrace: no module PLT for %ps\n", (void *)*addr);
153 * At runtime, we can replace nop with bl to enable ftrace call and replace bl
154 * with nop to disable ftrace call. The bl requires us to save the original RA
/linux-master/arch/xtensa/kernel/
H A Dstacktrace.c15 #include <asm/ftrace.h>
/linux-master/arch/parisc/kernel/
H A Dsmp.c30 #include <linux/ftrace.h>
/linux-master/kernel/livepatch/
H A Dpatch.c14 #include <linux/ftrace.h>
201 pr_err("failed to set ftrace filter for function '%s' (%d)\n",
208 pr_err("failed to register ftrace handler for function '%s' (%d)\n",
/linux-master/arch/riscv/kernel/
H A DMakefile84 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/s390/kernel/
H A Dmodule.c17 #include <linux/ftrace.h>
28 #include <asm/ftrace.lds.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/powerpc/kernel/
H A Dmodule_32.c16 #include <linux/ftrace.h>
/linux-master/arch/arm/kernel/
H A Dmodule-plts.c7 #include <linux/ftrace.h>
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).
/linux-master/arch/arm64/kernel/
H A Dmodule-plts.c7 #include <linux/ftrace.h>
H A Dstacktrace.c11 #include <linux/ftrace.h>
/linux-master/arch/powerpc/mm/
H A Dmem.c28 #include <asm/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 ? */
381 /* Set when ftrace has been killed: kprobes on ftrace must be disabled for safety */

Completed in 191 milliseconds

12345678910