Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

function::cpu_clock_s - Number of seconds on the given cpu's clock

Arguments

cpu
           Which processor's clock to read

Description

       This function returns the number of seconds on the given cpu's clock. This is always monotonic comparing
       on the same cpu, but may have some drift between cpus (within about a jiffy).

Name

       function::cpu_clock_s - Number of seconds on the given cpu's clock

See Also

tapset::timestamp_monotonic(3stap)

SystemTap Tapset Reference                         April 2024                        FUNCTION::CPU_CLOCK_(3stap)

Synopsis

           cpu_clock_s:long(cpu:long)

See Also