Re: [Xen-devel] [PATCH] xenstore: add memory allocation debugging capability

2016-07-19 Thread Wei Liu
On Fri, Jul 15, 2016 at 07:28:26AM +0200, Juergen Gross wrote: > Add support for debugging memory allocation statistics to xenstored. > Specifying "-M " on the command line will enable the feature. > Whenever xenstored receives SIGUSR1 it will dump out a full talloc > report to . This helps finding

[Xen-devel] [PATCH] xenstore: add memory allocation debugging capability

2016-07-15 Thread Ian Jackson
Juergen Gross writes ("[PATCH] xenstore: add memory allocation debugging capability"): > Add support for debugging memory allocation statistics to xenstored. > Specifying "-M " on the command line will enable the feature. > Whenever xenstored receives SIGUSR1 it will dump out a full talloc > repor

[Xen-devel] [PATCH] xenstore: add memory allocation debugging capability

2016-07-14 Thread Juergen Gross
Add support for debugging memory allocation statistics to xenstored. Specifying "-M " on the command line will enable the feature. Whenever xenstored receives SIGUSR1 it will dump out a full talloc report to . This helps finding e.g. memory leaks in xenstored. Signed-off-by: Juergen Gross --- To