Lines Matching refs:SystemProfiler

41 class SystemProfiler;
50 static SystemProfiler* sProfiler = NULL;
54 class SystemProfiler : public BReferenceable, private NotificationListener,
57 SystemProfiler(team_id team,
61 ~SystemProfiler();
217 SystemProfiler::_MaybeNotifyProfilerThreadLocked()
236 SystemProfiler::_MaybeNotifyProfilerThread()
247 // #pragma mark - SystemProfiler public
250 SystemProfiler::SystemProfiler(team_id team, const area_info& userAreaInfo,
301 SystemProfiler::~SystemProfiler()
369 SystemProfiler::Init()
549 SystemProfiler::NextBuffer(size_t bytesRead, uint64* _droppedEvents)
611 SystemProfiler::EventOccurred(NotificationService& service,
744 SystemProfiler::ThreadEnqueuedInRunQueue(Thread* thread)
775 SystemProfiler::ThreadRemovedFromRunQueue(Thread* thread)
801 SystemProfiler::ThreadScheduled(Thread* oldThread, Thread* newThread)
837 SystemProfiler::SemaphoreCreated(sem_id id, const char* name)
844 SystemProfiler::ConditionVariableInitialized(ConditionVariable* variable)
851 SystemProfiler::MutexInitialized(mutex* lock)
858 SystemProfiler::RWLockInitialized(rw_lock* lock)
864 // #pragma mark - SystemProfiler private
868 SystemProfiler::_TeamAdded(Team* team)
905 SystemProfiler::_TeamRemoved(Team* team)
930 SystemProfiler::_TeamExec(Team* team)
956 SystemProfiler::_ThreadAdded(Thread* thread)
987 SystemProfiler::_ThreadRemoved(Thread* thread)
1014 SystemProfiler::_ImageAdded(struct image* image)
1034 SystemProfiler::_ImageRemoved(struct image* image)
1054 SystemProfiler::_IOSchedulerAdded(IOScheduler* scheduler)
1077 SystemProfiler::_IOSchedulerRemoved(IOScheduler* scheduler)
1097 SystemProfiler::_IORequestScheduled(IOScheduler* scheduler, IORequest* request)
1127 SystemProfiler::_IORequestFinished(IOScheduler* scheduler, IORequest* request)
1151 SystemProfiler::_IOOperationStarted(IOScheduler* scheduler, IORequest* request,
1178 SystemProfiler::_IOOperationFinished(IOScheduler* scheduler, IORequest* request,
1204 SystemProfiler::_WaitObjectCreated(addr_t object, uint32 type)
1225 SystemProfiler::_WaitObjectUsed(addr_t object, uint32 type)
1323 SystemProfiler::_InitialImageIterator(struct image* image, void* cookie)
1325 SystemProfiler* self = (SystemProfiler*)cookie;
1333 SystemProfiler::_AllocateBuffer(size_t size, int event, int cpu, int count)
1370 SystemProfiler::_InitTimers(void* cookie, int cpu)
1372 SystemProfiler* self = (SystemProfiler*)cookie;
1378 SystemProfiler::_UninitTimers(void* cookie, int cpu)
1380 SystemProfiler* self = (SystemProfiler*)cookie;
1389 SystemProfiler::_ScheduleTimer(int cpu)
1401 SystemProfiler::_DoSample()
1428 SystemProfiler::_ProfilingEvent(struct timer* timer)
1430 SystemProfiler* self = (SystemProfiler*)timer->user_data;
1500 SystemProfiler* profiler = new(std::nothrow) SystemProfiler(B_SYSTEM_TEAM,
1505 ObjectDeleter<SystemProfiler> profilerDeleter(profiler);
1532 SystemProfiler* profiler = sProfiler;
1588 SystemProfiler* profiler = new(std::nothrow) SystemProfiler(team, areaInfo,
1592 ObjectDeleter<SystemProfiler> profilerDeleter(profiler);
1627 SystemProfiler* profiler = sProfiler;
1628 BReference<SystemProfiler> reference(profiler);
1653 SystemProfiler* profiler = sProfiler;