Re: [PATCH 1/7] sched_ext: Implement event counter infrastructure and add an event
From: Tejun Heo
Date: Tue Jan 21 2025 - 19:42:33 EST
Hello,
On Sat, Jan 18, 2025 at 09:27:18AM +0900, Changwoo Min wrote:
...
> Could you explain more on the code dumping? I want at least print
> the event string for easier interpretation.
I meant that we don't need to the enums to print out the counters. e.g. we
can just do:
dump_line(&s, "selcpu_inval: %16llu dsp_keep_last: %16llu",
events.select_cpu_inval, events.dispatch_keep_last);
Thanks.
--
tejun