top: Changed CPU configuration to work with topology used by blinktree.

This commit is contained in:
Michael Mueller
2023-08-07 18:14:40 +02:00
parent 667e272a8a
commit d1ee1e82a4

View File

@@ -68,7 +68,7 @@ struct Trace_subject_registry
return nullptr;
}
enum { MAX_CPUS_X = 16, MAX_CPUS_Y = 4, MAX_ELEMENTS_PER_CPU = 6};
enum { MAX_CPUS_X = 64, MAX_CPUS_Y = 1, MAX_ELEMENTS_PER_CPU = 6};
/* accumulated execution time on all CPUs */
unsigned long long total_first [MAX_CPUS_X][MAX_CPUS_Y];