Skip to content

Commit 8e0f114

Browse files
Luiz Capitulinorostedt
authored andcommitted
tracing/hwlat: Update old comment about migration
The ftrace hwlat does support a cpumask. Link: http://lkml.kernel.org/r/20170213122517.6e211955@redhat.com Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
1 parent 8a58a34 commit 8e0f114

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

kernel/trace/trace_hwlat.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -322,10 +322,7 @@ static void move_to_next_cpu(void)
322322
* need to ensure nothing else might be running (and thus preempting).
323323
* Obviously this should never be used in production environments.
324324
*
325-
* Currently this runs on which ever CPU it was scheduled on, but most
326-
* real-world hardware latency situations occur across several CPUs,
327-
* but we might later generalize this if we find there are any actualy
328-
* systems with alternate SMI delivery or other hardware latencies.
325+
* Executes one loop interaction on each CPU in tracing_cpumask sysfs file.
329326
*/
330327
static int kthread_fn(void *data)
331328
{

0 commit comments

Comments
 (0)