1FUNCTION::SPECULATE(3stap) Speculation FUNCTION::SPECULATE(3stap)
23
4
NAME
6function::speculate - Store a string for possible output later
7
SYNOPSIS
9speculate(id:long,output:string)
10
ARGUMENTS
12id
13buffer id to store the information in
1415
output
16string to write out when commit occurs
17
DESCRIPTION
19Add a string to the speculaive buffer for id.
20
SEE ALSO
22tapset::speculative(3stap)
2324
25
26
SystemTap Tapset Reference October 2018 FUNCTION::SPECULATE(3stap)