Searched refs:SystemInfo (Results 1 - 13 of 13) sorted by relevance

/haiku/src/kits/debugger/model/
H A DSystemInfo.cpp7 #include "SystemInfo.h"
10 SystemInfo::SystemInfo() function in class:SystemInfo
19 SystemInfo::SystemInfo(const SystemInfo &other) function in class:SystemInfo
25 SystemInfo::SystemInfo(team_id team, const system_info& info, function in class:SystemInfo
33 SystemInfo::SetTo(team_id team, const system_info& info, const utsname& name)
/haiku/src/apps/activitymonitor/
H A DSystemInfo.cpp7 #include "SystemInfo.h"
15 SystemInfo::SystemInfo(SystemInfoHandler* handler) function in class:SystemInfo
41 SystemInfo::~SystemInfo()
48 SystemInfo::CachedMemory() const
59 SystemInfo::BlockCacheMemory() const
66 SystemInfo::UsedMemory() const
73 SystemInfo::MaxMemory() const
80 SystemInfo
[all...]
H A DDataSource.h13 class SystemInfo;
39 virtual int64 NextValue(SystemInfo& info);
86 virtual int64 NextValue(SystemInfo& info);
101 virtual int64 NextValue(SystemInfo& info);
116 virtual int64 NextValue(SystemInfo& info);
131 virtual int64 NextValue(SystemInfo& info);
145 virtual int64 NextValue(SystemInfo& info);
160 virtual int64 NextValue(SystemInfo& info);
174 virtual int64 NextValue(SystemInfo& info);
188 virtual int64 NextValue(SystemInfo
[all...]
H A DSystemInfo.h17 class SystemInfo { class
19 SystemInfo(SystemInfoHandler* handler = NULL);
20 ~SystemInfo();
H A DDataSource.cpp19 #include "SystemInfo.h"
141 DataSource::NextValue(SystemInfo& info)
281 SystemInfo info;
323 UsedMemoryDataSource::NextValue(SystemInfo& info)
379 CachedMemoryDataSource::NextValue(SystemInfo& info)
418 SystemInfo info;
438 SwapSpaceDataSource::NextValue(SystemInfo& info)
494 BlockCacheDataSource::NextValue(SystemInfo& info)
526 SystemInfo info;
548 SemaphoresDataSource::NextValue(SystemInfo
[all...]
H A DActivityView.cpp33 #include "SystemInfo.h"
795 SystemInfo info;
995 SystemInfo info;
1538 SystemInfo info(fSystemInfoHandler);
/haiku/headers/private/debugger/model/
H A DSystemInfo.h16 class SystemInfo { class
18 SystemInfo();
19 SystemInfo(const SystemInfo& other);
20 SystemInfo(team_id team,
/haiku/src/kits/debugger/debugger_interface/
H A DDebuggerInterface.h25 class SystemInfo;
65 virtual status_t GetSystemInfo(SystemInfo& info) = 0;
/haiku/src/kits/debugger/debugger_interface/core/
H A DCoreFileDebuggerInterface.h50 virtual status_t GetSystemInfo(SystemInfo& info);
H A DCoreFileDebuggerInterface.cpp166 CoreFileDebuggerInterface::GetSystemInfo(SystemInfo& info)
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.h41 virtual status_t GetSystemInfo(SystemInfo& info);
H A DLocalDebuggerInterface.cpp33 #include "SystemInfo.h"
498 LocalDebuggerInterface::GetSystemInfo(SystemInfo& info)
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp33 #include "SystemInfo.h"
290 SystemInfo sysInfo;

Completed in 51 milliseconds