mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
Pai collects data from per CPU ring buffers and stores them in the memory mapped output file. When data is collected from many CPUs at the same time, writing data to output file can be slow. Improve this and allow the pai recording to run with higher real time priority. This is the same approach as done by the perf tool. Signed-off-by: Thomas Richter <tmricht@linux.ibm.com> Acked-by: Sumanth Korikkar <sumanthk@linux.ibm.com> Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>