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 ktime_get_ns
59 Number of nanoseconds since boot
60
61 See function::ktime_get_ns(3stap)
62 for details.
63
64
66 function::cpu_clock_ns(3stap), function::cpu_clock_us(3stap),
67 function::cpu_clock_ms(3stap), function::cpu_clock_s(3stap),
68 function::local_clock_ns(3stap),
69 function::local_clock_us(3stap),
70 function::local_clock_ms(3stap),
71 function::local_clock_s(3stap), function::ktime_get_ns(3stap),
72 stap(1), stapprobes(3stap)
73
74
75
76SystemTap Tapset Reference May 2019 TAPSET::TIMESTAMP_MONOTONIC(3stap)