Lines Matching refs: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
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
269 displayed after all the events in the trace have been processed, by
325 detailed event and field info, record the corresponding trace data
338 List of available trace scripts:
403 List of available trace scripts:
422 trace data by generating a skeleton script using 'perf script -g
423 python' in the same directory as an existing perf.data trace file.
425 the event types in the trace file; it simply prints every available
426 field for each event in the trace file.
437 When perf script is invoked using a trace script, a user-defined
438 'handler function' is called for each event in the trace. If there's
504 every event in a trace, which covers 90% of what you need to know to
505 write a useful trace script. The sections below cover the rest.