commit | 2643328537a8f753c1018b1f4d1128e87ed8f043 | [log] [tgz] |
---|---|---|
author | Tom Zanussi <zanussi@kernel.org> | Thu Feb 13 15:03:53 2020 -0600 |
committer | Tom Zanussi <zanussi@kernel.org> | Thu Feb 13 15:03:53 2020 -0600 |
tree | 1fa7768891fd7ecf36228835e78ebcb138534f5c | |
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>