Home
last modified time | relevance | path

Searched refs:SchedulingEventAt (Results 1 – 3 of 3) sorted by relevance

/haiku/src/apps/debuganalyzer/model/
H A DThreadModel.cpp109 const system_profiler_event_header* header = SchedulingEventAt(mid); in FindSchedulingEvent()
121 const system_profiler_event_header* header = SchedulingEventAt(lower); in FindSchedulingEvent()
H A DThreadModel.h38 inline const system_profiler_event_header* SchedulingEventAt(
116 ThreadModel::SchedulingEventAt(int32 index) const in SchedulingEventAt() function
/haiku/src/apps/debuganalyzer/gui/thread_window/
H A DActivityPage.cpp89 = fModel->SchedulingEventAt(startIndex); in GetSamples()
111 = fModel->SchedulingEventAt(startIndex - 1); in GetSamples()
150 header = fModel->SchedulingEventAt(i); in GetSamples()