Searched refs:ftrace (Results 1 - 25 of 242) sorted by last modified time

12345678910

/linux-master/kernel/
H A Dsoftirq.c24 #include <linux/ftrace.h>
H A Dfork.c67 #include <linux/ftrace.h>
H A Dkprobes.c37 #include <linux/ftrace.h>
854 /* Impossible to optimize ftrace-based kprobe. */
1080 if (WARN_ONCE(ret < 0, "Failed to arm kprobe-ftrace at %pS (error %d)\n", p->addr, ret))
1085 if (WARN(ret < 0, "Failed to register kprobe-ftrace (error %d)\n", ret))
1119 if (WARN(ret < 0, "Failed to unregister kprobe-ftrace (error %d)\n", ret))
1126 WARN_ONCE(ret < 0, "Failed to disarm kprobe-ftrace at %pS (error %d)\n",
1153 /* Must ensure p->addr is really on ftrace */
1785 * For the kprobe-on-ftrace case, we keep the
2366 * is using ftrace, because ftrace framewor
[all...]
/linux-master/arch/x86/kernel/apic/
H A Dapic.c26 #include <linux/ftrace.h>
/linux-master/arch/xtensa/kernel/
H A Dstacktrace.c15 #include <asm/ftrace.h>
/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c15 #include <asm/ftrace.h>
/linux-master/arch/x86/kernel/
H A Dprocess_64.c40 #include <linux/ftrace.h>
H A Dcallthunks.c14 #include <asm/ftrace.h>
/linux-master/init/
H A Dmain.c78 #include <linux/ftrace.h>
/linux-master/kernel/power/
H A Dsuspend.c29 #include <linux/ftrace.h>
/linux-master/arch/mips/kernel/
H A Dptrace.c32 #include <linux/ftrace.h>
/linux-master/arch/riscv/kernel/
H A Dpatch.c15 #include <asm/ftrace.h>
120 * We're currently using stop_machine() for ftrace & kprobes, and while
H A Dsuspend.c9 #include <linux/ftrace.h>
H A DMakefile83 obj-$(CONFIG_FUNCTION_TRACER) += mcount.o ftrace.o
/linux-master/arch/x86/include/asm/
H A Dasm-prototypes.h2 #include <asm/ftrace.h>
/linux-master/arch/x86/kernel/kprobes/
H A Dcore.c41 #include <linux/ftrace.h>
214 * and it cannot be modified by ftrace.
232 * In case of Kprobes using ftrace, we do not have a copy of
233 * the original instruction. In fact, the ftrace location might
/linux-master/tools/testing/selftests/
H A DMakefile34 TARGETS += ftrace
/linux-master/arch/powerpc/kexec/
H A Dcore.c16 #include <linux/ftrace.h>
/linux-master/arch/powerpc/kernel/
H A Dsmp.c61 #include <asm/ftrace.h>
1680 /* We can enable ftrace for secondary cpus now */
/linux-master/arch/loongarch/kernel/
H A Dmodule.c18 #include <linux/ftrace.h>
520 const Elf_Shdr *s, *alt = NULL, *orc = NULL, *orc_ip = NULL, *ftrace = NULL; local
530 ftrace = s;
539 if (ftrace)
540 module_init_ftrace_plt(hdr, ftrace, mod);
H A DMakefile31 obj-y += mcount.o ftrace.o
H A Dmcount_dyn.S6 #include <asm/ftrace.h>
/linux-master/arch/loongarch/include/asm/
H A Dunwind.h11 #include <linux/ftrace.h>
/linux-master/arch/arm/kernel/
H A DMakefile58 obj-$(CONFIG_FUNCTION_TRACER) += entry-ftrace.o
59 obj-$(CONFIG_DYNAMIC_FTRACE) += ftrace.o insn.o patch.o
60 obj-$(CONFIG_FUNCTION_GRAPH_TRACER) += ftrace.o insn.o patch.o
/linux-master/drivers/s390/cio/
H A Dcio.c15 #include <linux/ftrace.h>

Completed in 273 milliseconds

12345678910