/external/autotest/client/profilers/vmstat/ |
control | 1 job.profilers.add('vmstat', 2) 3 job.profilers.delete('vmstat')
|
vmstat.py | 2 Runs vmstat X where X is the interval in seconds 5 job.profilers.add('vmstat', interval=1) 11 class vmstat(profiler.profiler): class in inherits:profiler.profiler 19 cmd = "/usr/bin/vmstat %d" % self.interval 20 logfile = open(os.path.join(test.profdir, "vmstat"), 'w')
|
/external/toybox/toys/other/ |
vmstat.c | 0 /* vmstat.c - Report virtual memory statistics. 8 USE_VMSTAT(NEWTOY(vmstat, ">2n", TOYFLAG_BIN)) 10 config VMSTAT 11 bool "vmstat" 14 usage: vmstat [-n] [DELAY [COUNT]] 36 // From /proc/vmstat (units are kb) 38 // From /proc/vmstat (units are pages) 49 "/proc/vmstat", "pgpgin ", "pgpgout ", "pswpin ", "pswpout " };
|
/external/autotest/client/site_tests/power_Consumption/ |
control | 34 job.profilers.add('vmstat', INTERVAL_SECS) 39 job.profilers.delete('vmstat')
|
control.fast | 34 job.profilers.add('vmstat', INTERVAL_SECS) 36 job.profilers.delete('vmstat')
|
/external/iproute2/doc/ |
rtstat.sgml | 18 in a vmstat or iostat manner. The ratio between cache hits and misses gives
|
/external/autotest/server/samples/ |
profilertest.srv | 59 profilers = [["vmstat"], ["iostat"]]
|
/system/core/metricsd/collectors/ |
averaged_statistics_collector.h | 51 // Record for retrieving and reporting values from /proc/vmstat
|
/external/toybox/ |
Android.mk | 134 toys/other/vmstat.c \ 362 vmstat \
|
/external/libchrome/base/process/ |
process_metrics.h | 301 // from /proc/meminfo and /proc/vmstat. On Windows/Mac, it is obtained using 331 // Parses a string containing the contents of /proc/vmstat
|
process_metrics_unittest.cc | 199 // part of vmstat from a 3.2 kernel with numa enabled
|
process_metrics_linux.cc | 657 // The format of /proc/vmstat is: 741 FilePath vmstat_file("/proc/vmstat");
|
/art/compiler/utils/arm/ |
assembler_arm32.h | 206 void vmstat(Condition cond = AL) OVERRIDE; // VMRS APSR_nzcv, FPSCR
|
assembler_arm32_test.cc | 854 TEST_F(AssemblerArm32Test, Vmstat) { 855 GetAssembler()->vmstat();
|
assembler_thumb2_test.cc | 174 TEST_F(AssemblerThumb2Test, Vmstat) { 175 __ vmstat(); [all...] |
assembler_thumb2.h | 251 void vmstat(Condition cond = AL) OVERRIDE; // VMRS APSR_nzcv, FPSCR [all...] |
assembler_arm.h | 672 virtual void vmstat(Condition cond = AL) = 0; // VMRS APSR_nzcv, FPSCR [all...] |
assembler_arm32.cc | 1258 void Arm32Assembler::vmstat(Condition cond) { \/\/ VMRS APSR_nzcv, FPSCR function in class:art::arm::Arm32Assembler [all...] |
/external/toybox/generated/ |
newtoys.h | 257 USE_VMSTAT(NEWTOY(vmstat, ">2n", TOYFLAG_BIN))
|
flags.h | [all...] |
/system/core/metricsd/ |
metrics_collector.cc | 70 const char kVmStatFileName[] = "/proc/vmstat";
|
/external/toybox/www/ |
index.html | 240 on vmstat fixing [all...] |
news.html | 240 on vmstat fixing [all...] |
roadmap.html | [all...] |
/frameworks/native/cmds/dumpstate/ |
dumpstate.cpp | 649 dump_file("VIRTUAL MEMORY STATS", "/proc/vmstat"); [all...] |