commit | 1852fcce181faa237c010a3dbedb473cf9d4555f | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Wed Mar 11 14:33:00 2009 -0400 |
committer | Steven Rostedt <srostedt@redhat.com> | Wed Mar 11 22:15:24 2009 -0400 |
tree | 863cd12b573fd36436e7fb042f9bd96a73a9f725 | |
parent | 73c5162aa362a543793f4a957c6c536dcbaa89ce [diff] |
tracing: expand the ring buffers when an event is activated To save memory, the tracer ring buffers are set to a minimum. The activating of a trace expands the ring buffer size. This patch adds this expanding, when an event is activated. Signed-off-by: Steven Rostedt <srostedt@redhat.com>