memtt / numaprof

NUMAPROF is a NUMA memory profliler based on Pintool to track your remote memory accesses.
https://memtt.github.io/numaprof
Other
43 stars 6 forks source link

Taking sampling (PEBS) data via numap #19

Open svalat opened 5 years ago

svalat commented 5 years ago

I just found numap (https://github.com/numap-library/numap) which is used by NumaMMA (https://github.com/numamma/numamma).

Maybe we can also use it in place of pin as an instrumentation library and redirect the calls to our internal profiler. So we can also have a sampling mode.