Pegasus InfoCorp: Web site design and web software development company

LAM_RTRSWEEP (2)

Remove LAM trace data.

SYNOPSIS

    int lam_rtrsweep (int node, int list);
    int lam_rtrudie (int node, pid);
    int lam_rtrwipe (int node);
    

DESCRIPTION

    The client functions, lam_rtrsweep() , lam_rtrudie() , and lam_rtrwipe() all remove trace data from the trace daemon on the given node. The functions only differ in scope. lam_rtrsweep() removes all trace data in a given list. If the list number is -1, all lists are selected, making the function equivalent to lam_rtrwipe() , which removes all traces from the specified node. lam_rtrudie() removes all trace data marked with the given process identifier from all lists. If the process identifier is -1, all processes are selected, again making the function equivalent to lam_rtrwipe() .

SEE ALSO