aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-13/+38
2013-03-07tracing: Do not return EINVAL in snapshot when not allocatedSteven Rostedt (Red Hat)1-2/+0
2013-03-07tracing: Add help of snapshot feature when snapshot is emptySteven Rostedt (Red Hat)1-1/+24
2013-03-03Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metagLinus Torvalds1-2/+4
2013-03-02trace/ring_buffer: handle 64bit aligned structsJames Hogan1-2/+4
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+25
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin2-16/+11
2013-02-27ftrace: Update the kconfig for DYNAMIC_FTRACESteven Rostedt1-10/+14
2013-02-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-19/+70
2013-02-20Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-18/+0
2013-02-20Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/urgentIngo Molnar2-19/+70
2013-02-19Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+2
2013-02-19Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds14-268/+725
2013-02-18ftrace: Call ftrace cleanup module notifier after all other notifiersSteven Rostedt (Red Hat)1-14/+32
2013-02-12tracing/syscalls: Allow archs to ignore tracing compat syscallsSteven Rostedt1-5/+38
2013-02-08uprobes/perf: Avoid uprobe_apply() whenever possibleOleg Nesterov1-6/+36
2013-02-08uprobes/perf: Teach trace_uprobe/perf code to use UPROBE_HANDLER_REMOVEOleg Nesterov1-7/+14
2013-02-08uprobes/perf: Teach trace_uprobe/perf code to pre-filterOleg Nesterov1-3/+43
2013-02-08uprobes/perf: Teach trace_uprobe/perf code to track the active perf_event'sOleg Nesterov1-0/+55
2013-02-08uprobes/perf: Always increment trace_uprobe->nhitOleg Nesterov1-2/+1
2013-02-08uprobes/tracing: Kill uprobe_trace_consumer, embed uprobe_consumer into trace_uprobeOleg Nesterov1-29/+6
2013-02-08uprobes/tracing: Introduce is_trace_uprobe_enabled()Oleg Nesterov2-3/+7
2013-02-08uprobes/tracing: Ensure inode != NULL in create_trace_uprobe()Oleg Nesterov1-3/+3
2013-02-08uprobes/tracing: Fully initialize uprobe_trace_consumer before uprobe_register()Oleg Nesterov1-6/+7
2013-02-08uprobes/tracing: Fix dentry/mount leak in create_trace_uprobe()Oleg Nesterov1-4/+6
2013-02-08uprobes: Change handle_swbp() to expose bp_vaddr to handler_chain()Oleg Nesterov1-2/+2
2013-02-08uprobes: Kill uprobe_consumer->filter()Oleg Nesterov1-1/+0
2013-02-07sched/rt: Move rt specific bits into new header fileClark Williams2-1/+2
2013-02-04Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-0/+1
2013-02-01tracing: Init current_trace to nop_trace and remove NULL checksSteven Rostedt (Red Hat)1-18/+12
2013-01-30tracing: Make a snapshot feature available from userspaceHiraku Toyooka3-26/+151
2013-01-30tracing: Replace static old_tracer check of tracer nameHiraku Toyooka1-13/+9
2013-01-30tracing: Use sched_clock_cpu for trace_clock_globalNamhyung Kim1-1/+1
2013-01-30ring-buffer: Add stats field for amount read from trace ring bufferSteven Rostedt (Red Hat)2-0/+21
2013-01-29tracing/fgraph: Adjust fgraph depth before calling trace return callbackSteven Rostedt (Red Hat)1-1/+7
2013-01-29tracing: Remove second iterator initializerJovi Zhang1-4/+1
2013-01-25tracing: Use __this_cpu_inc/dec operation instead of __get_cpu_varShan Wei1-2/+2
2013-01-26PM / tracing: remove deprecated power trace APIPaul Gortmaker2-18/+0
2013-01-24tracing: Mark tracing_dentry_percpu() staticJosh Triplett1-1/+1
2013-01-24tracing: Fix unsigned int compare of zero in recursion checkSteven Rostedt1-1/+1
2013-01-22ring-buffer: Remove trace.h from ring_buffer.cSteven Rostedt1-1/+2
2013-01-22ring-buffer: User context bit recursion checkingSteven Rostedt2-31/+67
2013-01-22ftrace: Use only the preempt version of function tracingSteven Rostedt1-47/+14
2013-01-22tracing: Avoid unnecessary multiple recursion checksSteven Rostedt2-36/+110
2013-01-22tracing: Make the trace recursion bits into enumsSteven Rostedt1-13/+17
2013-01-22ftrace: Add context level recursion bit checkingSteven Rostedt2-10/+42
2013-01-22ftrace: Optimize the function tracer list loopSteven Rostedt1-22/+26
2013-01-22ftrace: Fix function tracing recursion self testSteven Rostedt1-1/+2
2013-01-22ftrace: Fix global function tracers that are not recursion safeSteven Rostedt1-2/+16
2013-01-22tracing: Fix selftest function recursion accountingSteven Rostedt1-13/+3