tud-zih-energy / lo2s

Linux OTF2 Sampling - A Lightweight Node-Level Performance Monitoring Tool
https://tu-dresden.de/zih/forschung/projekte/lo2s?set_language=en
GNU General Public License v3.0
44 stars 13 forks source link

Add posix I/O writer #334

Open cvonelm opened 1 month ago

cvonelm commented 1 month ago

This PR adds a POSIX I/O writer, which, using BPF, records the activity of the POSIX filesystem calls read()/open[at]()/write() etc.

This fixes #284, #194 and #283