freebsd-src/sys/dev/hwpmc
Jessica Clarke 8938d16266 hwpmc: Define full set of Armv8.0 events
Like many of the other encodings here, none of these are actually used
by our tables. However, defining the EVENT_xH names allows them to be
used by the user (e.g. when trying to use an implementation-defined
event that they know about from their core's documentation but we don't)
and allows us to define PMC_EV_ARMV8_LAST appropriately.

Some of these are also used downstream in CheriBSD on Morello.

Reviewed by:	andrew, tsoome
Obtained from:	CheriBSD
Differential Revision:	https://reviews.freebsd.org/D36926
2022-10-10 23:34:08 +01:00
..
hwpmc_amd.c
hwpmc_amd.h
hwpmc_arm.c Adjust function definition in hwpmc to avoid clang 15 warning 2022-08-11 14:30:32 +01:00
hwpmc_arm64.c arm64: Fix hwpmc module for OPT_ACPI isn't selected 2022-08-31 09:25:39 +02:00
hwpmc_arm64.h
hwpmc_arm64_md.c Adjust function definition in hwpmc to avoid clang 15 warning 2022-08-11 14:30:32 +01:00
hwpmc_armv7.c Adjust function definition in hwpmc to avoid clang 15 warning 2022-08-11 14:30:32 +01:00
hwpmc_armv7.h
hwpmc_cmn600.c Adjust function definition in hwpmc to avoid clang 15 warning 2022-08-11 14:30:32 +01:00
hwpmc_cmn600.h Allocate event for DMC-620 and CMN-600 controllers PMU. Add events supported by DMC-620 and CMN-600 controllers PMU. 2022-06-26 21:52:26 +03:00
hwpmc_core.c hwpmc: Avoid touching MSR_DEBUGCTLMSR inside VMs. 2022-09-01 13:23:11 -04:00
hwpmc_core.h hwpmc: Bump Intel's IA32_PERFEVTSELx width to 64 bits. 2022-06-02 13:08:55 -04:00
hwpmc_dmc620.c Adjust function definition in hwpmc to avoid clang 15 warning 2022-08-11 14:30:32 +01:00
hwpmc_dmc620.h pmc: unhide struct pmc_md_dmc620_pmu_op_pmcallocate 2022-06-27 00:37:23 +00:00
hwpmc_e500.c
hwpmc_intel.c hwpmc: Add IDs for few more Intel Atom CPUs. 2022-06-02 22:55:42 -04:00
hwpmc_logging.c hwpmc: purge EOL release compatibility 2022-09-08 16:17:24 +00:00
hwpmc_mod.c Fix unused variable warnings in hwpmc_mod.c 2022-07-21 21:05:51 +02:00
hwpmc_mpc7xxx.c
hwpmc_power8.c
hwpmc_powerpc.c Adjust function definition in hwpmc to avoid clang 15 warning 2022-08-11 14:30:32 +01:00
hwpmc_powerpc.h hwpmc: Make powerpc memory allocation alike to x86. 2022-06-01 14:53:04 -04:00
hwpmc_ppc970.c
hwpmc_riscv.h
hwpmc_soft.c AST: rework 2022-08-02 21:11:09 +03:00
hwpmc_soft.h
hwpmc_tsc.c
hwpmc_tsc.h
hwpmc_uncore.c hwpmc: purge EOL release compatibility 2022-09-08 16:17:24 +00:00
hwpmc_uncore.h hwpmc: Bump Intel's IA32_PERFEVTSELx width to 64 bits. 2022-06-02 13:08:55 -04:00
hwpmc_x86.c hwpmc: purge EOL release compatibility 2022-09-08 16:17:24 +00:00
pmc_events.h hwpmc: Define full set of Armv8.0 events 2022-10-10 23:34:08 +01:00
pmu_dmc620.c pmu_dmc620: Remove unused devclass from DRIVER_MODULE. 2022-08-23 09:36:12 -07:00
pmu_dmc620_reg.h Allocate event for DMC-620 and CMN-600 controllers PMU. Add events supported by DMC-620 and CMN-600 controllers PMU. 2022-06-26 21:52:26 +03:00