Skip to content
Discussion options

You must be logged in to vote

Hi!

First of all, apologies for taking so long to get back to you. This got lost in my email and I'm not accustomed to checking our discussions channel like our issues/PRs.

As I recall, we disable our tracking of mmap() usage (we just mark the counters as -1 as you see) inside our shared library due to some bad interactions with some other libraries we've seen on Cray systems in the past. We do still collect the info for statically-linked executables, but looks like your system is dynamically linking.

If it's any consolation, we only track the number of mmap() calls issued to each file. We do not have any way of tracking how much data is accessed via mmap(), offsets accessed, etc., so the…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by st4rl3ss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants