aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-26Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+11
2010-03-18ring-buffer: Do 8 byte alignment for 64 bit that can not handle 4 byte alignSteven Rostedt1-3/+11
2010-03-18Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds5-75/+80
2010-03-17perf: Fix unexported generic perf_arch_fetch_caller_regsFrederic Weisbecker1-0/+2
2010-03-13Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-11/+15
2010-03-13Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-23/+77
2010-03-12tracing: Do not record user stack trace from NMI contextSteven Rostedt1-0/+7
2010-03-12tracing: Disable buffer switching when starting or stopping traceSteven Rostedt1-0/+9
2010-03-12tracing: Use same local variable when resetting the ring bufferSteven Rostedt1-4/+4
2010-03-12function-graph: Init curr_ret_stack with ret_stackSteven Rostedt1-1/+1
2010-03-12ring-buffer: Move disabled check into preempt disable sectionLai Jiangshan1-6/+6
2010-03-11perf: export perf_trace_regs and perf_arch_fetch_caller_regsXiao Guangrong1-0/+1
2010-03-11Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/urgentIngo Molnar4-12/+48
2010-03-11ftrace: Replace read_barrier_depends() with rcu_dereference_raw()Paul E. McKenney1-9/+13
2010-03-10perf: Drop the obsolete profile naming for trace eventsFrederic Weisbecker5-74/+74
2010-03-10perf: Take a hot regs snapshot for trace eventsFrederic Weisbecker3-5/+7
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina2-3/+3
2010-03-05function-graph: Add tracing_thresh support to function_graph tracerTim Bird3-5/+43
2010-03-05tracing: Update the comm field in the right variable in update_max_trArnaldo Carvalho de Melo1-2/+2
2010-03-05function-graph: Use comment notation for func names of dangling '}'Steven Rostedt1-1/+1
2010-03-05function-graph: Fix unused reference to ftrace_set_func()Steven Rostedt1-4/+2
2010-03-04rcu, ftrace: Fix RCU lockdep splat in ftrace_perf_buf_prepare()Paul E. McKenney1-2/+2
2010-03-04Merge branch 'tip/tracing/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/urgentIngo Molnar8-236/+156
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds4-5/+7
2010-03-02tracing: Fix warning in s_next of trace file opsLai Jiangshan1-0/+1
2010-03-01Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+3
2010-02-28blktrace: perform cleanup after setup errorDmitry Monakhov1-2/+3
2010-02-28tracing: Include irqflags headers from trace clockFrederic Weisbecker1-0/+1
2010-02-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-234/+152
2010-02-27Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/coreIngo Molnar1-9/+43
2010-02-27Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/coreIngo Molnar2-1/+6
2010-02-26ftrace: Add function names to dangling } in function graph tracerSteven Rostedt1-9/+43
2010-02-26Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/coreIngo Molnar6-17/+6
2010-02-26Merge commit 'v2.6.33' into tracing/coreIngo Molnar7-21/+77
2010-02-25tracing: Simplify memory recycle of trace_define_fieldWenji Huang1-3/+1
2010-02-25tracing: Remove unnecessary variable in print_graph_returnWenji Huang1-1/+0
2010-02-25tracing: Fix typo of info text in trace_kprobe.cWenji Huang1-2/+2
2010-02-25tracing: Fix typo in prof_sysexit_enable()Wenji Huang1-1/+1
2010-02-25tracing: Remove CONFIG_TRACE_POWER from kernel configLi Zefan1-9/+0
2010-02-25tracing: Fix ftrace_event_call alignment for use with gcc 4.5Jeff Mahoney1-1/+2
2010-02-17tracing/kprobes: Make Kconfig dependencies genericHeiko Carstens1-1/+1
2010-02-17tracing: Unify arch_syscall_addr() implementationsMike Frysinger1-0/+5
2010-02-14tracing/kprobes: Fix probe parsingHeiko Carstens1-1/+1
2010-02-11ftrace: Allow to remove a single function from function graph filterLi Zefan2-21/+33
2010-02-09tracing: Add correct/incorrect to sort keys for branch annotation outputSteven Rostedt1-2/+17
2010-02-05tree-wide: fix 'lenght' typo in comments and codeDaniel Mack1-1/+1
2010-02-04Fix misspellings of "truly" in comments.Adam Buchbinder1-2/+2
2010-02-04ftrace: Remove record freezingMasami Hiramatsu1-39/+0
2010-02-04ftrace/alternatives: Introducing *_text_reserved functionsMasami Hiramatsu1-0/+15
2010-02-02tracing: Fix circular dead lock in stack traceLai Jiangshan1-0/+24