Manipulates trace event groups.
List event groups
trcevgrp -l [ event-group [ ... ] ]
Remove event groups
trcevgrp -r [ event-group [ ... ] ]
Add an event group
trcevgrp -a -d "group-description" -h "hook-list" event-group
Update an event group
trcevgrp -u [ -d "group-description" ] [ -h "hook-list" ] event-group ]
The trcevgrp command is used to maintain the trace event groups. You must be in the system group to add, delete, or change trace event groups. You cannot modify or delete event groups whose type is reserved.
trcevgrp -l
trcevgrp -a -d my group description -h "500,501,502" mygrp
This will add the group called mygrp, give it the description my group description, and will have hooks of 500, 501, and 502.
trcevgrp -u -d my group description -h "500,501,502,503" mygrp
Files the event groups are currently kept in the SWserveAt ODM database.
The trcdead command, trcnm command, trcrpt command, trcstop command, and trcupdate command.
The trace daemon.
The trcfmt file format.
Trace Facility Overview in AIX 5L Version 5.2 General Programming Concepts: Writing and Debugging Programs.