perfmon: fix order in cmakelists.txt

Fix ordering in CMakeLists.txt

Type: refactor

Signed-off-by: Ray Kinsella <mdr@ashroe.eu>
Change-Id: I8e71e4fbc048a80c4b250c2a66cfd8a522bde5f4
This commit is contained in:
Ray Kinsella
2022-03-03 16:40:30 +00:00
committed by Damjan Marion
parent 81878a9e3c
commit 53e575ce8a

View File

@@ -23,21 +23,21 @@ add_vpp_plugin(perfmon
perfmon.c
intel/core.c
intel/uncore.c
intel/bundle/backend_bound_mem.c
intel/bundle/backend_bound_core.c
intel/bundle/inst_and_clock.c
intel/bundle/load_blocks.c
intel/bundle/mem_bw.c
intel/bundle/cache_hit_miss.c
intel/bundle/backend_bound_mem.c
intel/bundle/branch_mispred.c
intel/bundle/power_license.c
intel/bundle/topdown_metrics.c
intel/bundle/topdown_icelake.c
intel/bundle/topdown_tremont.c
intel/bundle/cache_hit_miss.c
intel/bundle/frontend_bound_bw_src.c
intel/bundle/frontend_bound_bw_uops.c
intel/bundle/frontend_bound_lat.c
intel/bundle/iio_bw.c
intel/bundle/inst_and_clock.c
intel/bundle/load_blocks.c
intel/bundle/mem_bw.c
intel/bundle/power_license.c
intel/bundle/topdown_icelake.c
intel/bundle/topdown_metrics.c
intel/bundle/topdown_tremont.c
COMPONENT
vpp-plugin-devtools