summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* Revert "block: add missing block_bio_complete() tracepoint"Linus Torvalds2013-04-181-23/+3
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-142-4/+4
|\
| * ftrace: Fix strncpy() use, use strlcpy() instead of strncpy()Chen Gang2013-04-081-2/+2
| * perf: Fix strncpy() use, use strlcpy() instead of strncpy()Chen Gang2013-04-081-2/+2
* | ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE sectionSteven Rostedt (Red Hat)2013-04-121-14/+14
* | tracing: Fix possible NULL pointer dereferencesNamhyung Kim2013-04-122-6/+6
* | tracing: Fix double free when function profile init failedNamhyung Kim2013-04-091-1/+0
* | ftrace: Do not call stub functions in control loopSteven Rostedt (Red Hat)2013-04-081-2/+3
* | ftrace: Consistently restore trace function on sysctl enablingJan Kiszka2013-04-081-6/+2
* | tracing: Fix race with update_max_tr_single and changing tracersSteven Rostedt (Red Hat)2013-04-081-1/+4
|/
* Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2013-03-184-21/+78
|\
| * tracing: Prevent buffer overwrite disabled for latency tracersSteven Rostedt (Red Hat)2013-03-144-16/+65
| * tracing: Keep overwrite in sync between regular and snapshot buffersSteven Rostedt (Red Hat)2013-03-141-1/+5
| * tracing: Protect tracer flags with trace_types_lockSteven Rostedt (Red Hat)2013-03-141-4/+8
* | Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2013-03-142-3/+4
|\ \ | |/
| * tracing: Fix free of probe entry by calling call_rcu_sched()Steven Rostedt (Red Hat)2013-03-131-2/+2
| * tracing: Fix race in snapshot swappingSteven Rostedt (Red Hat)2013-03-121-1/+2
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-03-112-13/+38
|\ \ | |/
| * tracing: Do not return EINVAL in snapshot when not allocatedSteven Rostedt (Red Hat)2013-03-071-2/+0
| * tracing: Add help of snapshot feature when snapshot is emptySteven Rostedt (Red Hat)2013-03-071-1/+24
| * ftrace: Update the kconfig for DYNAMIC_FTRACESteven Rostedt2013-02-271-10/+14
* | Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-03-031-2/+4
|\ \
| * | trace/ring_buffer: handle 64bit aligned structsJames Hogan2013-03-021-2/+4
* | | Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-02-281-3/+25
|\ \ \
| * | | block: add @req to bio_{front|back}_merge tracepointsTejun Heo2013-01-141-0/+2
| * | | block: add missing block_bio_complete() tracepointTejun Heo2013-01-141-3/+23
* | | | hlist: drop the node parameter from iteratorsSasha Levin2013-02-272-16/+11
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-02-262-19/+70
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2013-02-202-19/+70
| |\ \ \
| | * | | ftrace: Call ftrace cleanup module notifier after all other notifiersSteven Rostedt (Red Hat)2013-02-181-14/+32
| | * | | tracing/syscalls: Allow archs to ignore tracing compat syscallsSteven Rostedt2013-02-121-5/+38
* | | | | Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-202-18/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | PM / tracing: remove deprecated power trace APIPaul Gortmaker2013-01-262-18/+0
| | |_|/ | |/| |
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-192-1/+2
|\ \ \ \
| * | | | sched/rt: Move rt specific bits into new header fileClark Williams2013-02-072-1/+2
| |/ / /
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-1914-268/+725
|\ \ \ \
| * | | | uprobes/perf: Avoid uprobe_apply() whenever possibleOleg Nesterov2013-02-081-6/+36
| * | | | uprobes/perf: Teach trace_uprobe/perf code to use UPROBE_HANDLER_REMOVEOleg Nesterov2013-02-081-7/+14
| * | | | uprobes/perf: Teach trace_uprobe/perf code to pre-filterOleg Nesterov2013-02-081-3/+43
| * | | | uprobes/perf: Teach trace_uprobe/perf code to track the active perf_event'sOleg Nesterov2013-02-081-0/+55
| * | | | uprobes/perf: Always increment trace_uprobe->nhitOleg Nesterov2013-02-081-2/+1
| * | | | uprobes/tracing: Kill uprobe_trace_consumer, embed uprobe_consumer into trace...Oleg Nesterov2013-02-081-29/+6
| * | | | uprobes/tracing: Introduce is_trace_uprobe_enabled()Oleg Nesterov2013-02-082-3/+7
| * | | | uprobes/tracing: Ensure inode != NULL in create_trace_uprobe()Oleg Nesterov2013-02-081-3/+3
| * | | | uprobes/tracing: Fully initialize uprobe_trace_consumer before uprobe_register()Oleg Nesterov2013-02-081-6/+7
| * | | | uprobes/tracing: Fix dentry/mount leak in create_trace_uprobe()Oleg Nesterov2013-02-081-4/+6
| * | | | uprobes: Change handle_swbp() to expose bp_vaddr to handler_chain()Oleg Nesterov2013-02-081-2/+2
| * | | | uprobes: Kill uprobe_consumer->filter()Oleg Nesterov2013-02-081-1/+0
| | |/ / | |/| |
| * | | tracing: Init current_trace to nop_trace and remove NULL checksSteven Rostedt (Red Hat)2013-02-011-18/+12
| * | | tracing: Make a snapshot feature available from userspaceHiraku Toyooka2013-01-303-26/+151
OpenPOWER on IntegriCloud