GNU/Linux |
RedHat 6.2(Zoot) |
|
![]() |
lam_rtrwipe(2) |
![]() |
lam_rtrsweep, lam_rtrudie, lam_rtrwipe − Remove LAM trace data.
int
lam_rtrsweep (int node, int list);
int lam_rtrudie (int node, pid);
int lam_rtrwipe (int node);
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().
lam_rtrget(2), lam_rtrstore(2)
![]() |
lam_rtrwipe(2) | ![]() |