Lines Matching refs:fields
128 --fields::
129 Comma separated list of fields to print. Options are:
138 perf script -F <fields>
142 perf script -F trace:<fields> -F sw:<fields> -F hw:<fields>
144 i.e., the specified fields apply to all event types if the type string
147 In addition to overriding fields, it is also possible to add or remove
148 fields from the defaults. For example
152 removes the cpu field and adds the insn field. Adding/removing fields
161 second invocation sets the fields to comm,tid,time,ip,sym. In this case a
170 The first -F sets the fields for all events and the second -F
173 events are displayed with the given fields.
175 It's possible tp add/remove fields only for specific event type:
223 Finally, a user may not set fields to none for all event types.