ptt_level - PTT dynamic level switch
ptt_level -p pgid [-l level]
Its primary function is to change the current trace level.
- -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
ptt_trace(1)
Matthieu CASTET, Guillaume DURANCEAU