summaryrefslogtreecommitdiffstats
path: root/kernel/trace/ring_buffer.c
AgeCommit message (Expand)AuthorLines
2011-10-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+69
2011-09-13locking, tracing: Annotate tracing locks as rawThomas Gleixner-26/+26
2011-08-30trace: Add ring buffer stats to measure rate of eventsVaibhav Nagarnaik-1/+69
2011-06-14ring-buffer: Set __GFP_NORETRY flag for ring buffer allocating processVaibhav Nagarnaik-6/+19
2011-06-14tracing: Convert to kstrtoul_from_userPeter Huewe-11/+2
2011-06-14tracing: Use NUMA allocation for per-cpu ring buffer pagesVaibhav Nagarnaik-17/+19
2011-05-25ftrace: Add internal recursive checksSteven Rostedt-5/+5
2011-03-31Fix common misspellingsLucas De Marchi-2/+2
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2011-03-10tracing: Explain about unstable clock on resume with ring buffer warningJiri Olsa-2/+10
2011-03-09ring-buffer: Remove unused #include <linux/trace_irq.h>David Sharp-1/+0
2011-03-09tracing: Add an 'overwrite' trace_option.David Sharp-0/+11
2011-02-18Revert "tracing: Add unstable sched clock note to the warning"Ingo Molnar-6/+2
2011-02-08tracing: Add unstable sched clock note to the warningJiri Olsa-2/+6
2011-01-19Kill off warning: ‘inline’ is not at beginning of declarationJesper Juhl-1/+1
2010-12-23ring_buffer: Off-by-one and duplicate events in ring_buffer_read_pageDavid Sharp-1/+8
2010-10-27Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-163/+172
2010-10-26Merge branch 'tip/perf/ringbuffer-2' of git://git.kernel.org/pub/scm/linux/ke...Ingo Molnar-163/+172
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds-0/+1
2010-10-21Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-6/+15
2010-10-20ring-buffer: Remove unused macro RB_TIMESTAMPS_PER_PAGESteven Rostedt-3/+0
2010-10-20ring-buffer: Micro-optimize with some strategic inliningSteven Rostedt-8/+15
2010-10-20ring-buffer: Remove condition to add timestamp in fast pathSteven Rostedt-22/+6
2010-10-20ring-buffer: Bind time extend and data events togetherSteven Rostedt-124/+142
2010-10-20ring-buffer: Pass delta by value and not by referenceSteven Rostedt-8/+8
2010-10-20ring-buffer: Pass timestamp by value and not by referenceSteven Rostedt-10/+10
2010-10-19ring-buffer: Make write slow path out of lineSteven Rostedt-2/+5
2010-10-15llseek: automatically add .llseek fopArnd Bergmann-0/+1
2010-10-12ring-buffer: Fix typo of time extends per pageSteven Rostedt-1/+1
2010-09-15Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar-2/+0
2010-09-05gcc-4.6: kernel/*: Fix unused but set warningsAndi Kleen-2/+0
2010-09-01ring-buffer: Place duplicate expression into a single functionSteven Rostedt-6/+15
2010-08-16Merge branch 'tip/perf/urgent-3' of git://git.kernel.org/pub/scm/linux/kernel...Steven Rostedt-0/+3
2010-08-06tracing: Fix ring_buffer_read_page reading out of page boundaryHuang Ying-0/+3
2010-07-20trace: Reorder struct ring_buffer_per_cpu to remove padding on 64bitRichard Kennedy-1/+1
2010-06-08Merge branch 'tip/perf/core-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar-30/+8
2010-06-03tracing: Remove ftrace_preempt_disable/enableSteven Rostedt-30/+8
2010-05-25ring-buffer: Move zeroing out excess in page to ring buffer codeSteven Rostedt-2/+9
2010-05-25ring-buffer: Reset "real_end" when page is filledSteven Rostedt-0/+8
2010-05-04ring-buffer: Wrap open-coded WARN_ONCEBorislav Petkov-9/+5
2010-04-27ring-buffer: Make non-consuming read less expensive with lots of cpus.David Miller-10/+54
2010-04-08Merge branch 'linus' into tracing/coreIngo Molnar-3/+6
2010-04-05Merge branch 'master' into export-slabhTejun Heo-3/+5
2010-03-31ring-buffer: Add lost event count to end of sub bufferSteven Rostedt-4/+33
2010-03-31ring-buffer: Add place holder recording of dropped eventsSteven Rostedt-6/+66
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-29ring-buffer: Add missing unlockJulia Lawall-3/+5
2010-03-18ring-buffer: Do 8 byte alignment for 64 bit that can not handle 4 byte alignSteven Rostedt-3/+11
2010-03-13Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-6/+6
2010-03-12ring-buffer: Move disabled check into preempt disable sectionLai Jiangshan-6/+6