Re: [PATCH 1/7] sched_ext: Implement event counter infrastructure and add an event

From: Changwoo Min
Date: Tue Jan 21 2025 - 20:38:21 EST


Hello,

On 25. 1. 22. 09:42, Tejun Heo wrote:
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);

Haha. Thanks for the clarification. I got it.

Regards,
Changwoo Min