diff options
author | Steven Rostedt <rostedt@goodmis.org> | 2008-05-12 21:20:59 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2008-05-23 21:49:54 +0200 |
commit | a98a3c3fde3ae7614f19758a043691b6f59dac53 (patch) | |
tree | 7a04e3e7c1748ee5b258e5176e10e1fe13468001 /kernel/lockdep.c | |
parent | 05bd68c514579e007b46e4fa0461b78416a3f4c2 (diff) |
ftrace: trace_entries to dynamically change trace buffer size
This patch adds /debug/tracing/trace_entries that allows users to
see as well as modify the number of trace entries the buffers hold.
The number of entries only increments in ENTRIES_PER_PAGE which is
calculated by the size of an entry with the number of entries that
can fit in a page. The user does not need to use an exact size, but
the entries will be rounded to one of the increments.
Trying to set the entries to 0 will return with -EINVAL.
To avoid race conditions, the modification of the buffer size can only
be done when tracing is completely disabled (current_tracer == none).
A info message will be printed if a user tries to modify the buffer size
when not set to none.
Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'kernel/lockdep.c')
0 files changed, 0 insertions, 0 deletions