History log of /external/stressapptest/src/os.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
241f33a3e958842e3db803c03300764bd2ee9c19 15-Sep-2015 Nick Sanders <nsanders@google.com> Update to stressapptest 1.0.7 from upstream
https://github.com/stressapptest/stressapptest

Change-Id: I6307bcfad2e67392b4e0308680c708546e9a15a3
Signed-off-by: Nick Sanders <nsanders@google.com>
/external/stressapptest/src/os.h
613ee1f783d25f83aeb9b5ad25c3ceb3da49b163 25-Apr-2012 Scott Anderson <saa@android.com> Work around O_DIRECT being invalid on Android

If a file is opened with O_DIRECT on Android, an EINVAL will be
triggered. To try to accomplish the same effect as O_DIRECT,
this change adds calls to flush the page cache at key points for
the file and disk threads. These calls will sync and write a "1"
to /proc/sys/vm/drop_caches if O_DIRECT caused an EINVAL, but
will be a NOP otherwise.

Change-Id: If0c7ca455384f9d60d4587127e96979a3c7f1169
Signed-off-by: Scott Anderson <saa@android.com>
/external/stressapptest/src/os.h
b0114cb9f332db144f65291211ae65f7f0e814e6 09-Apr-2012 Scott Anderson <saa@android.com> Initial version of stressapptest

From http://stressapptest.googlecode.com/files/stressapptest-1.0.4_autoconf.tar.gz
with the addition of MODULE_LICENSE_APACHE2 and NOTICE.

Change-Id: I1f3e80fce2c500766bcc7a67d7d42e485ddf57b4
/external/stressapptest/src/os.h