summaryrefslogtreecommitdiff
path: root/ioshark/compile-only.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ioshark/compile-only.sh')
-rw-r--r--ioshark/compile-only.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ioshark/compile-only.sh b/ioshark/compile-only.sh
index 7a6b3cd2..ac703440 100644
--- a/ioshark/compile-only.sh
+++ b/ioshark/compile-only.sh
@@ -26,8 +26,8 @@ process_strace()
prep_fstrace()
{
# Remove leading junk
- fgrep android_fs_data $1 | sed 's/^.* \[.*\] //' | sed s/://g | sed s/,//g > foo
- sed 's/android_fs_dataread_start/read/' foo > bar1
+ fgrep f2fs_data $1 | sed 's/^.* \[.*\] //' | sed s/://g | sed s/,//g > foo
+ sed 's/f2fs_dataread_start/read/' foo > bar1
mv bar1 bar
# First column is timestamp SECONDS SINCE BOOT
awk '{ print $2, "ftrace", $3, $5, $7, $9, $13 }' bar > foo