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

12345678910

/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 */
/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>
H A Dkallsyms.c26 #include <linux/ftrace.h>
636 * ftrace_mod_get_kallsym() may also get symbols for pages allocated for ftrace
/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/drivers/s390/cio/
H A Dcio.c15 #include <linux/ftrace.h>
/linux-master/arch/sparc/kernel/
H A Dtime_64.c37 #include <linux/ftrace.h>
H A Dsmp_64.c27 #include <linux/ftrace.h>
H A Dirq_64.c23 #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
201 * RECURSION - The ftrace_ops can set this to tell the ftrace infrastructure
203 * not set this, then the ftrace infrastructure will assume
216 * The ftrace_ops trampoline can be set by the ftrace users, and
217 * in such cases the arch must not modify it. Only the arch ftrace
229 * (internal ftrace only, should not be used by others)
259 * FTRACE_OPS_CMD_* commands allow the ftrace core logic to request changes
451 * It is the way the ftrace direct_op
[all...]
/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/arch/sh/kernel/
H A Ddwarf.c21 #include <linux/ftrace.h>
/linux-master/arch/parisc/kernel/
H A Dmodule.c45 #include <linux/ftrace.h>
923 * ftrace callsite section.
/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/mm/
H A Doom_kill.c42 #include <linux/ftrace.h>
/linux-master/init/
H A Dmain.c78 #include <linux/ftrace.h>
/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/riscv/kernel/
H A Dasm-offsets.c12 #include <linux/ftrace.h>

Completed in 252 milliseconds

12345678910