summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)Author
2012-05-17ftrace: Only update the function code on write to filter filesSteven Rostedt
2011-06-26ftrace: Fix memory leak with function graph and cpu hotplugSteven Rostedt
2011-04-17tracing: Fix panic when lseek() called on "trace" opened for writingSlava Pestov
2011-01-06ring-buffer: Fix typo of time extends per pageSteven Rostedt
2011-01-06tracing: t_start: reset FTRACE_ITER_HASH in case of seek/preadChris Wright
2011-01-06tracing: Do not allow llseek to set_ftrace_filterSteven Rostedt
2011-01-06tracing: Fix a race in function profileLi Zefan
2010-08-26tracing: Fix ring_buffer_read_page reading out of page boundaryHuang Ying
2010-08-26tracing: Fix an unallocated memory access in function_graphShaohua Li
2010-04-05Merge branch 'master' into export-slabhTejun Heo
2010-04-04Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-04-01perf: Correctly align perf event tracing bufferFrederic Weisbecker
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-29tracing: Fix lockdep warning in global_clock()Li Zefan
2010-03-26Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2010-03-18ring-buffer: Do 8 byte alignment for 64 bit that can not handle 4 byte alignSteven Rostedt
2010-03-18Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-03-17perf: Fix unexported generic perf_arch_fetch_caller_regsFrederic Weisbecker
2010-03-13Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-03-13Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2010-03-12tracing: Do not record user stack trace from NMI contextSteven Rostedt
2010-03-12tracing: Disable buffer switching when starting or stopping traceSteven Rostedt
2010-03-12tracing: Use same local variable when resetting the ring bufferSteven Rostedt
2010-03-12function-graph: Init curr_ret_stack with ret_stackSteven Rostedt
2010-03-12ring-buffer: Move disabled check into preempt disable sectionLai Jiangshan
2010-03-11perf: export perf_trace_regs and perf_arch_fetch_caller_regsXiao Guangrong
2010-03-11Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2010-03-11ftrace: Replace read_barrier_depends() with rcu_dereference_raw()Paul E. McKenney
2010-03-10perf: Drop the obsolete profile naming for trace eventsFrederic Weisbecker
2010-03-10perf: Take a hot regs snapshot for trace eventsFrederic Weisbecker
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina
2010-03-05function-graph: Add tracing_thresh support to function_graph tracerTim Bird
2010-03-05tracing: Update the comm field in the right variable in update_max_trArnaldo Carvalho de Melo
2010-03-05function-graph: Use comment notation for func names of dangling '}'Steven Rostedt
2010-03-05function-graph: Fix unused reference to ftrace_set_func()Steven Rostedt
2010-03-04rcu, ftrace: Fix RCU lockdep splat in ftrace_perf_buf_prepare()Paul E. McKenney
2010-03-04Merge branch 'tip/tracing/urgent' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2010-03-02tracing: Fix warning in s_next of trace file opsLai Jiangshan
2010-03-01Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-02-28blktrace: perform cleanup after setup errorDmitry Monakhov
2010-02-28tracing: Include irqflags headers from trace clockFrederic Weisbecker
2010-02-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-02-27Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2010-02-27Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar
2010-02-26ftrace: Add function names to dangling } in function graph tracerSteven Rostedt
2010-02-26Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2010-02-26Merge commit 'v2.6.33' into tracing/coreIngo Molnar
2010-02-25tracing: Simplify memory recycle of trace_define_fieldWenji Huang