Home
last modified time | relevance | path

Searched refs:ftrace_ops (Results 26 – 50 of 51) sorted by relevance

123

/openbmc/linux/arch/loongarch/kernel/
H A Dftrace_dyn.c242 struct ftrace_ops *op, struct ftrace_regs *fregs) in ftrace_graph_func()
283 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
/openbmc/linux/arch/csky/kernel/probes/
H A Dftrace.c7 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
/openbmc/linux/samples/ftrace/
H A Dftrace-direct-modify.c167 static struct ftrace_ops direct;
H A Dftrace-direct-multi-modify.c193 static struct ftrace_ops direct;
/openbmc/linux/include/linux/
H A Dfprobe.h29 struct ftrace_ops ops;
H A Dkprobes.h384 struct ftrace_ops *ops, struct ftrace_regs *fregs);
H A Dperf_event.h822 struct ftrace_ops ftrace_ops; member
H A Dbpf.h52 struct ftrace_ops;
1140 struct ftrace_ops *fops;
/openbmc/linux/kernel/trace/
H A Dfgraph.c371 static struct ftrace_ops graph_ops = {
500 struct ftrace_ops *op; in update_function_graph_func()
H A Dtrace.h395 struct ftrace_ops *ops;
1112 void ftrace_create_filter_files(struct ftrace_ops *ops,
1114 void ftrace_destroy_filter_files(struct ftrace_ops *ops);
1116 extern int ftrace_set_filter(struct ftrace_ops *ops, unsigned char *buf,
1118 extern int ftrace_set_notrace(struct ftrace_ops *ops, unsigned char *buf,
H A Dtrace_irqsoff.c141 struct ftrace_ops *op, struct ftrace_regs *fregs) in irqsoff_tracer_call()
H A Dtrace_sched_wakeup.c214 struct ftrace_ops *op, struct ftrace_regs *fregs) in wakeup_tracer_call()
H A Dtrace_events_filter.c2454 struct ftrace_ops *ops;
2480 static int ftrace_function_set_regexp(struct ftrace_ops *ops, int filter, in ftrace_function_set_regexp()
2585 .ops = &event->ftrace_ops, in ftrace_function_set_filter()
H A Dtrace_events.c4239 struct ftrace_ops *op, struct ftrace_regs *regs) in function_test_events_call()
4272 static struct ftrace_ops trace_ops __initdata =
/openbmc/linux/arch/arm64/kernel/
H A Dasm-offsets.c202 DEFINE(FTRACE_OPS_FUNC, offsetof(struct ftrace_ops, func)); in main()
218 DEFINE(FTRACE_OPS_DIRECT_CALL, offsetof(struct ftrace_ops, direct_call)); in main()
/openbmc/linux/arch/s390/lib/
H A Dtest_unwind.c270 struct ftrace_ops *fops, in test_unwind_ftrace_handler()
288 struct ftrace_ops *fops; in test_unwind_ftrace()
/openbmc/linux/kernel/livepatch/
H A Dpatch.c42 struct ftrace_ops *fops, in klp_ftrace_handler()
/openbmc/linux/arch/s390/kernel/
H A Dftrace.c292 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
/openbmc/linux/arch/powerpc/kernel/trace/
H A Dftrace.c422 struct ftrace_ops *op, struct ftrace_regs *fregs) in ftrace_graph_func()
H A Dftrace_64_pg.c830 struct ftrace_ops *op, struct ftrace_regs *fregs) in ftrace_graph_func()
/openbmc/linux/kernel/bpf/
H A Dtrampoline.c35 static int bpf_tramp_ftrace_ops_func(struct ftrace_ops *ops, enum ftrace_ops_cmd cmd) in bpf_tramp_ftrace_ops_func()
152 tr->fops = kzalloc(sizeof(struct ftrace_ops), GFP_KERNEL); in bpf_trampoline_lookup()
/openbmc/linux/kernel/
H A Dkprobes.c1059 static struct ftrace_ops kprobe_ftrace_ops __read_mostly = {
1064 static struct ftrace_ops kprobe_ipmodify_ops __read_mostly = {
1073 static int __arm_kprobe_ftrace(struct kprobe *p, struct ftrace_ops *ops, in __arm_kprobe_ftrace()
1111 static int __disarm_kprobe_ftrace(struct kprobe *p, struct ftrace_ops *ops, in __disarm_kprobe_ftrace()
/openbmc/linux/Documentation/trace/
H A Dfprobe.rst176 `fprobe::ops::flags` (ftrace_ops::flags) when registering the fprobe, this
/openbmc/linux/arch/x86/kernel/
H A Dunwind_orc.c145 struct ftrace_ops *ops; in orc_ftrace_find()
/openbmc/linux/Documentation/core-api/
H A Dasm-annotations.rst170 /* Load the ftrace_ops into the 3rd parameter */

123