Lines Matching full:trace
6 perf-script - Read perf.data (created by perf record) and display trace output
19 This command reads the input file and displays the trace recorded.
23 'perf script' to see a detailed trace of the workload that was
27 summarize the raw trace data in various ways (the list of scripts is
39 trace --list' i.e. the actual script name minus any language
71 information on how to write and run your own trace scripts.
80 Display verbose dump of the trace data.
88 Display a list of available trace scripts.
92 Process trace data with the given script ([lang]:script[.ext]).
118 comm, tid, pid, time, cpu, event, trace, sym. Field
119 list can be prepended with the type, trace, sw or hw,
121 e.g., -f sw:comm,tid,time,sym and -f trace:time,cpu,trace
127 perf script -f trace:<fields> -f sw:<fields> -f hw:<fields>
135 -f trace: -f comm,tid,time,sym
137 The first -f suppresses trace events (field list is ""), but then the
145 -f comm,tid,time,sym -f trace:
148 suppresses trace events. The user is given a warning message about
156 $ perf script -f comm,tid,trace
157 'trace' not valid for hardware events. Ignoring.
158 'trace' not valid for software events. Ignoring.
163 perf script -v -f sw:comm,tid,trace
164 'trace' not valid for software events.