commit | 97d53202a5670a08b79c8ef2e4fff1c1ee21317c | [log] [tgz] |
---|---|---|
author | Li Zefan <lizf@cn.fujitsu.com> | Mon Aug 17 16:52:53 2009 +0800 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Aug 17 11:25:09 2009 +0200 |
tree | 5ba925559a3031a833c5803d05a0a43e13ea1866 | |
parent | ba8b3a40ba7e06d00c27508f090803af90e8dbbf [diff] |
trace_stat: Fix missing entry in stat file One entry is missing in the output of a stat file. The cause is, when stat_seq_start() is called the 2nd time, we should start from the (pos-1)th elem in the rbtree but not pos, because pos == 0 is the header. Signed-off-by: Li Zefan <lizf@cn.fujitsu.com> Cc: Steven Rostedt <rostedt@goodmis.org> Cc: Frederic Weisbecker <fweisbec@gmail.com> LKML-Reference: <4A891A65.70009@cn.fujitsu.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>