Searched refs:ftrace (Results 126 - 150 of 245) sorted by relevance

12345678910

/linux-master/arch/loongarch/kernel/
H A DMakefile31 obj-y += mcount.o ftrace.o
H A Dmodule-sections.c10 #include <linux/ftrace.h>
H A Dunwind_prologue.c6 #include <linux/ftrace.h>
/linux-master/include/linux/
H A Dlivepatch.h13 #include <linux/ftrace.h>
/linux-master/arch/s390/kernel/
H A DMakefile64 obj-$(CONFIG_FUNCTION_TRACER) += ftrace.o
/linux-master/arch/riscv/kernel/
H A Dstacktrace.c13 #include <linux/ftrace.h>
H A Dftrace.c8 #include <linux/ftrace.h>
21 * The code sequences we use for ftrace can't be patched while the
/linux-master/include/trace/events/
H A Dqdisc.h10 #include <linux/ftrace.h>
/linux-master/arch/sparc/kernel/
H A Dkernel.h6 #include <linux/ftrace.h>
H A Dpcr.c12 #include <linux/ftrace.h>
H A Dkgdb_64.c9 #include <linux/ftrace.h>
/linux-master/arch/powerpc/kernel/
H A Dvmlinux.lds.S110 *(.tramp.ftrace.text);
277 *(.tramp.ftrace.init);
/linux-master/scripts/
H A Drecordmcount.c4 * so that ftrace can find them quickly.
670 const char ftrace[] = "/ftrace.o"; local
671 int ftrace_size = sizeof(ftrace) - 1;
698 * The file kernel/trace/ftrace.o references the mcount
699 * function but does not call it. Since ftrace.o should
704 strcmp(file + (len - ftrace_size), ftrace) == 0)
/linux-master/arch/arm64/kernel/
H A Dentry-ftrace.S3 * arch/arm64/kernel/entry-ftrace.S
13 #include <asm/ftrace.h>
30 * ftrace callbacks. So that we can get a sensible backtrace, we create frame
31 * records for the callsite and the ftrace entry assembly. This is not
67 /* Make room for ftrace regs, plus two frame records */
86 /* Save the PC after the ftrace callsite */
89 /* Create a frame record for the callsite above the ftrace regs */
93 /* Create our frame record above the ftrace regs */
189 * ftrace is enabled.
271 * This function is a counterpart of _mcount() in 'static' ftrace, an
[all...]
/linux-master/arch/powerpc/kernel/trace/
H A Dftrace.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>
124 /* We would be branching to one of our ftrace stubs */
127 pr_err("0x%lx: No ftrace stubs reachable\n", ip);
234 /* Verify instructions surrounding the ftrace location */
267 /* Nop-out the ftrace location */
/linux-master/arch/x86/kernel/
H A Dftrace.c18 #include <linux/ftrace.h>
33 #include <asm/ftrace.h>
47 * ftrace has it set to "read/write".
273 /* Defined as markers to the end of the ftrace default trampolines */
520 * has a static trampoline func, or is the ftrace caller itself.
H A Dmachine_kexec_32.c11 #include <linux/ftrace.h>
H A Dftrace_64.S11 #include <asm/ftrace.h>
62 * Stack traces will stop at the ftrace trampoline if the frame pointer
332 * set (see include/asm/ftrace.h and include/linux/ftrace.h). Only the
/linux-master/arch/sh/lib/
H A Dmcount.S8 #include <asm/ftrace.h>
/linux-master/arch/mips/sgi-ip22/
H A Dip22-int.c17 #include <linux/ftrace.h>
/linux-master/arch/csky/abiv2/
H A Dmcount.S5 #include <asm/ftrace.h>
/linux-master/arch/mips/kernel/
H A Dftrace.c3 * Code for replacing ftrace calls with jumps.
14 #include <linux/ftrace.h>
H A Dmcount.S16 #include <asm/ftrace.h>
/linux-master/kernel/trace/
H A Dtrace_printk.c12 #include <linux/ftrace.h>
/linux-master/kernel/locking/
H A Dsemaphore.c34 #include <linux/ftrace.h>

Completed in 300 milliseconds

12345678910