Opened 5 years ago

Last modified 5 years ago

#33 new feature

Return the list of leaked objects back to userspace.

Reported by: mornfall Owned by: mornfall
Priority: major Milestone: 5.0
Component: VM Keywords:
Cc:

Description

Currently, leak checking is implemented as a vm_trace call. This makes it hard to customize or extend leak reporting; it would be better to build an array of pointers to the leaked objects and return it to userspace. This would need a new hypercall, or perhaps an extensible 'inverse trace' one, where information is requested by the userspace, instead of provided. Maybe vm_info?

Change History (1)

comment:1 Changed 5 years ago by mornfall

Milestone: future5.0

Milestone renamed

Note: See TracTickets for help on using tickets.