Lines Matching refs:events
25 samples output by perf hardware events, for example as though the "instructions"
26 or "branches" events had been recorded. Presently 3 tools support this:
131 The Intel PT kernel driver creates a new PMU for Intel PT. PMU events are
177 Note that, as with all events, the event is suffixed with event modifiers:
485 all executables encountered (due to mmap, comm or task events) are included
503 software event has been introduced that permits tracking events (like mmaps) to
567 decoding. sched_switch events are automatically added. e.g. the second event
642 That is because, in the absence of timing information, the sched_switch events
666 i synthesize "instructions" events
667 b synthesize "branches" events
668 x synthesize "transactions" events
669 c synthesize branches events (calls only)
670 r synthesize branches events (returns only)
671 e synthesize tracing error events
676 "Instructions" events look like they were recorded by "perf record -e
679 "Branches" events look like they were recorded by "perf record -e branches". "c"
682 "Transactions" events correspond to the start or end of transactions. The
686 Error events are new. They show where the decoder lost the trace. Error events
717 transactions events can be specified. e.g.
723 transactions events can be specified. e.g.
737 perf script has an option (-D) to "dump" the events i.e. display the binary
764 removed and replaced with the synthesized events. e.g.