OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:statm
(Results
1 - 10
of
10
) sorted by null
/external/ltp/tools/pounder21/src/
dump_xserver_statm
3
# Dump X11 server
statm
data
23
cat /proc/`ps -ef | grep "$XSERVER_FILE :2" | egrep -v "(timed_loop|grep)" | awk '{print $2}'`/
statm
>> $POUNDER_LOGDIR/xserver_statm
/external/skia/tools/
ProcStats.cpp
51
if (FILE*
statm
= fopen("/proc/self/
statm
", "r")) {
52
//
statm
contains: program-size rss shared text lib data dirty, all in page counts.
53
int rc = fscanf(
statm
, "%*d %lld", &rssPages);
54
fclose(
statm
);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_doctest2.py
88
def
statm
():
member in class:C
92
>>> print C.
statm
() # 16
94
>>> print C().
statm
() # 17
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_doctest2.py
88
def
statm
():
member in class:C
92
>>> print C.
statm
() # 16
94
>>> print C().
statm
() # 17
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_doctest2.py
88
def
statm
():
member in class:C
92
>>> print C.
statm
() # 16
94
>>> print C().
statm
() # 17
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_doctest2.py
88
def
statm
():
member in class:C
92
>>> print C.
statm
() # 16
94
>>> print C().
statm
() # 17
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_doctest2.py
88
def
statm
():
member in class:C
92
>>> print C.
statm
() # 16
94
>>> print C().
statm
() # 17
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
RootProcessScanner.java
105
File
statm
= getProcessStatM(processDir);
local
108
scanner = new Scanner(
statm
);
119
+ "
statm
expected to have 7 integers (man 5 proc)");
131
return new File(processDir, "
statm
");
/external/libchrome/base/process/
process_metrics_linux.cc
386
// Private and Shared working set sizes are obtained from /proc/<pid>/
statm
.
389
// Use
statm
instead of smaps because smaps is:
399
std::string
statm
;
401
FilePath statm_file = internal::GetProcPidDir(process_).Append("
statm
");
404
bool ret = ReadFileToString(statm_file, &
statm
);
405
if (!ret ||
statm
.length() == 0)
410
statm
, " ", base::TRIM_WHITESPACE, base::SPLIT_WANT_ALL);
426
// Can't get swapped memory from
statm
.
/toolchain/binutils/binutils-2.25/ld/
ldlang.c
[
all
...]
Completed in 1911 milliseconds