diff options
author | Vaibhav Nagarnaik <[email protected]> | 2012-05-03 18:59:51 -0700 |
---|---|---|
committer | Steven Rostedt <[email protected]> | 2012-05-16 16:25:51 -0400 |
commit | 5040b4b7bcc26a311c799d46f67174bcb20d05dd (patch) | |
tree | 9d0a5656f891ef2a59793df5726fca00fac3a188 /tools/perf/scripts/python | |
parent | 83f40318dab00e3298a1f6d0b12ac025e84e478d (diff) |
ring-buffer: Make addition of pages in ring buffer atomic
This patch adds the capability to add new pages to a ring buffer
atomically while write operations are going on. This makes it possible
to expand the ring buffer size without reinitializing the ring buffer.
The new pages are attached between the head page and its previous page.
Link: http://lkml.kernel.org/r/[email protected]
Cc: Frederic Weisbecker <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Laurent Chavey <[email protected]>
Cc: Justin Teravest <[email protected]>
Cc: David Sharp <[email protected]>
Signed-off-by: Vaibhav Nagarnaik <[email protected]>
Signed-off-by: Steven Rostedt <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions