summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2011-11-07tracing: Fix returning of duplicate data after EOF in trace_pipe_rawSteven Rostedt
2011-06-23ftrace: Only update the function code on write to filter filesSteven Rostedt
2011-03-21ftrace: Fix memory leak with function graph and cpu hotplugSteven Rostedt
2011-03-21tracing: Fix panic when lseek() called on "trace" opened for writingSlava Pestov
2011-03-21ring-buffer: Fix typo of time extends per pageSteven Rostedt
2010-07-05tracing: Consolidate protection of reader access to the ring bufferLai Jiangshan
2010-04-01tracing: Do not record user stack trace from NMI contextSteven Rostedt
2010-04-01tracing: Disable buffer switching when starting or stopping traceSteven Rostedt
2010-04-01tracing: Use same local variable when resetting the ring bufferSteven Rostedt
2010-04-01tracing: Fix warning in s_next of trace file opsLai Jiangshan
2010-04-01function-graph: Init curr_ret_stack with ret_stackSteven Rostedt
2010-04-01ring-buffer: Move disabled check into preempt disable sectionLai Jiangshan
2010-03-15tracing: Fix ftrace_event_call alignment for use with gcc 4.5Jeff Mahoney
2010-02-14tracing/kprobes: Fix probe parsingHeiko Carstens
2010-02-02tracing: Fix circular dead lock in stack traceLai Jiangshan
2010-01-26tracing/documentation: Cover new frame pointer semanticsMike Frysinger
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-25tracing: Prevent kernel oops with corrupted bufferSteven Rostedt
2010-01-14tracing/filters: Add comment for match callbacksLi Zefan
2010-01-14tracing/filters: Fix MATCH_FULL filter matching for PTR_STRINGLi Zefan
2010-01-14tracing/filters: Fix MATCH_MIDDLE_ONLY filter matchingLi Zefan
2010-01-14tracing/filters: Fix MATCH_END_ONLY filter matchingLi Zefan
2010-01-14tracing/filters: Fix MATCH_FRONT_ONLY filter matchingLi Zefan
2010-01-14ftrace: Fix MATCH_END_ONLY function filterLi Zefan
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
2009-12-31Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2009-12-30tracing: Fix sign fields in ftrace_define_fields_##call()Lai Jiangshan
2009-12-30tracing/kprobe: Show sign of fields in trace_kprobe format filesLai Jiangshan
2009-12-30ksym_tracer: Remove trace_statLi Zefan
2009-12-30ksym_tracer: Fix race when incrementing countLi Zefan
2009-12-30ksym_tracer: Fix to allow writing newline to ksym_trace_filterLi Zefan
2009-12-30ksym_tracer: Fix to make the tracer workLi Zefan
2009-12-28tracing: Kconfig spelling fixes and cleanupsRandy Dunlap
2009-12-21tracing: Fix setting tracer specific optionsSteven Rostedt
2009-12-19Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-12-17Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds
2009-12-17perf events, x86/stacktrace: Make stack walking optionalFrederic Weisbecker
2009-12-17kprobe-tracer: Check new event/group nameMasami Hiramatsu
2009-12-16Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2009-12-16const: constify remaining pipe_buf_operationsAlexey Dobriyan
2009-12-15tracing: Fix return of trace_dump_stack()Steven Rostedt
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-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-12-14Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2009-12-14Merge branch 'linus' into tracing/urgentIngo Molnar
2009-12-13ksym_tracer: Fix bad castLi Zefan