SystemProfiler
SystemProfiler::_ImageAdded(struct image* image)
SystemProfiler::_ImageRemoved(struct image* image)
SystemProfiler::_IOSchedulerAdded(IOScheduler* scheduler)
SystemProfiler::_IOSchedulerRemoved(IOScheduler* scheduler)
SystemProfiler::_IORequestScheduled(IOScheduler* scheduler, IORequest* request)
SystemProfiler::_IORequestFinished(IOScheduler* scheduler, IORequest* request)
SystemProfiler::_IOOperationStarted(IOScheduler* scheduler, IORequest* request,
SystemProfiler::_IOOperationFinished(IOScheduler* scheduler, IORequest* request,
SystemProfiler::_WaitObjectCreated(addr_t object, uint32 type)
SystemProfiler::_WaitObjectUsed(addr_t object, uint32 type)
SystemProfiler::_InitialImageIterator(struct image* image, void* cookie)
SystemProfiler* self = (SystemProfiler*)cookie;
SystemProfiler::_AllocateBuffer(size_t size, int event, int cpu, int count)
SystemProfiler::_InitTimers(void* cookie, int cpu)
SystemProfiler* self = (SystemProfiler*)cookie;
SystemProfiler::_UninitTimers(void* cookie, int cpu)
SystemProfiler* self = (SystemProfiler*)cookie;
SystemProfiler::_ScheduleTimer(int cpu)
SystemProfiler::_DoSample()
SystemProfiler::_ProfilingEvent(struct timer* timer)
SystemProfiler* self = (SystemProfiler*)timer->user_data;
SystemProfiler* profiler = new(std::nothrow) SystemProfiler(B_SYSTEM_TEAM,
ObjectDeleter<SystemProfiler> profilerDeleter(profiler);
SystemProfiler* profiler = sProfiler;
SystemProfiler* profiler = new(std::nothrow) SystemProfiler(team, areaInfo,
ObjectDeleter<SystemProfiler> profilerDeleter(profiler);
SystemProfiler* profiler = sProfiler;
BReference<SystemProfiler> reference(profiler);
SystemProfiler* profiler = sProfiler;
SystemProfiler::_MaybeNotifyProfilerThreadLocked()
SystemProfiler::_MaybeNotifyProfilerThread()
SystemProfiler::SystemProfiler(team_id team, const area_info& userAreaInfo,
SystemProfiler::~SystemProfiler()
SystemProfiler::Init()
class SystemProfiler;
static SystemProfiler* sProfiler = NULL;
SystemProfiler::NextBuffer(size_t bytesRead, uint64* _droppedEvents)
SystemProfiler(team_id team,
SystemProfiler::EventOccurred(NotificationService& service,
~SystemProfiler();
SystemProfiler::ThreadEnqueuedInRunQueue(Thread* thread)
SystemProfiler::ThreadRemovedFromRunQueue(Thread* thread)
SystemProfiler::ThreadScheduled(Thread* oldThread, Thread* newThread)
SystemProfiler::SemaphoreCreated(sem_id id, const char* name)
SystemProfiler::ConditionVariableInitialized(ConditionVariable* variable)
SystemProfiler::MutexInitialized(mutex* lock)
SystemProfiler::RWLockInitialized(rw_lock* lock)
SystemProfiler::_TeamAdded(Team* team)
SystemProfiler::_TeamRemoved(Team* team)
SystemProfiler::_TeamExec(Team* team)
SystemProfiler::_ThreadAdded(Thread* thread)
SystemProfiler::_ThreadRemoved(Thread* thread)