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

12345678910

/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/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/arch/sparc/kernel/
H A Dperf_event.c18 #include <linux/ftrace.h>
H A Dtraps_64.c24 #include <linux/ftrace.h>
/linux-master/include/linux/
H A Dkvm_host.h32 #include <linux/ftrace.h>
/linux-master/kernel/
H A Dsysctl.c56 #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...]
H A Dfork.c67 #include <linux/ftrace.h>
/linux-master/kernel/module/
H A Dmain.c48 #include <linux/ftrace.h>
/linux-master/kernel/trace/
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
1607 * ftrace_location - return the ftrace location
1611 * * If @ip matches the ftrace location, return @ip.
1612 * * 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);
2238 * register_tracer - register a tracer with the ftrace system.
9549 tr->trace_marker_file = __find_event_file(tr, "ftrace", "print");
9871 * it if we decide to change what log level the ftrace dump
9967 printk(KERN_TRACE "Dumping ftrace buffer:\n");
9969 printk(KERN_TRACE "Dumping ftrace instanc
[all...]
/linux-master/kernel/locking/
H A Dlockdep.c47 #include <linux/ftrace.h>
/linux-master/kernel/rcu/
H A Dtree.c52 #include <linux/ftrace.h>
693 * ftrace, and making this notrace removes unnecessary recursion calls.
/linux-master/mm/
H A Dpage_alloc.c51 #include <linux/ftrace.h>
/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c15 #include <asm/ftrace.h>
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv.c48 #include <asm/ftrace.h>

Completed in 457 milliseconds

12345678910