[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Z5A-6GSBLDqYDUCd@slm.duckdns.org>
Date: Tue, 21 Jan 2025 14:42:16 -1000
From: Tejun Heo <tj@...nel.org>
To: Changwoo Min <changwoo@...lia.com>
Cc: void@...ifault.com, arighi@...dia.com, kernel-dev@...lia.com,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/7] sched_ext: Implement event counter infrastructure
and add an event
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
Powered by blists - more mailing lists