Skip to content

Commit

Permalink
xenoprof: default to off
Browse files Browse the repository at this point in the history
This being x86-only right now, and its x86 bits being heavily outdated,
let's no longer enable this by default.

While there also adjust the "help" keyword spelling.

Signed-off-by: Jan Beulich <[email protected]>
Acked-by: Roger Pau Monné <[email protected]>
  • Loading branch information
jbeulich committed Jul 12, 2023
1 parent 3c911be commit 08e2372
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion xen/arch/x86/configs/pvshim_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ CONFIG_EXPERT=y
# CONFIG_HYPFS is not set
# CONFIG_BIGMEM is not set
# CONFIG_KEXEC is not set
# CONFIG_XENOPROF is not set
# CONFIG_XSM is not set
# CONFIG_UNSUPPORTED is not set
# CONFIG_SCHED_CREDIT is not set
Expand Down
5 changes: 2 additions & 3 deletions xen/common/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,9 @@ config EFI_SET_VIRTUAL_ADDRESS_MAP
If unsure, say N.

config XENOPROF
def_bool y
prompt "Xen Oprofile Support" if EXPERT
bool "Xen Oprofile Support" if EXPERT
depends on X86
---help---
help
Xen OProfile (Xenoprof) is a system-wide profiler for Xen virtual
machine environments, capable of profiling the Xen virtual machine
monitor, multiple Linux guest operating systems, and applications
Expand Down

0 comments on commit 08e2372

Please sign in to comment.