Home
last modified time | relevance | path

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

/linux/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.c450 unregister_ftrace_function(tr->ops); in tracing_stop_function_trace()
481 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.c511 unregister_ftrace_function(tr->ops); in unregister_irqsoff_function()
H A Dtrace_sched_wakeup.c273 unregister_ftrace_function(tr->ops); in unregister_wakeup_function()
H A Dfprobe.c330 unregister_ftrace_function(&fprobe_ftrace_ops); in fprobe_ftrace_remove_ips()
H A Dftrace.c945 unregister_ftrace_function(&ftrace_profile_ops); in unregister_ftrace_profiler()
6162 err = unregister_ftrace_function(ops); in unregister_ftrace_direct()
6226 unregister_ftrace_function(&tmp_ops); in __modify_ftrace_direct()
6525 err = unregister_ftrace_function(ops); in update_ftrace_direct_del()
6646 unregister_ftrace_function(&tmp_ops); in update_ftrace_direct_mod()
9203 int unregister_ftrace_function(struct ftrace_ops *ops) in unregister_ftrace_function() function
9214 EXPORT_SYMBOL_GPL(unregister_ftrace_function);
H A Dtrace_events.c5064 unregister_ftrace_function(&trace_ops); in event_trace_self_test_with_function()
/linux/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/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/samples/ftrace/
H A Dftrace-ops.c145 WARN_ON_ONCE(unregister_ftrace_function(&ops[i].ops)); in ops_destroy()
/linux/kernel/livepatch/
H A Dpatch.c147 WARN_ON(unregister_ftrace_function(&ops->fops)); in klp_unpatch_func()
/linux/include/linux/
H A Dftrace.h511 int unregister_ftrace_function(struct ftrace_ops *ops);
524 #define unregister_ftrace_function(ops) ({ 0; }) macro
/linux/arch/s390/lib/
H A Dtest_unwind.c309 unregister_ftrace_function(fops); in test_unwind_ftrace()
/linux/kernel/
H A Dkprobes.c1187 ret = unregister_ftrace_function(ops); in __disarm_kprobe_ftrace()