1FUNCTION::CPU_CLOCK_(3stap) Timestamp Functions FUNCTION::CPU_CLOCK_(3stap)
2
3
4
6 function::cpu_clock_ms - Number of milliseconds on the given cpu's
7 clock
8
10 cpu_clock_ms:long(cpu:long)
11
13 cpu
14 Which processor's clock to read
15
17 This function returns the number of milliseconds 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 May 2019 FUNCTION::CPU_CLOCK_(3stap)