summaryrefslogtreecommitdiff
path: root/kernel/trace/ring_buffer.c
AgeCommit message (Expand)Author
2011-06-14ring-buffer: Set __GFP_NORETRY flag for ring buffer allocating processVaibhav Nagarnaik
2011-06-14tracing: Convert to kstrtoul_from_userPeter Huewe
2011-06-14tracing: Use NUMA allocation for per-cpu ring buffer pagesVaibhav Nagarnaik
2011-05-25ftrace: Add internal recursive checksSteven Rostedt
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-03-10tracing: Explain about unstable clock on resume with ring buffer warningJiri Olsa
2011-03-09ring-buffer: Remove unused #include <linux/trace_irq.h>David Sharp
2011-03-09tracing: Add an 'overwrite' trace_option.David Sharp
2011-02-18Revert "tracing: Add unstable sched clock note to the warning"Ingo Molnar
2011-02-08tracing: Add unstable sched clock note to the warningJiri Olsa
2011-01-19Kill off warning: ‘inline’ is not at beginning of declarationJesper Juhl
2010-12-23ring_buffer: Off-by-one and duplicate events in ring_buffer_read_pageDavid Sharp
2010-10-27Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-10-26Merge branch 'tip/perf/ringbuffer-2' of git://git.kernel.org/pub/scm/linux/ke...Ingo Molnar
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-21Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-10-20ring-buffer: Remove unused macro RB_TIMESTAMPS_PER_PAGESteven Rostedt
2010-10-20ring-buffer: Micro-optimize with some strategic inliningSteven Rostedt
2010-10-20ring-buffer: Remove condition to add timestamp in fast pathSteven Rostedt
2010-10-20ring-buffer: Bind time extend and data events togetherSteven Rostedt
2010-10-20ring-buffer: Pass delta by value and not by referenceSteven Rostedt
2010-10-20ring-buffer: Pass timestamp by value and not by referenceSteven Rostedt
2010-10-19ring-buffer: Make write slow path out of lineSteven Rostedt
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-10-12ring-buffer: Fix typo of time extends per pageSteven Rostedt
2010-09-15Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2010-09-05gcc-4.6: kernel/*: Fix unused but set warningsAndi Kleen
2010-09-01ring-buffer: Place duplicate expression into a single functionSteven Rostedt
2010-08-16Merge branch 'tip/perf/urgent-3' of git://git.kernel.org/pub/scm/linux/kernel...Steven Rostedt
2010-08-06tracing: Fix ring_buffer_read_page reading out of page boundaryHuang Ying
2010-07-20trace: Reorder struct ring_buffer_per_cpu to remove padding on 64bitRichard Kennedy
2010-06-08Merge branch 'tip/perf/core-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar
2010-06-03tracing: Remove ftrace_preempt_disable/enableSteven Rostedt
2010-05-25ring-buffer: Move zeroing out excess in page to ring buffer codeSteven Rostedt
2010-05-25ring-buffer: Reset "real_end" when page is filledSteven Rostedt
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