]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
tracing/hwlat: Update old comment about migration
authorLuiz Capitulino <lcapitulino@redhat.com>
Mon, 13 Feb 2017 17:25:17 +0000 (12:25 -0500)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Wed, 15 Feb 2017 14:02:25 +0000 (09:02 -0500)
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>
kernel/trace/trace_hwlat.c

index 775569ec50d03fbf0ca4f755f79d106a63acaf1a..bf209d2657abad80ca2c9f95a73ee448ddd8af95 100644 (file)
@@ -322,10 +322,7 @@ static void move_to_next_cpu(void)
  * need to ensure nothing else might be running (and thus preempting).
  * Obviously this should never be used in production environments.
  *
- * Currently this runs on which ever CPU it was scheduled on, but most
- * real-world hardware latency situations occur across several CPUs,
- * but we might later generalize this if we find there are any actualy
- * systems with alternate SMI delivery or other hardware latencies.
+ * Executes one loop interaction on each CPU in tracing_cpumask sysfs file.
  */
 static int kthread_fn(void *data)
 {