Home | History | Annotate | Download | only in Documentation

Lines Matching full:trace

6 perf-script-python - Process trace data with a Python script
18 displays the results of the trace analysis implemented in the given
109 callback handler for each event type found in the perf.data trace
132 '/scripts/python/perf-script-Util/lib/Perf/Trace')
182 really interested in, or the script was run against a trace file that
186 event found in the trace stream i.e. it basically just dumps the event
209 trace event, but rather aggregating it in a useful way. So we'll get
219 '/scripts/python/perf-script-Util/lib/Perf/Trace')
269 displayed after all the events in the trace have been processed, by
282 '/scripts/python/perf-script-Util/lib/Perf/Trace')
325 detailed event and field info, record the corresponding trace data
338 List of available trace scripts:
404 List of available trace scripts:
424 trace data by generating a skeleton script using 'perf script -g
425 python' in the same directory as an existing perf.data trace
427 the event types in the trace file; it simply prints every available
428 field for each event in the trace file.
439 When perf script is invoked using a trace script, a user-defined
440 'handler function' is called for each event in the trace. If there's
506 every event in a trace, which covers 90% of what you need to know to
507 write a useful trace script. The sections below cover the rest.
521 '/scripts/python/perf-script-Util/lib/Perf/Trace')