Hi Roland, > Is there anywhere a list of DTrace probes/provides which are supported > by libc ?
As with any other user-land library, DTrace can dynamically instrument libc down to individual instructions via the 'pid' provider. For example, to see a list of which function entry points can be instrumented in libc of pid 1234: #dtrace -l -n pid1234:libc::entry Let me know if you had something else in mind. Jon. _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
