changeset 412:1d5b15b2a69d

yaffs: Change name of /proc/yaffs_stats name was not updated in plotter script. Signed-off-by: Charles Manning <cdhmanning@gmail.com>
author Charles Manning <cdhmanning@gmail.com>
date Tue, 27 Apr 2010 14:05:19 +1200
parents 1a06ffe55df9
children d94b1449bddc
files linux-tests/plot_data.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/linux-tests/plot_data.sh
+++ b/linux-tests/plot_data.sh
@@ -21,7 +21,7 @@ i=0;
 rm -f $log_file
 
 while true; do
-str=$(cat /proc/yaffs_debug)
+str=$(cat /proc/yaffs_stats)
 echo "$i, $str" 
 echo "$i, $str"  >> $log_file
 let i=$i+1