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.