1FUNCTION::CPU_CLOCK_(3stap) Timestamp Functions FUNCTION::CPU_CLOCK_(3stap)
2
3
4
6 function::cpu_clock_us - Number of microseconds on the given cpu´s
7 clock
8
10 cpu_clock_us:long(cpu:long)
11
13 cpu
14 Which processor´s clock to read
15
17 This function returns the number of microseconds on the given cpu´s
18 clock. This is always monotonic comparing on the same cpu, but may have
19 some drift between cpus (within about a jiffy).
20
22 tapset::timestamp_monotonic(3stap)
23
24
25
26SystemTap Tapset Reference June 2018 FUNCTION::CPU_CLOCK_(3stap)