Re: [Xen-devel] [PATCH v3 2/3] xenoprof: fix up ability to disable it

2016-02-17 Thread Andrew Cooper
On 17/02/16 14:37, Doug Goldstein wrote: > diff --git a/xen/include/asm-x86/xenoprof.h b/xen/include/asm-x86/xenoprof.h > index b006ddc..c78e8cf 100644 > --- a/xen/include/asm-x86/xenoprof.h > +++ b/xen/include/asm-x86/xenoprof.h > @@ -67,9 +67,33 @@ void xenoprof_backtrace(struct vcpu *, const str

[Xen-devel] [PATCH v3 2/3] xenoprof: fix up ability to disable it

2016-02-17 Thread Doug Goldstein
Allow Xenoprof to be fully disabled when toggling the option off. Signed-off-by: Doug Goldstein --- CC: Keir Fraser CC: Jan Beulich CC: Andrew Cooper change since v2: - move all functions in xenoprof.h inside CONFIG_XENOPROF as suggested by Andrew Cooper change since v1: - switch to #define

[Xen-devel] [PATCH v3 2/3] xenoprof: fix up ability to disable it

2016-02-17 Thread Doug Goldstein
Allow Xenoprof to be fully disabled when toggling the option off. Signed-off-by: Doug Goldstein --- change since v2: - move all functions in xenoprof.h inside CONFIG_XENOPROF change since v1: - switch to #define empty 'functions' as suggested by Andrew Cooper --- xen/arch/x86/Makefile