We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6d7724 commit 71b338eCopy full SHA for 71b338e
src/includes/perfmon_zen4.h
@@ -34,6 +34,7 @@
34
#include <perfmon_zen4_counters.h>
35
#include <error.h>
36
#include <affinity.h>
37
+#include <cpuid.h>
38
39
static int perfmon_numCountersZen4 = NUM_COUNTERS_ZEN4;
40
static int perfmon_numArchEventsZen4 = NUM_ARCH_EVENTS_ZEN4;
src/includes/perfmon_zen4c.h
#include <perfmon_zen4c_counters.h>
static int perfmon_numCountersZen4c = NUM_COUNTERS_ZEN4C;
static int perfmon_numArchEventsZen4c = NUM_ARCH_EVENTS_ZEN4C;
0 commit comments