Add missing label for sponge state

This commit is contained in:
Rodrigo Arias 2023-04-11 21:38:55 +02:00 committed by Rodrigo Arias Mallo
parent b16c30a5e6
commit 1ec6f799f1

View File

@ -105,6 +105,7 @@ static const struct pcf_value_label nanos6_ss_values[] = {
{ ST_MIGRATE, "Worker: Migrating CPU" }, { ST_MIGRATE, "Worker: Migrating CPU" },
{ ST_SUSPEND, "Worker: Suspending thread" }, { ST_SUSPEND, "Worker: Suspending thread" },
{ ST_RESUME, "Worker: Resuming another thread" }, { ST_RESUME, "Worker: Resuming another thread" },
{ ST_SPONGE, "Worker: Sponge mode" },
{ ST_ALLOCATING, "Memory: Allocating" }, { ST_ALLOCATING, "Memory: Allocating" },
{ ST_FREEING, "Memory: Freeing" }, { ST_FREEING, "Memory: Freeing" },