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

Advertise --userspace-metric-event more #311

Open cvonelm opened 7 months ago

cvonelm commented 7 months ago

userspace-metric-event uses perf with all the features that can produce problems with special kinds of events disabled, such as event grouping and using ring-buffers for event read-out. As this, it should be considered the fallback option to -E.

However, it is nowhere advertised in lo2s that you might want to try --userspace-metric-event if -E doesnt work for you.

bmario commented 1 week ago

In addition, add it to the manpage