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 - systemtap timestamp tapset

Description

        Each  timestamp  function returns a value to indicate when a function is executed. These returned values
       can then be used to indicate when an event occurred, provide an  ordering  for  events,  or  compute  the
       amount of time elapsed between two time stamps.

       get_cycles
              Processor cycle count

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

       jiffies
              Kernel jiffies count

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

       HZ     Kernel HZ

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

Name

       tapset::timestamp - systemtap timestamp tapset

See Also

function::get_cycles(3stap), function::jiffies(3stap), function::HZ(3stap), stap(1), stapprobes(3stap)

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

See Also