[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <9e2ac1e3-d07d-4f17-970e-6b7a5248a5bb@cs.wisc.edu>
Date: Thu, 10 Apr 2025 13:51:39 -0500
From: Junxuan Liao <ljx@...wisc.edu>
To: Frederic Weisbecker <frederic@...nel.org>,
"Paul E. McKenney" <paulmck@...nel.org>
Cc: linux-kernel@...r.kernel.org, linux-trace-kernel@...r.kernel.org,
Steven Rostedt <rostedt@...dmis.org>,
Masami Hiramatsu
<mhiramat@...nel.org>,
Mathieu Desnoyers <mathieu.desnoyers@...icios.com>
Subject: Interface for enabling context tracking
Hi all,
From what I can tell, tracepoints context_tracking:user_enter and
user_exit might be useful for performance analysis. e.g. Figuring out how
much time is spent handling page faults or in system calls. However
context tracking is by default inactive and the only way to enable it is
to turn on nohz_full for some CPUs.
Is it a good idea to support turning on and off context tracking through
some interface accessible from the userspace?
Thanks,
Junxuan
Powered by blists - more mailing lists