DOKK / manpages / debian 12 / systemtap-doc / tapset::timestamp.3stap.en
TAPSET::TIMESTAMP(3stap) TAPSET::TIMESTAMP(3stap)

tapset::timestamp - systemtap timestamp tapset


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.

Processor cycle count
See function::get_cycles(3stap)
for details.
Kernel jiffies count
See function::jiffies(3stap)
for details.
Kernel HZ
See function::HZ(3stap)
for details.

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

November 2022 SystemTap Tapset Reference