Lines Matching refs:fields
131 --fields::
132 Comma separated list of fields to print. Options are:
143 perf script -F <fields>
147 perf script -F trace:<fields> -F sw:<fields> -F hw:<fields>
149 i.e., the specified fields apply to all event types if the type string
152 In addition to overriding fields, it is also possible to add or remove
153 fields from the defaults. For example
157 removes the cpu field and adds the insn field. Adding/removing fields
166 second invocation sets the fields to comm,tid,time,ip,sym. In this case a
175 The first -F sets the fields for all events and the second -F
178 events are displayed with the given fields.
180 It's possible tp add/remove fields only for specific event type:
231 The machine_pid and vcpu fields are derived from data resulting from using
235 The cgroup fields requires sample having the cgroup id which is saved
238 Finally, a user may not set fields to none for all event types.