Home
last modified time | relevance | path

Searched refs:unregister_ftrace_function (Results 1 – 16 of 16) sorted by relevance

/linux-6.15/kernel/trace/
H A Dtrace_selftest.c327 unregister_ftrace_function(dyn_ops); in trace_selftest_ops()
332 unregister_ftrace_function(&test_probe1); in trace_selftest_ops()
333 unregister_ftrace_function(&test_probe2); in trace_selftest_ops()
334 unregister_ftrace_function(&test_probe3); in trace_selftest_ops()
336 unregister_ftrace_function(tr->ops); in trace_selftest_ops()
524 unregister_ftrace_function(&test_rec_probe); in trace_selftest_function_recursion()
557 unregister_ftrace_function(&test_recsafe_probe); in trace_selftest_function_recursion()
657 unregister_ftrace_function(&test_regs_probe); in trace_selftest_function_regs()
H A Dtrace_functions.c460 unregister_ftrace_function(tr->ops); in tracing_stop_function_trace()
491 unregister_ftrace_function(tr->ops); in func_set_flag()
H A Dtrace_stack.c534 unregister_ftrace_function(&trace_ops); in stack_trace_sysctl()
H A Dtrace_event_perf.c500 int ret = unregister_ftrace_function(ops); in perf_ftrace_function_unregister()
H A Dtrace_irqsoff.c507 unregister_ftrace_function(tr->ops); in unregister_irqsoff_function()
H A Dtrace_sched_wakeup.c277 unregister_ftrace_function(tr->ops); in unregister_wakeup_function()
H A Dftrace.c920 unregister_ftrace_function(&ftrace_profile_ops); in unregister_ftrace_profiler()
6049 err = unregister_ftrace_function(ops); in unregister_ftrace_direct()
6108 unregister_ftrace_function(&tmp_ops); in __modify_ftrace_direct()
8712 int unregister_ftrace_function(struct ftrace_ops *ops) in unregister_ftrace_function() function
8723 EXPORT_SYMBOL_GPL(unregister_ftrace_function);
H A Dtrace_events.c4780 unregister_ftrace_function(&trace_ops); in event_trace_self_test_with_function()
/linux-6.15/fs/pstore/
H A Dftrace.c78 ret = unregister_ftrace_function(&pstore_ftrace_ops); in pstore_set_ftrace_enabled()
149 unregister_ftrace_function(&pstore_ftrace_ops); in pstore_unregister_ftrace()
/linux-6.15/samples/ftrace/
H A Dftrace-ops.c145 WARN_ON_ONCE(unregister_ftrace_function(&ops[i].ops)); in ops_destroy()
/linux-6.15/Documentation/trace/
H A Dftrace-uses.rst64 unregister_ftrace_function(&ops);
76 The unregister_ftrace_function() will guarantee that the callback is
77 no longer being called by functions after the unregister_ftrace_function()
78 returns. Note that to perform this guarantee, the unregister_ftrace_function()
H A Dfprobe.rst86 returns as same as unregister_ftrace_function().
/linux-6.15/kernel/livepatch/
H A Dpatch.c147 WARN_ON(unregister_ftrace_function(&ops->fops)); in klp_unpatch_func()
/linux-6.15/include/linux/
H A Dftrace.h490 int unregister_ftrace_function(struct ftrace_ops *ops);
503 #define unregister_ftrace_function(ops) ({ 0; }) macro
/linux-6.15/arch/s390/lib/
H A Dtest_unwind.c309 unregister_ftrace_function(fops); in test_unwind_ftrace()
/linux-6.15/kernel/
H A Dkprobes.c1105 ret = unregister_ftrace_function(ops); in __disarm_kprobe_ftrace()