linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RESEND v3 0/3] few fixes for synthetic trace events
@ 2023-08-16 15:49 Sven Schnelle
  2023-08-16 15:49 ` [PATCH RESEND v3 1/3] tracing/synthetic: use union instead of casts Sven Schnelle
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Sven Schnelle @ 2023-08-16 15:49 UTC (permalink / raw)
  To: Steven Rostedt; +Cc: linux-kernel, Masami Hiramatsu, linux-trace-kernel, bpf

Hi Steven,

I'm now sending these patches in one patchset, because the second patch
has a dependeny on the union vs. cast fix.

Changes in v3:
- remove superfluous struct around union trace_synth_field

Changes in v2:
- cosmetic changes
- add struct trace_dynamic_info to include/linux/trace_events.h

Sven Schnelle (3):
  tracing/synthetic: use union instead of casts
  tracing/synthetic: skip first entry for stack traces
  tracing/synthetic: allocate one additional element for size

 include/linux/trace_events.h      |  11 ++++
 kernel/trace/trace.h              |   8 +++
 kernel/trace/trace_events_synth.c | 103 ++++++++++++------------------
 3 files changed, 60 insertions(+), 62 deletions(-)

-- 
2.39.2


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-08-25  8:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-16 15:49 [PATCH RESEND v3 0/3] few fixes for synthetic trace events Sven Schnelle
2023-08-16 15:49 ` [PATCH RESEND v3 1/3] tracing/synthetic: use union instead of casts Sven Schnelle
2023-08-25  8:26   ` kernel test robot
2023-08-16 15:49 ` [PATCH RESEND v3 2/3] tracing/synthetic: skip first entry for stack traces Sven Schnelle
2023-08-16 15:49 ` [PATCH RESEND v3 3/3] tracing/synthetic: allocate one additional element for size Sven Schnelle
2023-08-17 15:05 ` [PATCH RESEND v3 0/3] few fixes for synthetic trace events Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).