commit | 32819cac708714693669e0dfe10fe9d935e94a16 | [log] [tgz] |
---|---|---|
author | Tom Zanussi <zanussi@kernel.org> | Thu Feb 13 15:03:53 2020 -0600 |
committer | Tom Zanussi <zanussi@kernel.org> | Fri Feb 14 08:51:22 2020 -0600 |
tree | 8a891048538df1feb4eaaadd07b2c42ffc1e14c9 | |
parent | 2011354355e405af9c9d28abba430d1f5ff7771a [diff] |
tracing: Check that number of vals matches number of synth event fields Commit 7276531d4036('tracing: Consolidate trace() functions') inadvertently dropped the synth_event_trace() and synth_event_trace_array() checks that verify the number of values passed in matches the number of fields in the synthetic event being traced, so add them back. Signed-off-by: Tom Zanussi <zanussi@kernel.org>