Home
last modified time | relevance | path

Searched hist:"0330 f7aa8ee63d0c435c0cb4e47ea06235ee4b7f" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/kernel/trace/
H A Dtrace_hwlat.cdiff 0330f7aa8ee63d0c435c0cb4e47ea06235ee4b7f Fri Jul 15 14:48:56 CDT 2016 Steven Rostedt (Red Hat) <rostedt@goodmis.org> tracing: Have hwlat trace migrate across tracing_cpumask CPUs

Instead of having the hwlat detector thread stay on one CPU, have it migrate
across all the CPUs specified by tracing_cpumask. If the user modifies the
thread's CPU affinity, the migration will stop until the next instance that
the tracer is instantiated. The migration happens at the end of each window
(period).

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>