]> sourceware.org Git - systemtap.git/commitdiff
NEWS :: mention ktime_get_real_fast_ns() from commit e2e13220fb
authorSerhei Makarov <smakarov@redhat.com>
Mon, 6 May 2019 15:48:54 +0000 (11:48 -0400)
committerSerhei Makarov <smakarov@redhat.com>
Mon, 6 May 2019 15:48:54 +0000 (11:48 -0400)
NEWS

diff --git a/NEWS b/NEWS
index 64bb6024b65cfb04b6c1e7459ab415c13d601dd3..61a6b0dd1131c96f29f09ec10f1aed0eeb5ca783 100644 (file)
--- a/NEWS
+++ b/NEWS
 - Operator @var() no longer assumes @entry() in return probes.
   The old behavior can be restored by the '--compatible 4.0' option.
 
+- Where available (kernel 4.15+), the kernel-module runtime now uses
+  the kernel-provided ktime_get_real_fast_ns() mechanism for timekeeping
+  rather than the SystemTap runtime's own timekeeping machinery.
+
 - New stapbpf tapset task.stp with function task_current.
 
 - New stapbpf tapset functions kernel_string, kernel_string_n,
This page took 0.02794 seconds and 5 git commands to generate.