logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

function::probe_type - The low level probe handler type of the current probe.

Arguments

       None

Description

       Returns a short string describing the low level probe handler type for the current probe point. This is
       for informational purposes only. Depending on the low level probe handler different context functions can
       or cannot provide information about the current event (for example some probe handlers only trigger in
       user space and have no associated kernel context). High-level probes might map to the same or different
       low-level probes (depending on systemtap version and/or kernel used).

Name

       function::probe_type - The low level probe handler type of the current probe.

See Also

tapset::context(3stap)

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

Synopsis

           probe_type:string()

See Also