diff options
author | mdr78 <mdr@ashroe.eu> | 2021-03-19 19:03:54 +0000 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2021-04-27 09:22:35 +0000 |
commit | 8e1384f7bf2e806e0d65d07af38da269ef1b8338 (patch) | |
tree | 4fd4720a58cfeec80550388d37c208b8befc02ac /src/vppinfra/cpu.h | |
parent | 3f923d2d465aadec8d70fa19e0559030751c2c6c (diff) |
perfmon: top down level 1 support
Adding perfmon node TMAM support on ICX.
Type: improvement
Signed-off-by: Ray Kinsella <mdr@ashroe.eu>
Change-Id: I48a9a9ff6a72efc28eaf0cb11ef39fb62cebb126
Diffstat (limited to 'src/vppinfra/cpu.h')
-rw-r--r-- | src/vppinfra/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vppinfra/cpu.h b/src/vppinfra/cpu.h index 6925d584e52..8d2465ba4d6 100644 --- a/src/vppinfra/cpu.h +++ b/src/vppinfra/cpu.h @@ -185,6 +185,7 @@ clib_get_cpuid (const u32 lev, u32 * eax, u32 * ebx, u32 * ecx, u32 * edx) return 1; } +typedef int (*clib_cpu_supports_func_t) (); #define _(flag, func, reg, bit) \ static inline int \ |