diff options
author | Ray Kinsella <mdr@ashroe.eu> | 2021-06-09 11:35:26 +0100 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2021-09-08 14:30:03 +0000 |
commit | 710bdef43c2bfe6a6fd208edd080c75f06c5dfb7 (patch) | |
tree | b5cd741b43ec616818a1f0607b8c6008773139a1 /src/plugins/perfmon/perfmon.h | |
parent | c3cb2075deef7cd35401f9d2f00f3aeb23ed16d5 (diff) |
perfmon: add membw-bound bundle
Added memory bandwidth boundedness bundle, closely related to cache-hierarchy.
This bundle works on ICX only, due to an ICX specific counter.
Type: improvement
Signed-off-by: Ray Kinsella <mdr@ashroe.eu>
Change-Id: Id385bd5f4e645ac020774e311c623afb64b79b1e
Diffstat (limited to 'src/plugins/perfmon/perfmon.h')
-rw-r--r-- | src/plugins/perfmon/perfmon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/perfmon/perfmon.h b/src/plugins/perfmon/perfmon.h index 967b92e0e4a..ffcf2fd5e46 100644 --- a/src/plugins/perfmon/perfmon.h +++ b/src/plugins/perfmon/perfmon.h @@ -23,7 +23,7 @@ #include <vppinfra/cpu.h> #include <vlib/vlib.h> -#define PERF_MAX_EVENTS 7 /* 3 fixed and 4 programmable */ +#define PERF_MAX_EVENTS 8 /* 4 fixed and 8 programmable on ICX */ typedef enum { |