diff options
author | Li Zefan <lizf@cn.fujitsu.com> | 2009-08-17 16:52:53 +0800 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-08-17 11:25:09 +0200 |
commit | 97d53202a5670a08b79c8ef2e4fff1c1ee21317c (patch) | |
tree | 5ba925559a3031a833c5803d05a0a43e13ea1866 /kernel/rcupreempt_trace.c | |
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>
Diffstat (limited to 'kernel/rcupreempt_trace.c')
0 files changed, 0 insertions, 0 deletions