We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a58a34 commit 8e0f114Copy full SHA for 8e0f114
kernel/trace/trace_hwlat.c
@@ -322,10 +322,7 @@ static void move_to_next_cpu(void)
322
* need to ensure nothing else might be running (and thus preempting).
323
* Obviously this should never be used in production environments.
324
*
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.
+ * Executes one loop interaction on each CPU in tracing_cpumask sysfs file.
329
*/
330
static int kthread_fn(void *data)
331
{
0 commit comments