Systemtap Probe C++ new and delete Operator

Andy Librian andy.librian@kmklabs.com
Thu Aug 4 03:05:00 GMT 2016


Hi,

I'm curious if Systemtap can probe C++ new and delete operator. Maybe like:

probe process(PATH).function("__1c2n6FI_pv_") {
}

I'm trying to find the source of memory leak using this approach:

https://blogs.oracle.com/openomics/entry/investigating_memory_leaks_with_dtrace


Regards,

Andy Librian.
KMK Online.



More information about the Systemtap mailing list