Searched refs:_droppedEvents (Results 1 - 3 of 3) sorted by path

/haiku/headers/private/kernel/
H A Dsystem_profiler.h29 uint64* _droppedEvents);
/haiku/headers/private/system/
H A Dsyscalls.h514 uint64* _droppedEvents);
/haiku/src/system/kernel/debug/
H A Dsystem_profiler.cpp67 uint64* _droppedEvents);
549 SystemProfiler::NextBuffer(size_t bytesRead, uint64* _droppedEvents) argument
598 if (_droppedEvents != NULL) {
599 *_droppedEvents = fDroppedEvents;
1612 _user_system_profiler_next_buffer(size_t bytesRead, uint64* _droppedEvents) argument
1617 if (_droppedEvents != NULL && !IS_USER_ADDRESS(_droppedEvents))
1633 _droppedEvents != NULL ? &droppedEvents : NULL);
1634 if (error == B_OK && _droppedEvents != NULL)
1635 user_memcpy(_droppedEvents,
[all...]

Completed in 67 milliseconds