summaryrefslogtreecommitdiff
path: root/ioshark/Android.mk
diff options
context:
space:
mode:
authorMohan Srinivasan <srmohan@google.com>2017-03-09 11:24:38 -0800
committerMohan Srinivasan <srmohan@google.com>2017-03-15 12:14:10 -0700
commit9d00a124c5591198264ffedf0ba4c73bddfc346f (patch)
tree1883df6e56f077ce40ae6ce7a152671a749b96af /ioshark/Android.mk
parent7db706e162e76764ebca62c4f2808ac6e0940b52 (diff)
downloadextras-9d00a124c5591198264ffedf0ba4c73bddfc346f.tar.gz
IOshark support to parse Linux filesystem ftraces.
IOshark support to input filesystem ftracepooints (readpage(s)) to capture and replay mmap'ed IO (which aren't captured by strace). The new script collect-straces-ftraces.sh enables the necessary tracepoints, and collects ftraces and straces compiles these into intermediate bytecodes which ioshark_bench can then execute. Test: Generate several monkey based workloads, and use the script mentioned above to generate bytecodes and feed those into ioshark_bench. Change-Id: Iae57f5fdcdce0fedfd85c8d64ee006cc8b5b470d Signed-off-by: Mohan Srinivasan <srmohan@google.com>
Diffstat (limited to 'ioshark/Android.mk')
-rw-r--r--ioshark/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/ioshark/Android.mk b/ioshark/Android.mk
index f760d7b6..a647d755 100644
--- a/ioshark/Android.mk
+++ b/ioshark/Android.mk
@@ -42,4 +42,3 @@ LOCAL_MODULE := dump_ioshark_filenames
LOCAL_MODULE_TAGS := debug
include $(BUILD_HOST_EXECUTABLE)
-