DOKK / manpages / debian 11 / systemtap-doc / function::abort.3stap.en
FUNCTION::ABORT(3stap) Logging Tapset FUNCTION::ABORT(3stap)

function::abort - Immediately shutting down probing script.


abort()

None

This is similar to exit but immediately aborts the current probe handler instead of waiting for its completion. Probe handlers already running on *other* CPU cores, however, will still continue to their completion. Unlike error, this function call cannot be caught by 'try ... catch'.

tapset::logging(3stap)

November 2020 SystemTap Tapset Reference