Home
last modified time | relevance | path

Searched refs:register_ftrace_function (Results 1 – 15 of 15) sorted by relevance

/linux-6.15/kernel/trace/
H A Dtrace_selftest.c215 register_ftrace_function(&test_probe1); in trace_selftest_ops()
216 register_ftrace_function(&test_probe2); in trace_selftest_ops()
217 register_ftrace_function(&test_probe3); in trace_selftest_ops()
221 register_ftrace_function(tr->ops); in trace_selftest_ops()
259 register_ftrace_function(dyn_ops); in trace_selftest_ops()
516 ret = register_ftrace_function(&test_rec_probe); in trace_selftest_function_recursion()
549 ret = register_ftrace_function(&test_recsafe_probe); in trace_selftest_function_recursion()
636 ret = register_ftrace_function(&test_regs_probe); in trace_selftest_function_regs()
647 ret = register_ftrace_function(&test_regs_probe); in trace_selftest_function_regs()
H A Dtrace_stack.c532 register_ftrace_function(&trace_ops); in stack_trace_sysctl()
575 register_ftrace_function(&trace_ops); in stack_trace_init()
H A Dtrace_functions.c453 register_ftrace_function(tr->ops); in tracing_start_function_trace()
493 register_ftrace_function(tr->ops); in func_set_flag()
H A Dtrace_event_perf.c494 return register_ftrace_function(ops); in perf_ftrace_function_register()
H A Dtrace_irqsoff.c491 ret = register_ftrace_function(tr->ops); in register_irqsoff_function()
H A Dtrace_sched_wakeup.c261 ret = register_ftrace_function(tr->ops); in register_wakeup_function()
H A Dftrace.c915 return register_ftrace_function(&ftrace_profile_ops); in register_ftrace_profiler()
8689 int register_ftrace_function(struct ftrace_ops *ops) in register_ftrace_function() function
8704 EXPORT_SYMBOL_GPL(register_ftrace_function);
H A Dtrace_events.c4773 ret = register_ftrace_function(&trace_ops); in event_trace_self_test_with_function()
/linux-6.15/samples/ftrace/
H A Dftrace-ops.c133 WARN_ON_ONCE(register_ftrace_function(&ops[i].ops)); in ops_alloc_init()
/linux-6.15/fs/pstore/
H A Dftrace.c76 ret = register_ftrace_function(&pstore_ftrace_ops); in pstore_set_ftrace_enabled()
/linux-6.15/Documentation/trace/
H A Dftrace-uses.rst60 register_ftrace_function(&ops);
71 register_ftrace_function() is called and before it returns. The exact time
326 register_ftrace_function(&ops);
338 register_ftrace_function(&ops);
/linux-6.15/kernel/livepatch/
H A Dpatch.c206 ret = register_ftrace_function(&ops->fops); in klp_patch_func()
/linux-6.15/include/linux/
H A Dftrace.h489 int register_ftrace_function(struct ftrace_ops *ops);
502 #define register_ftrace_function(ops) ({ 0; }) macro
/linux-6.15/arch/s390/lib/
H A Dtest_unwind.c306 ret = register_ftrace_function(fops); in test_unwind_ftrace()
/linux-6.15/kernel/
H A Dkprobes.c1073 ret = register_ftrace_function(ops); in __arm_kprobe_ftrace()