]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
tracing: Remove filter allocator helper
authorSteven Rostedt (VMware) <rostedt@goodmis.org>
Fri, 23 Feb 2018 04:17:54 +0000 (23:17 -0500)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Sat, 10 Mar 2018 21:06:06 +0000 (16:06 -0500)
commitc7399708b3cd9004205923c3d139dcc7d067a8a4
tree3711bba8b801c62177c59c8c984f8cba485e7ea4
parent559d421267d1594c541143489d9ee9a869dc6093
tracing: Remove filter allocator helper

The __alloc_filter() function does nothing more that allocate the filter.
There's no reason to have it as a helper function.

Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
kernel/trace/trace_events_filter.c