diff --git a/headers/private/system/system_profiler_defs.h b/headers/private/system/system_profiler_defs.h index 1b7f7e42f3..5c456ca2e4 100644 --- a/headers/private/system/system_profiler_defs.h +++ b/headers/private/system/system_profiler_defs.h @@ -128,6 +128,12 @@ struct system_profiler_samples { addr_t samples[0]; }; +// base structure for the following three +struct system_profiler_thread_scheduling_event { + bigtime_t time; + thread_id thread; +}; + // B_SYSTEM_PROFILER_THREAD_SCHEDULED struct system_profiler_thread_scheduled { bigtime_t time;