aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace/ring_buffer.c
AgeCommit message (Expand)Author
2010-05-04ring-buffer: Wrap open-coded WARN_ONCEBorislav Petkov
2010-04-27ring-buffer: Make non-consuming read less expensive with lots of cpus.David Miller
2010-04-08Merge branch 'linus' into tracing/coreIngo Molnar
2010-04-05Merge branch 'master' into export-slabhTejun Heo
2010-03-31ring-buffer: Add lost event count to end of sub bufferSteven Rostedt
2010-03-31ring-buffer: Add place holder recording of dropped eventsSteven Rostedt
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-29ring-buffer: Add missing unlockJulia Lawall
2010-03-18ring-buffer: Do 8 byte alignment for 64 bit that can not handle 4 byte alignSteven Rostedt
2010-03-13Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2010-03-12ring-buffer: Move disabled check into preempt disable sectionLai Jiangshan
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina
2010-02-04Fix misspellings of "truly" in comments.Adam Buchbinder
2010-02-02Merge branch 'master' into percpuTejun Heo
2010-01-26ring-buffer: Check for end of page in iteratorSteven Rostedt
2010-01-26ring-buffer: Check if ring buffer iterator has stale dataSteven Rostedt
2010-01-06ring-buffer: Add rb_list_head() wrapper around new reader page next fieldSteven Rostedt
2010-01-06ring-buffer: Wrap a list.next reference with rb_list_head()David Sharp
2010-01-05local_t: Move local.h include to ringbuffer.c and ring_buffer_benchmark.cChristoph Lameter
2009-12-16Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2009-12-14locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner
2009-12-14locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner
2009-12-10ring-buffer: Move resize integrity check under reader lockSteven Rostedt
2009-12-10ring-buffer: Use sync sched protection on ring buffer resizingSteven Rostedt
2009-12-05Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-12-05Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-11-17ring-buffer: Move access to commit_page up into function usedSteven Rostedt
2009-11-15Merge commit 'v2.6.32-rc7' into perf/coreIngo Molnar
2009-11-04Merge commit 'v2.6.32-rc6' into perf/coreIngo Molnar
2009-11-04ring-buffer: Synchronize resizing buffer with reader lockLai Jiangshan
2009-10-24tracing: Remove cpu arg from the rb_time_stamp() functionJiri Olsa
2009-10-24tracing: Fix comment typo and documentation exampleJiri Olsa
2009-10-06tracing/events: Add 'signed' field to format filesTom Zanussi
2009-09-20includecheck fix: kernel/trace, ring_buffer.cJaswinder Singh Rajput
2009-09-14ring-buffer: typecast cmpxchg to fix PowerPC warningSteven Rostedt
2009-09-09ring-buffer: consolidate interface of rb_buffer_peek()Robert Richter
2009-09-04ring-buffer: only enable ring_buffer_swap_cpu when neededSteven Rostedt
2009-09-04ring-buffer: check for swapped buffers in start of committingSteven Rostedt
2009-09-04ring-buffer: disable all cpu buffers when one finds a problemSteven Rostedt
2009-09-04ring-buffer: do not count discarded eventsSteven Rostedt
2009-09-04ring-buffer: remove ring_buffer_event_discardSteven Rostedt
2009-09-04ring-buffer: fix ring_buffer_read crossing pagesSteven Rostedt
2009-09-04ring-buffer: remove unnecessary cpu_relaxSteven Rostedt
2009-09-04ring-buffer: do not swap buffers during a commitSteven Rostedt
2009-09-04ring-buffer: do not reset while in a commitSteven Rostedt
2009-08-11Merge branch 'linus' into tracing/coreIngo Molnar
2009-08-07ring-buffer: Fix memleak in ring_buffer_free()Eric Dumazet
2009-08-06ring-buffer: Fix advance of reader in rb_buffer_peek()Robert Richter
2009-08-05ring-buffer: do not disable ring buffer on oops_in_progressSteven Rostedt