aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
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
2009-12-13tracing/power: Remove two exportsLi Zefan
2009-12-13tracing: Change event->profile_count to be int typeLi Zefan
2009-12-13tracing: Simplify trace_option_write()Li Zefan
2009-12-13tracing: Remove useless trace optionLi Zefan
2009-12-13tracing: Use seq file for trace_clockLi Zefan
2009-12-13tracing: Use seq file for trace_optionsLi Zefan
2009-12-13function-graph: Allow writing the same val to set_graph_functionLi Zefan
2009-12-13ftrace: Call trace_parser_clear() properlyLi Zefan
2009-12-13ftrace: Return EINVAL when writing invalid val to set_ftrace_filterLi Zefan
2009-12-13tracing: Move a printk out of ftrace_raw_reg_event_foo()Li Zefan
2009-12-13tracing: Pull up calls to trace_define_common_fields()Li Zefan
2009-12-13tracing: Extract duplicate ftrace_raw_init_event_foo()Li Zefan
2009-12-12kbuild: move utsrelease.h to include/generatedSam Ravnborg
2009-12-11Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2009-12-11Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-12-11tracing: Add stack trace to irqsoff tracerSteven Rostedt
2009-12-11tracing: Add trace_dump_stack()Steven Rostedt
2009-12-10ring-buffer: Move resize integrity check under reader lockSteven Rostedt
2009-12-10ring-buffer: Use sync sched protection on ring buffer resizingSteven Rostedt
2009-12-11tracing: Fix wrong usage of strstrip in trace_ksymsThomas Gleixner
2009-12-09tracing: Remove comparing of NULL to va_list in trace_array_vprintk()Carsten Emde
2009-12-09tracing: Fix function graph trace_pipe to properly display failed entriesJiri Olsa
2009-12-09tracing: Add full state to trace_seqJohannes Berg
2009-12-09tracing: Buffer the output of seq_file in case of filled bufferSteven Rostedt
2009-12-09tracing: Only call pipe_close if pipe_close is definedSteven Rostedt
2009-12-09tracing/kprobes: Fix field creation's bad error handlingFrederic Weisbecker
2009-12-09trace-kprobe: Support delete probe syntaxMasami Hiramatsu