Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

#
# Performance Monitor Drivers
#

menu "Performance monitor support"

config CONFIG_ARM_PMU
	depends on CONFIG_PERF_EVENTS && (CONFIG_ARM || CONFIG_ARM64)
	bool "ARM PMU framework"
	default y
	help
	  Say y if you want to use CPU performance monitors on CONFIG_ARM-based
	  systems.

config CONFIG_XGENE_PMU
        depends on CONFIG_PERF_EVENTS && CONFIG_ARCH_XGENE
        bool "APM X-Gene SoC PMU"
        default n
        help
          Say y if you want to use CONFIG_APM X-Gene SoC performance monitors.

endmenu