Home
last modified time | relevance | path

Searched refs:SystemInfo (Results 1 – 15 of 15) sorted by relevance

/haiku/src/apps/activitymonitor/
H A DSystemInfo.cpp15 SystemInfo::SystemInfo(SystemInfoHandler* handler) in SystemInfo() function in SystemInfo
41 SystemInfo::~SystemInfo() in ~SystemInfo()
48 SystemInfo::CachedMemory() const in CachedMemory()
59 SystemInfo::BlockCacheMemory() const in BlockCacheMemory()
66 SystemInfo::UsedMemory() const in UsedMemory()
73 SystemInfo::MaxMemory() const in MaxMemory()
80 SystemInfo::PageFaults() const in PageFaults()
87 SystemInfo::UsedSwapSpace() const in UsedSwapSpace()
95 SystemInfo::MaxSwapSpace() const in MaxSwapSpace()
102 SystemInfo::UsedSemaphores() const in UsedSemaphores()
[all …]
H A DDataSource.h13 class SystemInfo; variable
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& info);
[all …]
H A DDataSource.cpp141 DataSource::NextValue(SystemInfo& info) in NextValue()
281 SystemInfo info; in MemoryDataSource()
323 UsedMemoryDataSource::NextValue(SystemInfo& info) in NextValue()
379 CachedMemoryDataSource::NextValue(SystemInfo& info) in NextValue()
418 SystemInfo info; in SwapSpaceDataSource()
438 SwapSpaceDataSource::NextValue(SystemInfo& info) in NextValue()
494 BlockCacheDataSource::NextValue(SystemInfo& info) in NextValue()
526 SystemInfo info; in SemaphoresDataSource()
548 SemaphoresDataSource::NextValue(SystemInfo& info) in NextValue()
587 SystemInfo info; in PortsDataSource()
[all …]
H A DSystemInfo.h17 class SystemInfo {
19 SystemInfo(SystemInfoHandler* handler = NULL);
20 ~SystemInfo();
H A DJamfile11 SystemInfo.cpp
H A DActivityView.cpp795 SystemInfo info; in AddDataSource()
995 SystemInfo info; in MouseDown()
1538 SystemInfo info(fSystemInfoHandler); in _Refresh()
/haiku/src/kits/debugger/model/
H A DSystemInfo.cpp10 SystemInfo::SystemInfo() in SystemInfo() function in SystemInfo
19 SystemInfo::SystemInfo(const SystemInfo &other) in SystemInfo() function in SystemInfo
25 SystemInfo::SystemInfo(team_id team, const system_info& info, in SystemInfo() function in SystemInfo
33 SystemInfo::SetTo(team_id team, const system_info& info, const utsname& name) in SetTo()
/haiku/headers/private/debugger/model/
H A DSystemInfo.h16 class SystemInfo {
18 SystemInfo();
19 SystemInfo(const SystemInfo& other);
20 SystemInfo(team_id team,
/haiku/src/kits/debugger/debugger_interface/
H A DDebuggerInterface.h25 class SystemInfo; variable
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) in GetSystemInfo()
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.h41 virtual status_t GetSystemInfo(SystemInfo& info);
H A DLocalDebuggerInterface.cpp498 LocalDebuggerInterface::GetSystemInfo(SystemInfo& info) in GetSystemInfo()
/haiku/src/kits/debugger/
H A DJamfile210 SystemInfo.cpp
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp289 SystemInfo sysInfo; in _GenerateReportHeader()