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

12345678910

/linux-master/arch/x86/mm/
H A Dinit_64.c57 #include <asm/ftrace.h>
/linux-master/arch/mips/kernel/
H A Dptrace.c32 #include <linux/ftrace.h>
/linux-master/arch/x86/kernel/apic/
H A Dapic.c26 #include <linux/ftrace.h>
/linux-master/include/linux/
H A Dperf_event.h52 #include <linux/ftrace.h>
H A Dkvm_host.h32 #include <linux/ftrace.h>
/linux-master/kernel/trace/
H A Dtrace.h13 #include <linux/ftrace.h>
H A Dftrace.c29 #include <linux/ftrace.h>
93 /* ftrace_enabled is a method to turn ftrace on or off */
1040 # error Dynamic ftrace depends on MCOUNT_RECORD
1074 * Used by the stack unwinder to know about dynamic ftrace trampolines.
1514 * There's a small race when adding ops that the ftrace handler
1590 * Returns: rec->ip if the related ftrace location is a least partly within
1592 * that is either a NOP or call to the function tracer. It checks the ftrace
1610 * ftrace_location - return the ftrace location
1614 * * If @ip matches the ftrace location, return @ip.
1615 * * If @ip matches sym+0, return sym's ftrace locatio
[all...]
H A Dtrace.c30 #include <linux/ftrace.h>
120 * ftrace_dump_on_oops - variable to dump ftrace buffer on oops
124 * of the ftrace buffers to the console. This is very useful for
200 /* We are using ftrace early, expand it */
204 __setup("ftrace=", set_cmdline_ftrace);
2244 * register_tracer - register a tracer with the ftrace system.
9643 tr->trace_marker_file = __find_event_file(tr, "ftrace", "print");
9965 * it if we decide to change what log level the ftrace dump
10061 printk(KERN_TRACE "Dumping ftrace buffer:\n");
10063 printk(KERN_TRACE "Dumping ftrace instanc
[all...]
/linux-master/arch/sparc/kernel/
H A Dperf_event.c18 #include <linux/ftrace.h>
H A Dtraps_64.c24 #include <linux/ftrace.h>
/linux-master/arch/powerpc/kernel/
H A Dprocess.c34 #include <linux/ftrace.h>
509 * but the soft irq state not "reconciled". ftrace code that calls
513 * could be done by having ftrace entry code check for this un-reconciled
515 * temporarily fix it up for the duration of the ftrace call.
/linux-master/kernel/
H A Dsysctl.c56 #include <linux/ftrace.h>
H A Dkprobes.c36 #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",
1158 /* Must ensure p->addr is really on ftrace */
1791 * For the kprobe-on-ftrace case, we keep the
2372 * is using ftrace, because ftrace framewor
[all...]
H A Dfork.c67 #include <linux/ftrace.h>
/linux-master/kernel/module/
H A Dmain.c48 #include <linux/ftrace.h>
/linux-master/kernel/locking/
H A Dlockdep.c47 #include <linux/ftrace.h>
/linux-master/kernel/rcu/
H A Dtree.c52 #include <linux/ftrace.h>
717 * ftrace, and making this notrace removes unnecessary recursion calls.
/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c15 #include <asm/ftrace.h>
/linux-master/mm/
H A Dpage_alloc.c51 #include <linux/ftrace.h>
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv.c48 #include <asm/ftrace.h>

Completed in 446 milliseconds

12345678910