mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
The Processor Activity Instrumentation facility (PAI) uses the perf_event_open system call to report data and the crypto counter values. The data can be inspected with the perf tool in a very generic way using raw data report and a hex dump utility. The pai tool also uses the perf_event_open system call to record the data, but uses specialized event attributes for recording detailed information such as the recording of fork, exit, exec system call events and context switch events. Cryptography counter values are appended as raw data attachments. The pai command can be used for recording and reporting. Also a list of CPUs can be specified. The recording ring buffers are created per CPU and are named paicrypto.XXX where XXX stands for the CPU number. The numbering scheme has leading zeros, such as 007 for CPU number 7. For invocation and possible command line options see the man page. Signed-off-by: Thomas Richter <tmricht@linux.ibm.com> Reviewed-by: Jan Höppner <hoeppner@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
2.9 KiB
2.9 KiB