1TAPSET::TIMESTAMP(3stap)                              TAPSET::TIMESTAMP(3stap)
2
3
4

NAME

6       tapset::timestamp - systemtap timestamp tapset
7
8

DESCRIPTION

10        Each timestamp function returns a value to indicate when a function is
11       executed. These returned values can then be used to  indicate  when  an
12       event  occurred,  provide an ordering for events, or compute the amount
13       of time elapsed between two time stamps.
14
15
16
17       get_cycles
18              Processor cycle count
19
20              See function::get_cycles(3stap)
21               for details.
22
23       jiffies
24              Kernel jiffies count
25
26              See function::jiffies(3stap)
27               for details.
28
29       HZ     Kernel HZ
30
31              See function::HZ(3stap)
32               for details.
33
34

SEE ALSO

36           function::get_cycles(3stap),         function::jiffies(3stap),
37       function::HZ(3stap),  stap(1), stapprobes(3stap)
38
39
40
41SystemTap Tapset Reference       November 2020        TAPSET::TIMESTAMP(3stap)
Impressum