1TAPSET::SPECULATIVE(3stap) TAPSET::SPECULATIVE(3stap)
2
3
4
6 tapset::speculative - systemtap speculative tapset
7
8
10 speculation
11 Allocate a new id for speculative output
12
13 See function::speculation(3stap)
14 for details.
15
16 speculate
17 Store a string for possible output later
18
19 See function::speculate(3stap)
20 for details.
21
22 discard
23 Discard all output related to a speculation buffer
24
25 See function::discard(3stap)
26 for details.
27
28 commit Write out all output related to a speculation buffer
29
30 See function::commit(3stap)
31 for details.
32
33
35 function::speculation(3stap), function::speculate(3stap),
36 function::discard(3stap), function::commit(3stap), stap(1),
37 stapprobes(3stap)
38
39
40
41SystemTap Tapset Reference November 2019 TAPSET::SPECULATIVE(3stap)