Scroll to navigation

TAPSET::TIMESTAMP_MONOTONIC(3stap) TAPSET::TIMESTAMP_MONOTONIC(3stap)

NAME

tapset::timestamp_monotonic - systemtap timestamp_monotonic tapset

DESCRIPTION

Number of nanoseconds on the given cpu's clock
See function::cpu_clock_ns(3stap)
for details.
Number of microseconds on the given cpu's clock
See function::cpu_clock_us(3stap)
for details.
Number of milliseconds on the given cpu's clock
See function::cpu_clock_ms(3stap)
for details.
Number of seconds on the given cpu's clock
See function::cpu_clock_s(3stap)
for details.
Number of nanoseconds on the local cpu's clock
See function::local_clock_ns(3stap)
for details.
Number of microseconds on the local cpu's clock
See function::local_clock_us(3stap)
for details.
Number of milliseconds on the local cpu's clock
See function::local_clock_ms(3stap)
for details.
Number of seconds on the local cpu's clock
See function::local_clock_s(3stap)
for details.
Number of nanoseconds since boot
See function::ktime_get_ns(3stap)
for details.

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)

November 2022 SystemTap Tapset Reference