Lines Matching refs: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, ip, sym, dso, addr, symoff,
120 Field list can be prepended with the type, trace, sw or hw,
122 e.g., -f sw:comm,tid,time,ip,sym and -f trace:time,cpu,trace
128 perf script -f trace:<fields> -f sw:<fields> -f hw:<fields>
136 -f trace: -f comm,tid,time,ip,sym
138 The first -f suppresses trace events (field list is ""), but then the
146 -f comm,tid,time,ip,sym -f trace:
149 suppresses trace events. The user is given a warning message about
157 $ perf script -f comm,tid,trace
158 'trace' not valid for hardware events. Ignoring.
159 'trace' not valid for software events. Ignoring.
164 perf script -v -f sw:comm,tid,trace
165 'trace' not valid for software events.
172 transaction abort, trace begin, trace end, and in transaction,