1FUNCTION::INDENT(3stap) Utility functions for using an FUNCTION::INDENT(3stap)
2
3
4
6 function::indent - returns an amount of space to indent
7
9 indent:string(delta:long)
10
12 delta
13 the amount of space added/removed for each call
14
16 This function returns a string with appropriate indentation. Call it
17 with a small positive or matching negative delta. Unlike the
18 thread_indent function, the indent does not track individual indent
19 values on a per thread basis.
20
22 tapset::indent(3stap)
23
24
25
26SystemTap Tapset Reference April 2023 FUNCTION::INDENT(3stap)