1FUNCTION::ABORT(3stap) Logging Tapset FUNCTION::ABORT(3stap)
2
3
4
6 function::abort - Immediately shutting down probing script.
7
9 abort()
10
12 None
13
15 This is similar to exit but immediately aborts the current probe
16 handler instead of waiting for its completion. Probe handlers already
17 running on *other* CPU cores, however, will still continue to their
18 completion. Unlike error, this function call cannot be caught by 'try
19 ... catch'.
20
22 tapset::logging(3stap)
23
24
25
26SystemTap Tapset Reference April 2023 FUNCTION::ABORT(3stap)