1FUNCTION::JIFFIES(3stap) Timestamp Functions FUNCTION::JIFFIES(3stap)
23
4
NAME
6function::jiffies - Kernel jiffies count
7
SYNOPSIS
9jiffies:long()
10
ARGUMENTS
12None
13
DESCRIPTION
15This function returns the value of the kernel jiffies variable. This
16value is incremented periodically by timer interrupts, and may wrap
17around a 32-bit or 64-bit boundary. See HZ.
1819
20
21
SystemTap Tapset Reference August 2011 FUNCTION::JIFFIES(3stap)