]> git.ipfire.org Git - thirdparty/linux.git/commit
tracing: Remove redundant call to event_trigger_reset_filter() in event_hist_trigger_...
authorSteven Rostedt <rostedt@goodmis.org>
Thu, 8 Jan 2026 22:44:29 +0000 (17:44 -0500)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Mon, 26 Jan 2026 22:00:50 +0000 (17:00 -0500)
commita4e0ea0e10a262fb6f1ad55a8a9d203bad776678
treeb1425dbad8af9a25b93e9f0ca883c4d583da2ce6
parent0550069cc25f513ce1f109c88f7c1f01d63297db
tracing: Remove redundant call to event_trigger_reset_filter() in event_hist_trigger_parse()

With the change to replace kfree() with trigger_data_free(), which starts
out doing the exact same thing as event_trigger_reset_filter(), there's no
reason to call event_trigger_reset_filter() before calling
trigger_data_free(). Remove the call to it.

Link: https://lore.kernel.org/linux-trace-kernel/20251211204520.0f3ba6d1@fedora/
Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Cc: Miaoqian Lin <linmq006@gmail.com>
Link: https://patch.msgid.link/20260108174429.2d9ca51f@gandalf.local.home
Acked-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
kernel/trace/trace_events_hist.c