On Thu, May 27, 2004 at 05:07:08PM -0500, Frank Levine wrote:
> >Doesn't the JVM provide a way to request all the existing mapping data?
> No, this is not supported.
Bleh...
> >If not, couldn't we just write the mapping data to a file, and when
> >oprofiled starts, read that in before further mappings are done?
> Yes, but then the logic for parsing the persistent data must be coded
> anyway. Since this logic must be there, would it be reasonable to
> continue using the logic when the dynamic events are issued during
> profiling?
This can be as simple as reading the file in and then reading from a
named pipe or whatever. So, yes, it seems probably reasonable.
regards
john
|