Home
last modified time | relevance | path

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

/linux/samples/ftrace/
H A Dftrace-ops.c146 ftrace_free_filter(&ops[i].ops); in ops_destroy()
/linux/include/linux/
H A Dftrace.h731 void ftrace_free_filter(struct ftrace_ops *ops);
1007 #define ftrace_free_filter(ops) do { } while (0) macro
/linux/kernel/trace/
H A Dtrace_event_perf.c501 ftrace_free_filter(ops); in perf_ftrace_function_unregister()
H A Dfprobe.c395 ftrace_free_filter(&fprobe_graph_ops.ops); in fprobe_graph_add_ips()
H A Dtrace_selftest.c987 ftrace_free_filter(&fixture->gops.ops); in test_graph_storage_multi()
H A Dftrace.c1289 void ftrace_free_filter(struct ftrace_ops *ops) in ftrace_free_filter() function
1299 EXPORT_SYMBOL_GPL(ftrace_free_filter);
6101 ftrace_free_filter(ops); in unregister_ftrace_direct()
7034 ftrace_free_filter(ops); in ftrace_destroy_filter_files()
/linux/kernel/bpf/
H A Dtrampoline.c865 ftrace_free_filter(tr->fops); in bpf_trampoline_put()