Searched refs:system_profiler_thread_added (Results 1 - 8 of 8) sorted by relevance

/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.h18 struct system_profiler_thread_added;
85 system_profiler_thread_added* event);
108 system_profiler_thread_added* event);
H A DModelLoader.cpp676 _HandleThreadAdded((system_profiler_thread_added*)buffer);
755 system_profiler_thread_added* event
756 = (system_profiler_thread_added*)buffer;
908 ModelLoader::_HandleThreadAdded(system_profiler_thread_added* event)
1216 ModelLoader::_AddThread(system_profiler_thread_added* event)
1236 // TODO: The priority is missing from the system_profiler_thread_added
1253 system_profiler_thread_added* event = (system_profiler_thread_added*)
1254 malloc(sizeof(system_profiler_thread_added));
/haiku/headers/private/system/
H A Dsystem_profiler_defs.h111 struct system_profiler_thread_added { struct
/haiku/src/apps/debuganalyzer/model/
H A DModel.cpp293 Model::Thread::Thread(Team* team, const system_profiler_thread_added* event,
831 Model::AddThread(const system_profiler_thread_added* event, nanotime_t time)
H A DModel.h102 const system_profiler_thread_added* event,
433 const system_profiler_thread_added* event,
519 const system_profiler_thread_added* fCreationEvent;
/haiku/src/system/kernel/debug/
H A Dsystem_profiler.cpp970 system_profiler_thread_added* event = (system_profiler_thread_added*)
971 _AllocateBuffer(sizeof(system_profiler_thread_added),
/haiku/src/bin/debug/profile/
H A Dprofile.cpp577 system_profiler_thread_added* event
578 = (system_profiler_thread_added*)buffer;
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp1381 _HandleThreadAdded((system_profiler_thread_added*)buffer);
1410 void _HandleThreadAdded(system_profiler_thread_added* event)

Completed in 92 milliseconds