perfmon: fix order in cmakelists.txt 40/35540/2
authorRay Kinsella <mdr@ashroe.eu>
Thu, 3 Mar 2022 16:40:30 +0000 (16:40 +0000)
committerDamjan Marion <dmarion@me.com>
Tue, 29 Mar 2022 10:10:48 +0000 (10:10 +0000)
Fix ordering in CMakeLists.txt

Type: refactor

Signed-off-by: Ray Kinsella <mdr@ashroe.eu>
Change-Id: I8e71e4fbc048a80c4b250c2a66cfd8a522bde5f4

src/plugins/perfmon/CMakeLists.txt

index 65c8e4b..c7b2a38 100644 (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/backend_bound_mem.c
+  intel/bundle/branch_mispred.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/cache_hit_miss.c
-  intel/bundle/branch_mispred.c
   intel/bundle/power_license.c
-  intel/bundle/topdown_metrics.c
   intel/bundle/topdown_icelake.c
+  intel/bundle/topdown_metrics.c
   intel/bundle/topdown_tremont.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
 
   COMPONENT
   vpp-plugin-devtools