|
@@ -222,10 +222,11 @@ static void ftrace_raw_event_##call(proto) \
|
|
|
\
|
|
|
assign; \
|
|
|
\
|
|
|
- trace_nowake_buffer_unlock_commit(event, irq_flags, pc); \
|
|
|
- \
|
|
|
if (call->preds && !filter_match_preds(call, entry)) \
|
|
|
ring_buffer_event_discard(event); \
|
|
|
+ \
|
|
|
+ trace_nowake_buffer_unlock_commit(event, irq_flags, pc); \
|
|
|
+ \
|
|
|
} \
|
|
|
\
|
|
|
static int ftrace_raw_reg_event_##call(void) \
|