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

12345678910

/linux-master/arch/powerpc/kernel/
H A Dsetup_64.c64 #include <asm/ftrace.h>
440 * We enable ftrace here, but since we only support DYNAMIC_FTRACE, it
442 * ftrace itself has been initialized.
H A Dmodule_64.c14 #include <linux/ftrace.h>
111 /* Used by ftrace to identify stubs */
H A Dsmp.c61 #include <asm/ftrace.h>
1680 /* We can enable ftrace for secondary cpus now */
/linux-master/kernel/trace/
H A Dtrace_boot.c11 #include <linux/ftrace.h>
32 /* Common ftrace options */
326 * ftrace.[instance.INSTANCE.]event.GROUP.EVENT.hist[.N] {
566 xbc_node_for_each_array_value(node, "ftrace.filters", anode, p) {
571 pr_err("Failed to add %s to ftrace filter\n", p);
576 xbc_node_for_each_array_value(node, "ftrace.notraces", anode, p) {
581 pr_err("Failed to add %s to ftrace filter\n", p);
651 trace_node = xbc_find_node("ftrace");
H A Dtrace_functions_graph.c11 #include <linux/ftrace.h>
H A Dtrace_eprobe.c14 #include <linux/ftrace.h>
99 /* Will fail if probe is being used by ftrace or perf */
778 /* Skip other probes and ftrace events */
H A Dtrace_events_filter.c2769 printk(KERN_INFO "Testing ftrace filter: ");
H A Dtrace_output.c10 #include <linux/ftrace.h>
949 /* ftrace defined events have separate call structures */
H A Dtrace.h13 #include <linux/ftrace.h>
/linux-master/include/linux/
H A Dftrace.h4 * scattered below, see: Documentation/trace/ftrace-design.rst
23 #include <asm/ftrace.h>
55 * If the arch's mcount caller does not support all of ftrace's
202 * RECURSION - The ftrace_ops can set this to tell the ftrace infrastructure
204 * not set this, then the ftrace infrastructure will assume
217 * The ftrace_ops trampoline can be set by the ftrace users, and
218 * in such cases the arch must not modify it. Only the arch ftrace
230 * (internal ftrace only, should not be used by others)
260 * FTRACE_OPS_CMD_* commands allow the ftrace core logic to request changes
454 * It is the way the ftrace direct_op
[all...]
H A Dperf_event.h52 #include <linux/ftrace.h>
/linux-master/drivers/s390/cio/
H A Dcio.c15 #include <linux/ftrace.h>
/linux-master/arch/x86/kernel/
H A Dprocess_64.c40 #include <linux/ftrace.h>
H A Dtraps.c51 #include <asm/ftrace.h>
/linux-master/kernel/
H A Dsoftirq.c24 #include <linux/ftrace.h>
/linux-master/arch/sh/kernel/
H A Ddwarf.c21 #include <linux/ftrace.h>
/linux-master/arch/parisc/kernel/
H A Dmodule.c46 #include <linux/ftrace.h>
935 * ftrace callsite section.
/linux-master/drivers/tty/
H A Dsysrq.c327 #include <linux/ftrace.h>
335 .help_msg = "dump-ftrace-buffer(z)",
336 .action_msg = "Dump ftrace buffer",
/linux-master/arch/sparc/kernel/
H A Dsmp_64.c27 #include <linux/ftrace.h>
H A Dirq_64.c23 #include <linux/ftrace.h>
/linux-master/kernel/bpf/
H A Dtrampoline.c6 #include <linux/ftrace.h>
64 * tr->mutex => direct_mutex (ftrace.c) => ftrace_lock (ftrace.c)
/linux-master/mm/
H A Doom_kill.c42 #include <linux/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/init/
H A Dmain.c78 #include <linux/ftrace.h>
/linux-master/arch/x86/mm/
H A Dinit_64.c57 #include <asm/ftrace.h>

Completed in 302 milliseconds

12345678910