Home
last modified time | relevance | path

Searched refs:ftrace_free_filter (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/kernel/trace/
Dfprobe.c232 ftrace_free_filter(&fp->ops); in fprobe_fail_cleanup()
392 ftrace_free_filter(&fp->ops); in unregister_fprobe()
Dtrace_event_perf.c495 ftrace_free_filter(ops); in perf_ftrace_function_unregister()
Dftrace.c1287 void ftrace_free_filter(struct ftrace_ops *ops) in ftrace_free_filter() function
1293 EXPORT_SYMBOL_GPL(ftrace_free_filter);
5510 ftrace_free_filter(ops); in unregister_ftrace_direct()
6414 ftrace_free_filter(ops); in ftrace_destroy_filter_files()
/linux-6.6.21/samples/ftrace/
Dftrace-ops.c146 ftrace_free_filter(&ops[i].ops); in ops_destroy()
/linux-6.6.21/include/linux/
Dftrace.h606 void ftrace_free_filter(struct ftrace_ops *ops);
890 #define ftrace_free_filter(ops) do { } while (0) macro
/linux-6.6.21/kernel/bpf/
Dtrampoline.c814 ftrace_free_filter(tr->fops); in bpf_trampoline_put()