diff options
author | Ray Kinsella <mdr@ashroe.eu> | 2022-01-12 04:47:27 +0000 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2022-01-27 20:02:24 +0000 |
commit | 4a6306aa6920120b99ade708e7346953424de456 (patch) | |
tree | b4f53fed53d6d99782c93107697539cf2b8fe253 /src/plugins/perfmon/CMakeLists.txt | |
parent | 0024e53ad048ff0a3cb34bd95679606c11a7154b (diff) |
perfmon: frontend and backend boundness bundles
Renamed memory stalls to topdown backend-bound-mem, added topdown
frontend-bound-latency and frontend-bound-bandwidth.
Type: improvement
Signed-off-by: Ray Kinsella <mdr@ashroe.eu>
Change-Id: I70f42b6b63fe2502635cad4aed4271e2bbdda5f1
Diffstat (limited to 'src/plugins/perfmon/CMakeLists.txt')
-rw-r--r-- | src/plugins/perfmon/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/perfmon/CMakeLists.txt b/src/plugins/perfmon/CMakeLists.txt index 44be59ef539..e262984b610 100644 --- a/src/plugins/perfmon/CMakeLists.txt +++ b/src/plugins/perfmon/CMakeLists.txt @@ -23,7 +23,7 @@ add_vpp_plugin(perfmon perfmon.c intel/core.c intel/uncore.c - intel/bundle/memory_stalls.c + intel/bundle/backend_bound_mem.c intel/bundle/inst_and_clock.c intel/bundle/load_blocks.c intel/bundle/mem_bw.c @@ -32,6 +32,8 @@ add_vpp_plugin(perfmon intel/bundle/power_license.c intel/bundle/topdown_metrics.c intel/bundle/topdown_tremont.c + intel/bundle/frontend_bound_bw.c + intel/bundle/frontend_bound_lat.c intel/bundle/iio_bw.c COMPONENT |