ftrace: rename trace_entries to buffer_size_kb
authorSteven Rostedt <rostedt@goodmis.org>
Wed, 12 Nov 2008 22:52:36 +0000 (17:52 -0500)
committerIngo Molnar <mingo@elte.hu>
Thu, 13 Nov 2008 08:49:21 +0000 (09:49 +0100)
commita94c80e78bc9f4493ffc25a02d5d7bcd93c399d0
tree7bccb9ade6edc033887db7c6f9f7157c5d612e3c
parent24de38620dd3504782c90c0892eef888d0c351e9
ftrace: rename trace_entries to buffer_size_kb

Impact: rename of debugfs file trace_entries to buffer_size_kb

The original ftrace had fixed size entries, and the number of entries
was shown and modified via the file called trace_entries. By converting
to the unified trace buffer, we now allow for variable size entries
which makes the meaning of trace_entries pointless.

Since trace_size might be confused to the size of the trace, this patch
names it "buffer_size_kb" (thanks to Arjan van de Ven for this idea).

[ mingo@elte.hu: changed from buffer_size to buffer_size_kb ]

( Note, the units are still bytes - the next patch changes that,
  to keep the wide rename patch separate from the unit-change patch. )

Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Documentation/ftrace.txt
kernel/trace/trace.c