Lines Matching refs:F
130 -F::
141 e.g., -F sw:comm,tid,time,ip,sym and -F trace:time,cpu,trace
143 perf script -F <fields>
147 perf script -F trace:<fields> -F sw:<fields> -F hw:<fields>
155 -F -cpu,+insn
163 -F trace: -F comm,tid,time,ip,sym
165 The first -F suppresses trace events (field list is ""), but then the
173 -F comm,tid,time,ip,sym -F trace:
175 The first -F sets the fields for all events and the second -F
190 $ perf script -F comm,tid,trace
197 perf script -v -F sw:comm,tid,trace
239 i.e., -F "" is not allowed.
282 For sample events it's possible to display misc field with -F +misc option,
295 $ perf script -F +misc ...