This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Systemtap Probe C++ new and delete Operator


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]