3 fstrace_setset - Sets the status of an event set
10 B<fstrace setset> S<<< [B<-set> <I<set name>>+] >>>
11 [B<-active>] [B<-inactive>] [B<-dormant>] [B<-help>]
13 B<fs sets> S<<< [B<-s> <I<set name>>+] >>> [B<-a>] [B<-i>] [B<-d>] [B<-h>]
20 The B<fstrace setset> command sets the status of the C<cm> kernel event
21 set on the local machine, which determines whether trace messages are
22 recorded in the log buffer in kernel memory.
28 =item B<-set> <I<set name>>+
30 Names the event set for which to set the status. The only acceptable value
31 C<cm>, which is also the default if this argument is omitted.
35 Enables tracing for the event set and allocates kernel memory for the
36 associated trace log buffer. Provide one of this flag, the B<-inactive>
37 flag, or the B<-dormant> flag.
41 Temporarily disables tracing for the event set, but does not change the
42 allocation of kernel memory for the associated trace log buffer. Provide
43 one of this flag, the B<-active> flag, or the B<-dormant> flag.
47 Disables tracing for the event set and frees the kernel memory previously
48 allocated for the associated trace log buffer. Provide one of this flag,
49 the B<-active> flag, or the B<-inactive> flag.
53 Prints the online help for this command. All other valid options are
60 The following example sets the cm event set's status to inactive:
62 # fstrace setset -set cm -inactive
64 =head1 PRIVILEGE REQUIRED
66 The issuer must be logged in as the local superuser C<root>.
76 IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
78 This documentation is covered by the IBM Public License Version 1.0. It was
79 converted from HTML to POD by software written by Chas Williams and Russ
80 Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.