NAME

ptt_level - PTT dynamic level switch


SYNOPSIS

ptt_level -p pgid [-l level]


DESCRIPTION

Its primary function is to change the current trace level.


OPTIONS

-p pgid
process for which you want to change the trace level

-l level[,level]
set the log level. You can select multiple level with comma. For example, if you want to trace mutex and cond-var, use `LEVEL_MUTEX_ALL,LEVEL_COND_ALL'.

See ptt_trace(1) for the list of possible values.

-h
display the help


SEE ALSO

ptt_trace(1)


AUTHOR

Matthieu CASTET, Guillaume DURANCEAU