diff options
author | Sven Schnelle <[email protected]> | 2023-08-16 17:49:26 +0200 |
---|---|---|
committer | Steven Rostedt (Google) <[email protected]> | 2023-08-16 16:33:27 -0400 |
commit | ddeea494a16f32522bce16ee65f191d05d4b8282 (patch) | |
tree | 2de190925a4e1eb0b4cac6bc6d9f7746f74f8fca /scripts/generate_rust_analyzer.py | |
parent | 5450be6befc63670f2c05aa6773a8e437b39a3fe (diff) |
tracing/synthetic: Use union instead of casts
The current code uses a lot of casts to access the fields member in struct
synth_trace_events with different sizes. This makes the code hard to
read, and had already introduced an endianness bug. Use a union and struct
instead.
Link: https://lkml.kernel.org/r/[email protected]
Cc: [email protected]
Cc: Masami Hiramatsu <[email protected]>
Fixes: 00cf3d672a9dd ("tracing: Allow synthetic events to pass around stacktraces")
Signed-off-by: Sven Schnelle <[email protected]>
Signed-off-by: Steven Rostedt (Google) <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions