Searched refs:ftrace (Results 1 - 25 of 242) sorted by path

12345678910

/linux-master/Documentation/trace/
H A Dfunction-graph-fold.vim1 " Enable folding for ftrace function_graph traces.
/linux-master/arch/mips/sgi-ip22/
H A Dip22-time.c20 #include <linux/ftrace.h>
/linux-master/arch/sh/kernel/
H A Ddwarf.c21 #include <linux/ftrace.h>
/linux-master/arch/sh/lib/
H A Dmcount.S8 #include <asm/ftrace.h>
/linux-master/arch/sparc/include/asm/
H A Dasm-prototypes.h11 #include <asm/ftrace.h>
/linux-master/arch/sparc/kernel/
H A Dstacktrace.c6 #include <linux/ftrace.h>
H A Dtime_64.c36 #include <linux/ftrace.h>
/linux-master/arch/x86/kernel/kprobes/
H A DMakefile8 obj-$(CONFIG_KPROBES_ON_FTRACE) += ftrace.o
/linux-master/arch/x86/xen/
H A Dtrace.c2 #include <linux/ftrace.h>
/linux-master/drivers/hwtracing/stm/
H A DMakefile20 stm_ftrace-y := ftrace.o
/linux-master/kernel/livepatch/
H A Dpatch.h7 #include <linux/ftrace.h>
10 * struct klp_ops - structure for tracking registered ftrace ops structs
20 * @fops: registered ftrace ops struct
/linux-master/kernel/trace/
H A Dtrace_nop.c10 #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
H A Darmksyms.c18 #include <asm/ftrace.h>
H A Dentry-common.S10 #include <asm/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).
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>
H A Dmodule-plts.c7 #include <linux/ftrace.h>
H A Dreturn_address.c9 #include <linux/ftrace.h>
H A Dsuspend.c2 #include <linux/ftrace.h>
/linux-master/arch/arm64/include/asm/
H A Dasm-prototypes.h15 #include <asm/ftrace.h>
/linux-master/arch/arm64/kernel/
H A DMakefile43 obj-$(CONFIG_FUNCTION_TRACER) += ftrace.o entry-ftrace.o
H A Dasm-offsets.c12 #include <linux/ftrace.h>
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...]
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

Completed in 357 milliseconds

12345678910