mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
vanadium/kernel-overlay: add performance monitoring options
This commit is contained in:
parent
4669dd485d
commit
3e7a697db0
1 changed files with 5 additions and 0 deletions
|
|
@ -30,10 +30,15 @@ in {
|
||||||
SCHED_MC = yes;
|
SCHED_MC = yes;
|
||||||
X86_MCE = yes;
|
X86_MCE = yes;
|
||||||
X86_MCE_AMD = yes;
|
X86_MCE_AMD = yes;
|
||||||
|
X86_MCE_INTEL = no;
|
||||||
PERF_EVENTS_INTEL_RAPL = yes;
|
PERF_EVENTS_INTEL_RAPL = yes;
|
||||||
X86_AMD_PSTATE = yes;
|
X86_AMD_PSTATE = yes;
|
||||||
X86_POWERNOW_K8 = no;
|
X86_POWERNOW_K8 = no;
|
||||||
|
|
||||||
|
# Processor type and features > Performance monitoring
|
||||||
|
PERF_EVENTS_AMD_POWER = yes;
|
||||||
|
PERF_EVENTS_AMD_UNCORE = yes;
|
||||||
|
|
||||||
# With amd_pstate=active ondemand won't be available anyway.
|
# With amd_pstate=active ondemand won't be available anyway.
|
||||||
# Without more testing, we should accept the claim that its more power efficient and stick to it
|
# Without more testing, we should accept the claim that its more power efficient and stick to it
|
||||||
CPU_FREQ = yes;
|
CPU_FREQ = yes;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue