Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_selftest.c295 unregister_ftrace_function(dyn_ops); in trace_selftest_ops()
300 unregister_ftrace_function(&test_probe1); in trace_selftest_ops()
301 unregister_ftrace_function(&test_probe2); in trace_selftest_ops()
302 unregister_ftrace_function(&test_probe3); in trace_selftest_ops()
304 unregister_ftrace_function(tr->ops); in trace_selftest_ops()
492 unregister_ftrace_function(&test_rec_probe); in trace_selftest_function_recursion()
525 unregister_ftrace_function(&test_recsafe_probe); in trace_selftest_function_recursion()
623 unregister_ftrace_function(&test_regs_probe); in trace_selftest_function_regs()
H A Dtrace_functions.c236 unregister_ftrace_function(tr->ops); in tracing_stop_function_trace()
254 unregister_ftrace_function(tr->ops); in func_set_flag()
H A Dtrace_stack.c535 unregister_ftrace_function(&trace_ops); in stack_trace_sysctl()
H A Dtrace_event_perf.c490 int ret = unregister_ftrace_function(ops); in perf_ftrace_function_unregister()
H A Dtrace_irqsoff.c489 unregister_ftrace_function(tr->ops); in unregister_irqsoff_function()
H A Dtrace_sched_wakeup.c260 unregister_ftrace_function(tr->ops); in unregister_wakeup_function()
H A Dftrace.c880 unregister_ftrace_function(&ftrace_profile_ops); in unregister_ftrace_profiler()
5231 unregister_ftrace_function(&direct_ops); in unregister_ftrace_direct()
5323 unregister_ftrace_function(&stub_ops); in ftrace_modify_direct_caller()
7580 int unregister_ftrace_function(struct ftrace_ops *ops) in unregister_ftrace_function() function
7590 EXPORT_SYMBOL_GPL(unregister_ftrace_function);
H A Dtrace_events.c3754 unregister_ftrace_function(&trace_ops); in event_trace_self_test_with_function()
/OK3568_Linux_fs/kernel/fs/pstore/
H A Dftrace.c80 ret = unregister_ftrace_function(&pstore_ftrace_ops); in pstore_ftrace_knob_write()
129 unregister_ftrace_function(&pstore_ftrace_ops); in pstore_unregister_ftrace()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dftrace.h258 int unregister_ftrace_function(struct ftrace_ops *ops);
269 #define unregister_ftrace_function(ops) ({ 0; }) macro
/OK3568_Linux_fs/kernel/kernel/livepatch/
H A Dpatch.c156 WARN_ON(unregister_ftrace_function(&ops->fops)); in klp_unpatch_func()
/OK3568_Linux_fs/kernel/kernel/
H A Dkprobes.c1093 ret = unregister_ftrace_function(ops); in __disarm_kprobe_ftrace()