Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

function::panic - trigger a panic

Arguments

msg
           message to pass to kernel's panic function

Description

       This function triggers an immediate panic of the running kernel with a user-specified panic message. It
       requires guru mode.

Name

       function::panic - trigger a panic

See Also

tapset::panic(3stap)

SystemTap Tapset Reference                         April 2024                             FUNCTION::PANIC(3stap)

Synopsis

           panic(msg:string)

See Also