summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2013-04-18Revert "block: add missing block_bio_complete() tracepoint"Linus Torvalds-23/+3
2013-04-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-4/+4
2013-04-12ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE sectionSteven Rostedt (Red Hat)-14/+14
2013-04-12tracing: Fix possible NULL pointer dereferencesNamhyung Kim-6/+6
2013-04-09tracing: Fix double free when function profile init failedNamhyung Kim-1/+0
2013-04-08ftrace: Do not call stub functions in control loopSteven Rostedt (Red Hat)-2/+3
2013-04-08ftrace: Consistently restore trace function on sysctl enablingJan Kiszka-6/+2
2013-04-08tracing: Fix race with update_max_tr_single and changing tracersSteven Rostedt (Red Hat)-1/+4
2013-04-08ftrace: Fix strncpy() use, use strlcpy() instead of strncpy()Chen Gang-2/+2
2013-04-08perf: Fix strncpy() use, use strlcpy() instead of strncpy()Chen Gang-2/+2
2013-03-18Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar-21/+78
2013-03-14tracing: Prevent buffer overwrite disabled for latency tracersSteven Rostedt (Red Hat)-16/+65
2013-03-14tracing: Keep overwrite in sync between regular and snapshot buffersSteven Rostedt (Red Hat)-1/+5
2013-03-14tracing: Protect tracer flags with trace_types_lockSteven Rostedt (Red Hat)-4/+8
2013-03-14Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar-3/+4
2013-03-13tracing: Fix free of probe entry by calling call_rcu_sched()Steven Rostedt (Red Hat)-2/+2
2013-03-12tracing: Fix race in snapshot swappingSteven Rostedt (Red Hat)-1/+2
2013-03-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-13/+38
2013-03-07tracing: Do not return EINVAL in snapshot when not allocatedSteven Rostedt (Red Hat)-2/+0
2013-03-07tracing: Add help of snapshot feature when snapshot is emptySteven Rostedt (Red Hat)-1/+24
2013-03-03Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+4
2013-03-02trace/ring_buffer: handle 64bit aligned structsJames Hogan-2/+4
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds-3/+25
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin-16/+11
2013-02-27ftrace: Update the kconfig for DYNAMIC_FTRACESteven Rostedt-10/+14
2013-02-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-19/+70
2013-02-20Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-18/+0
2013-02-20Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar-19/+70
2013-02-19Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+2
2013-02-19Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-268/+725
2013-02-18ftrace: Call ftrace cleanup module notifier after all other notifiersSteven Rostedt (Red Hat)-14/+32
2013-02-12tracing/syscalls: Allow archs to ignore tracing compat syscallsSteven Rostedt-5/+38
2013-02-08uprobes/perf: Avoid uprobe_apply() whenever possibleOleg Nesterov-6/+36
2013-02-08uprobes/perf: Teach trace_uprobe/perf code to use UPROBE_HANDLER_REMOVEOleg Nesterov-7/+14
2013-02-08uprobes/perf: Teach trace_uprobe/perf code to pre-filterOleg Nesterov-3/+43
2013-02-08uprobes/perf: Teach trace_uprobe/perf code to track the active perf_event'sOleg Nesterov-0/+55
2013-02-08uprobes/perf: Always increment trace_uprobe->nhitOleg Nesterov-2/+1
2013-02-08uprobes/tracing: Kill uprobe_trace_consumer, embed uprobe_consumer into trace...Oleg Nesterov-29/+6
2013-02-08uprobes/tracing: Introduce is_trace_uprobe_enabled()Oleg Nesterov-3/+7
2013-02-08uprobes/tracing: Ensure inode != NULL in create_trace_uprobe()Oleg Nesterov-3/+3
2013-02-08uprobes/tracing: Fully initialize uprobe_trace_consumer before uprobe_register()Oleg Nesterov-6/+7
2013-02-08uprobes/tracing: Fix dentry/mount leak in create_trace_uprobe()Oleg Nesterov-4/+6
2013-02-08uprobes: Change handle_swbp() to expose bp_vaddr to handler_chain()Oleg Nesterov-2/+2
2013-02-08uprobes: Kill uprobe_consumer->filter()Oleg Nesterov-1/+0
2013-02-07sched/rt: Move rt specific bits into new header fileClark Williams-1/+2
2013-02-04Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar-0/+1
2013-02-01tracing: Init current_trace to nop_trace and remove NULL checksSteven Rostedt (Red Hat)-18/+12
2013-01-30tracing: Make a snapshot feature available from userspaceHiraku Toyooka-26/+151
2013-01-30tracing: Replace static old_tracer check of tracer nameHiraku Toyooka-13/+9
2013-01-30tracing: Use sched_clock_cpu for trace_clock_globalNamhyung Kim-1/+1