Home
last modified time | relevance | path

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

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