HomeSort by relevance Sort by last modified time
    Searched refs:vmstat (Results 1 - 12 of 12) sorted by null

  /external/autotest/client/profilers/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/
Android.mk 134 toys/other/vmstat.c \
362 vmstat \
  /external/toybox/generated/
newtoys.h 257 USE_VMSTAT(NEWTOY(vmstat, ">2n", TOYFLAG_BIN))
flags.h     [all...]
  /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.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_thumb2_test.cc 174 TEST_F(AssemblerThumb2Test, Vmstat) {
175 __ vmstat();
    [all...]
assembler_arm32.cc 1258 void Arm32Assembler::vmstat(Condition cond) { \/\/ VMRS APSR_nzcv, FPSCR function in class:art::arm::Arm32Assembler
    [all...]
assembler_thumb2.cc 3110 void Thumb2Assembler::vmstat(Condition cond) { \/\/ VMRS APSR_nzcv, FPSCR. function in class:art::arm::Thumb2Assembler
    [all...]
  /art/compiler/optimizing/
code_generator_arm.cc     [all...]

Completed in 552 milliseconds