mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-16 07:08:29 +00:00
There's no real difference between trace_buffer_unlock_commit() and trace_buffer_unlock_commit_regs() except that the former passes NULL to ftrace_stack_trace() instead of regs. Have the former be a static inline of the latter which passes NULL for regs. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>