aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/ring_buffer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-12ring-buffer: Fix typo of time extends per pageSteven Rostedt1-1/+1
2010-09-05gcc-4.6: kernel/*: Fix unused but set warningsAndi Kleen1-2/+0
2010-08-16Merge branch 'tip/perf/urgent-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into trace/tip/perf/urgent-4Steven Rostedt1-0/+3
2010-08-06tracing: Fix ring_buffer_read_page reading out of page boundaryHuang Ying1-0/+3
2010-07-20trace: Reorder struct ring_buffer_per_cpu to remove padding on 64bitRichard Kennedy1-1/+1
2010-06-08Merge branch 'tip/perf/core-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/coreIngo Molnar1-30/+8
2010-06-03tracing: Remove ftrace_preempt_disable/enableSteven Rostedt1-30/+8
2010-05-25ring-buffer: Move zeroing out excess in page to ring buffer codeSteven Rostedt1-2/+9
2010-05-25ring-buffer: Reset "real_end" when page is filledSteven Rostedt1-0/+8
2010-05-04ring-buffer: Wrap open-coded WARN_ONCEBorislav Petkov1-9/+5
2010-04-27ring-buffer: Make non-consuming read less expensive with lots of cpus.David Miller1-10/+54
2010-04-08Merge branch 'linus' into tracing/coreIngo Molnar1-3/+6
2010-04-05Merge branch 'master' into export-slabhTejun Heo1-3/+5
2010-03-31ring-buffer: Add lost event count to end of sub bufferSteven Rostedt1-4/+33
2010-03-31ring-buffer: Add place holder recording of dropped eventsSteven Rostedt1-6/+66
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-29ring-buffer: Add missing unlockJulia Lawall1-3/+5
2010-03-18ring-buffer: Do 8 byte alignment for 64 bit that can not handle 4 byte alignSteven Rostedt1-3/+11
2010-03-13Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-6/+6
2010-03-12ring-buffer: Move disabled check into preempt disable sectionLai Jiangshan1-6/+6
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-2/+2
2010-02-04Fix misspellings of "truly" in comments.Adam Buchbinder1-2/+2
2010-02-02Merge branch 'master' into percpuTejun Heo1-5/+23
2010-01-26ring-buffer: Check for end of page in iteratorSteven Rostedt1-3/+8
2010-01-26ring-buffer: Check if ring buffer iterator has stale dataSteven Rostedt1-0/+13
2010-01-06ring-buffer: Add rb_list_head() wrapper around new reader page next fieldSteven Rostedt1-1/+1
2010-01-06ring-buffer: Wrap a list.next reference with rb_list_head()David Sharp1-1/+1
2010-01-05local_t: Move local.h include to ringbuffer.c and ring_buffer_benchmark.cChristoph Lameter1-0/+1
2009-12-16Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-18/+11
2009-12-14locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner1-6/+6
2009-12-14locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner1-1/+1
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner1-2/+2
2009-12-10ring-buffer: Move resize integrity check under reader lockSteven Rostedt1-4/+4
2009-12-10ring-buffer: Use sync sched protection on ring buffer resizingSteven Rostedt1-16/+9
2009-12-05Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-6/+9
2009-12-05Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-6/+3
2009-11-17ring-buffer: Move access to commit_page up into function usedSteven Rostedt1-6/+3
2009-11-15Merge commit 'v2.6.32-rc7' into perf/coreIngo Molnar1-0/+2
2009-11-04Merge commit 'v2.6.32-rc6' into perf/coreIngo Molnar1-6/+6
2009-11-04ring-buffer: Synchronize resizing buffer with reader lockLai Jiangshan1-0/+2
2009-10-24tracing: Remove cpu arg from the rb_time_stamp() functionJiri Olsa1-5/+5
2009-10-24tracing: Fix comment typo and documentation exampleJiri Olsa1-1/+1
2009-10-06tracing/events: Add 'signed' field to format filesTom Zanussi1-6/+9
2009-09-20includecheck fix: kernel/trace, ring_buffer.cJaswinder Singh Rajput1-2/+0
2009-09-14ring-buffer: typecast cmpxchg to fix PowerPC warningSteven Rostedt1-3/+3
2009-09-09ring-buffer: consolidate interface of rb_buffer_peek()Robert Richter1-7/+4
2009-09-04ring-buffer: only enable ring_buffer_swap_cpu when neededSteven Rostedt1-0/+4
2009-09-04ring-buffer: check for swapped buffers in start of committingSteven Rostedt1-3/+17
2009-09-04ring-buffer: disable all cpu buffers when one finds a problemSteven Rostedt1-8/+13
2009-09-04ring-buffer: do not count discarded eventsSteven Rostedt1-17/+54