logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tapset::timestamp_monotonic - systemtap timestamp_monotonic tapset

Description

cpu_clock_ns
              Number of nanoseconds on the given cpu's clock

              See function::cpu_clock_ns(3stap)
               for details.

       cpu_clock_us
              Number of microseconds on the given cpu's clock

              See function::cpu_clock_us(3stap)
               for details.

       cpu_clock_ms
              Number of milliseconds on the given cpu's clock

              See function::cpu_clock_ms(3stap)
               for details.

       cpu_clock_s
              Number of seconds on the given cpu's clock

              See function::cpu_clock_s(3stap)
               for details.

       local_clock_ns
              Number of nanoseconds on the local cpu's clock

              See function::local_clock_ns(3stap)
               for details.

       local_clock_us
              Number of microseconds on the local cpu's clock

              See function::local_clock_us(3stap)
               for details.

       local_clock_ms
              Number of milliseconds on the local cpu's clock

              See function::local_clock_ms(3stap)
               for details.

       local_clock_s
              Number of seconds on the local cpu's clock

              See function::local_clock_s(3stap)
               for details.

       ktime_get_ns
              Number of nanoseconds since boot

              See function::ktime_get_ns(3stap)
               for details.

Name

       tapset::timestamp_monotonic - systemtap timestamp_monotonic tapset

See Also

function::cpu_clock_ns(3stap),        function::cpu_clock_us(3stap),       function::cpu_clock_ms(3stap),
       function::cpu_clock_s(3stap),      function::local_clock_ns(3stap),      function::local_clock_us(3stap),
       function::local_clock_ms(3stap),  function::local_clock_s(3stap), function::ktime_get_ns(3stap), stap(1),
       stapprobes(3stap)

SystemTap Tapset Reference                         April 2024                 TAPSET::TIMESTAMP_MONOTONIC(3stap)

See Also