commit | 2011354355e405af9c9d28abba430d1f5ff7771a | [log] [tgz] |
---|---|---|
author | Tom Zanussi <zanussi@kernel.org> | Thu Feb 13 14:56:37 2020 -0600 |
committer | Tom Zanussi <zanussi@kernel.org> | Thu Feb 13 14:56:37 2020 -0600 |
tree | fa75551787bda36f4d58cf83f9c8a9ff759bd1ea | |
parent | 894c4e955558b521210ee0642ba194a9e603354c [diff] |
tracing: Make synth_event trace functions endian-correct synth_event_trace(), synth_event_trace_array() and __synth_event_add_val() write directly into the trace buffer and need to take endianness into account, like trace_event_raw_event_synth() does. Signed-off-by: Tom Zanussi <zanussi@kernel.org>