aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/ring_buffer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-23ring_buffer: Off-by-one and duplicate events in ring_buffer_read_pageDavid Sharp1-1/+8
2010-10-27Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-163/+172
2010-10-26Merge branch 'tip/perf/ringbuffer-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/urgentIngo Molnar1-163/+172
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-21Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-6/+15
2010-10-20ring-buffer: Remove unused macro RB_TIMESTAMPS_PER_PAGESteven Rostedt1-3/+0
2010-10-20ring-buffer: Micro-optimize with some strategic inliningSteven Rostedt1-8/+15
2010-10-20ring-buffer: Remove condition to add timestamp in fast pathSteven Rostedt1-22/+6
2010-10-20ring-buffer: Bind time extend and data events togetherSteven Rostedt1-124/+142
2010-10-20ring-buffer: Pass delta by value and not by referenceSteven Rostedt1-8/+8
2010-10-20ring-buffer: Pass timestamp by value and not by referenceSteven Rostedt1-10/+10
2010-10-19ring-buffer: Make write slow path out of lineSteven Rostedt1-2/+5
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-12ring-buffer: Fix typo of time extends per pageSteven Rostedt1-1/+1
2010-09-15Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/coreIngo Molnar1-2/+0
2010-09-05gcc-4.6: kernel/*: Fix unused but set warningsAndi Kleen1-2/+0
2010-09-01ring-buffer: Place duplicate expression into a single functionSteven Rostedt1-6/+15
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