Re: [PATCH 1/1] tracing/sched: sched_switch: place prev_comm and next_comm in right order

2024-07-16 Thread Peter Zijlstra
On Mon, Jul 15, 2024 at 03:04:12PM -0400, Steven Rostedt wrote: > > [ Adding sched maintainers, as this is a scheduling trace event ] > > On Wed, 3 Jul 2024 11:33:53 +0800 > Tio Zhang wrote: > > > Switch the order of prev_comm and next_comm in sched_switch's code to > > align with its printing

Re: [PATCH 1/1] tracing/sched: sched_switch: place prev_comm and next_comm in right order

2024-07-15 Thread Steven Rostedt
[ Adding sched maintainers, as this is a scheduling trace event ] On Wed, 3 Jul 2024 11:33:53 +0800 Tio Zhang wrote: > Switch the order of prev_comm and next_comm in sched_switch's code to > align with its printing order. I'm going to pick this up in my tree, as it is pretty much a nop. It's

[PATCH 1/1] tracing/sched: sched_switch: place prev_comm and next_comm in right order

2024-07-02 Thread Tio Zhang
Switch the order of prev_comm and next_comm in sched_switch's code to align with its printing order. Signed-off-by: Tio Zhang Reviewed-by: Madadi Vineeth Reddy --- include/trace/events/sched.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/trace/events/sched.h b