Searched refs:ftrace (Results 101 - 125 of 242) sorted by relevance

12345678910

/linux-master/arch/arm/kernel/
H A Dftrace.c10 * is compiled with the -pg flag. When using dynamic ftrace, the
15 #include <linux/ftrace.h>
22 #include <asm/ftrace.h>
/linux-master/arch/s390/kernel/
H A Dftrace.c13 #include <linux/ftrace.h>
21 #include <asm/ftrace.lds.h>
25 #include "ftrace.h"
34 * To enable ftrace the code gets patched like above and afterwards looks
39 * The ftrace function gets called with a non-standard C function call ABI
42 * For module code we can't directly jump to ftrace caller, but need a
225 panic("cannot allocate ftrace plt\n");
258 * there is branch relative on condition. To enable the ftrace graph code
261 * To disable the ftrace graph code the mask field will be patched to
H A Dmachine_kexec.c14 #include <linux/ftrace.h>
/linux-master/arch/arm64/kernel/
H A Dftrace.c3 * arch/arm64/kernel/ftrace.c
9 #include <linux/ftrace.h>
16 #include <asm/ftrace.h>
275 pr_err("ftrace: no module PLT for %ps\n", (void *)*addr);
375 * disable the ftrace call. The BL requires us to save the original LR value,
428 * rather than the ftrace PLT we'll use at runtime (which redirects to
429 * the ftrace trampoline). We can ignore the old PLT when initializing
/linux-master/kernel/trace/
H A Dtrace_export.c3 * trace_export.c - export basic ftrace utilities to user space
11 #include <linux/ftrace.h>
25 #define TRACE_SYSTEM ftrace
28 * The FTRACE_ENTRY_REG macro allows ftrace entry to define register
H A Dtrace_recursion_record.c6 #include <linux/ftrace.h>
H A DMakefile113 libftrace-y := ftrace.o
/linux-master/arch/mips/kernel/
H A DMakefile42 obj-$(CONFIG_FTRACE_SYSCALLS) += ftrace.o
43 obj-$(CONFIG_FUNCTION_TRACER) += mcount.o ftrace.o
/linux-master/arch/sparc/kernel/
H A DMakefile95 obj-$(CONFIG_DYNAMIC_FTRACE) += ftrace.o
96 obj-$(CONFIG_FUNCTION_GRAPH_TRACER) += ftrace.o
/linux-master/arch/riscv/kernel/
H A Dmcount.S13 #include <asm/ftrace.h>
H A Dstacktrace.c13 #include <linux/ftrace.h>
/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);
/linux-master/arch/csky/kernel/
H A Dftrace.c4 #include <linux/ftrace.h>
H A Dstacktrace.c6 #include <linux/ftrace.h>
/linux-master/fs/pstore/
H A Dftrace.c14 #include <linux/ftrace.h>
82 pr_err("%s: unable to %sregister ftrace ops: %zd\n",
130 "enable ftrace recording immediately (default: off)");
/linux-master/arch/parisc/kernel/
H A Dtime.c31 #include <linux/ftrace.h>
/linux-master/arch/sh/kernel/
H A Dirq.c15 #include <linux/ftrace.h>
H A Dprocess_32.c21 #include <linux/ftrace.h>
H A Dmachine_kexec.c14 #include <linux/ftrace.h>
/linux-master/lib/
H A Dbug.c49 #include <linux/ftrace.h>
/linux-master/samples/ftrace/
H A Dftrace-ops.c5 #include <linux/ftrace.h>
69 MODULE_PARM_DESC(persist, "Successfully load module and leave ftrace ops registered after test completes\n");
/linux-master/include/linux/
H A Dlivepatch.h13 #include <linux/ftrace.h>
/linux-master/arch/powerpc/kernel/
H A Dstacktrace.c22 #include <linux/ftrace.h>
/linux-master/arch/x86/kernel/
H A Dftrace_32.S10 #include <asm/ftrace.h>
/linux-master/scripts/
H A Drecordmcount.pl127 if ($inputfile =~ m,kernel/trace/ftrace\.o$,) {

Completed in 389 milliseconds

12345678910