1TAPSET::TIMESTAMP_MONOTONIC(3stap) TAPSET::TIMESTAMP_MONOTONIC(3stap)
2
3
4
6 tapset::timestamp_monotonic - systemtap timestamp_monotonic tapset
7
8
10 cpu_clock_ns
11 Number of nanoseconds on the given cpu's clock
12
13 See function::cpu_clock_ns(3stap)
14 for details.
15
16 cpu_clock_us
17 Number of microseconds on the given cpu's clock
18
19 See function::cpu_clock_us(3stap)
20 for details.
21
22 cpu_clock_ms
23 Number of milliseconds on the given cpu's clock
24
25 See function::cpu_clock_ms(3stap)
26 for details.
27
28 cpu_clock_s
29 Number of seconds on the given cpu's clock
30
31 See function::cpu_clock_s(3stap)
32 for details.
33
34 local_clock_ns
35 Number of nanoseconds on the local cpu's clock
36
37 See function::local_clock_ns(3stap)
38 for details.
39
40 local_clock_us
41 Number of microseconds on the local cpu's clock
42
43 See function::local_clock_us(3stap)
44 for details.
45
46 local_clock_ms
47 Number of milliseconds on the local cpu's clock
48
49 See function::local_clock_ms(3stap)
50 for details.
51
52 local_clock_s
53 Number of seconds on the local cpu's clock
54
55 See function::local_clock_s(3stap)
56 for details.
57
58
60 function::cpu_clock_ns(3stap), function::cpu_clock_us(3stap),
61 function::cpu_clock_ms(3stap), function::cpu_clock_s(3stap),
62 function::local_clock_ns(3stap),
63 function::local_clock_us(3stap),
64 function::local_clock_ms(3stap),
65 function::local_clock_s(3stap), stap(1), stapprobes(3stap)
66
67
68
69SystemTap Tapset Reference October 2018TAPSET::TIMESTAMP_MONOTONIC(3stap)