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

2016-02-17 Thread Andrew Cooper
On 17/02/16 18:02, Doug Goldstein wrote: > 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 v3: > - drop (void)var; from static inlines > - fix typo that broke build

[Xen-devel] [PATCH v4 1/2] 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 v3: - drop (void)var; from static inlines - fix typo that broke build (must have forgotten to do XEN_CONFIG_EXPERT=y make change s