Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

RedHat 6.2

(Zoot)

lam_rtrudie(2)


LAM_RTRSWEEP

LAM_RTRSWEEP

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO

NAME

lam_rtrsweep, lam_rtrudie, lam_rtrwipe − 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

lam_rtrget(2), lam_rtrstore(2)



lam_rtrudie(2)