]> git.baikalelectronics.ru Git - kernel.git/commit
tracing/hwlat: Report total time spent in all NMIs during the sample
authorSrivatsa S. Bhat (VMware) <srivatsa@csail.mit.edu>
Thu, 10 Oct 2019 18:50:46 +0000 (11:50 -0700)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Sun, 13 Oct 2019 00:49:33 +0000 (20:49 -0400)
commit70b219b0b7226e2aa2be924d213c9fbf2ced0f55
treeb01c58de6fd199e0f72ccedf78f80e9ebc06e684
parent3ebdb0b7f8b4c7f78842c1889fe912f7c0ae4c5d
tracing/hwlat: Report total time spent in all NMIs during the sample

nmi_total_ts is supposed to record the total time spent in *all* NMIs
that occur on the given CPU during the (active portion of the)
sampling window. However, the code seems to be overwriting this
variable for each NMI, thereby only recording the time spent in the
most recent NMI. Fix it by accumulating the duration instead.

Link: http://lkml.kernel.org/r/157073343544.17189.13911783866738671133.stgit@srivatsa-ubuntu
Fixes: b85cb4f8afde ("tracing: Add NMI tracing in hwlat detector")
Cc: stable@vger.kernel.org
Signed-off-by: Srivatsa S. Bhat (VMware) <srivatsa@csail.mit.edu>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
kernel/trace/trace_hwlat.c