summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2013-03-15tracing: Fix some section mismatch warningsLi Zefan
2013-03-15tracing: Fix trace events build without modulesSteven Rostedt (Red Hat)
2013-03-15tracing: Add __per_cpu annotation to trace array percpu data pointerSteven Rostedt (Red Hat)
2013-03-15tracing/syscalls: Annotate field-defining functions with __initLi Zefan
2013-03-15tracing: Annotate event field-defining functions with __initLi Zefan
2013-03-15tracing: Add a helper function for event print functionsLi Zefan
2013-03-15tracing/ring-buffer: Move poll wake ups into ring buffer codeSteven Rostedt (Red Hat)
2013-03-15tracing: Fix read blocking on trace_pipe_rawSteven Rostedt
2013-03-15tracing: Fix polling on trace_pipe_rawSteven Rostedt
2013-03-15tracing: Do not block on splice if either file or splice NONBLOCK flag is setSteven Rostedt (Red Hat)
2013-03-15tracing: Use direct field, type and system namesSteven Rostedt
2013-03-15tracing: Use kmem_cache_alloc instead of kmalloc in trace_events.cSteven Rostedt
2013-03-15tracing: Get trace_events kernel command line working againSteven Rostedt
2013-03-15tracing: Add rmdir to remove multibuffer instancesSteven Rostedt
2013-03-15tracing: Add interface to allow multiple trace buffersSteven Rostedt
2013-03-15tracing: Make syscall events suitable for multiple buffersSteven Rostedt
2013-03-15tracing: Replace the static global per_cpu arrays with allocated per_cpuSteven Rostedt
2013-03-15tracing: Pass the ftrace_file to the buffer lock reserve codeSteven Rostedt
2013-03-15tracing: Encapsulate global_trace and remove dependencies on global varsSteven Rostedt
2013-03-15tracing: Use RING_BUFFER_ALL_CPUS for TRACE_PIPE_ALL_CPUSteven Rostedt
2013-03-15tracing: Separate out trace events from global variablesSteven Rostedt
2013-03-15tracing: Prevent buffer overwrite disabled for latency tracersSteven Rostedt (Red Hat)
2013-03-15tracing: Keep overwrite in sync between regular and snapshot buffersSteven Rostedt (Red Hat)
2013-03-14tracing: Protect tracer flags with trace_types_lockSteven Rostedt (Red Hat)
2013-03-13tracing: Fix free of probe entry by calling call_rcu_sched()Steven Rostedt (Red Hat)
2013-03-12tracing: Fix race in snapshot swappingSteven Rostedt (Red Hat)
2013-03-07tracing: Do not return EINVAL in snapshot when not allocatedSteven Rostedt (Red Hat)
2013-03-07tracing: Add help of snapshot feature when snapshot is emptySteven Rostedt (Red Hat)
2013-02-28ftrace: Update the kconfig for DYNAMIC_FTRACESteven Rostedt
2013-02-20Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2013-02-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-02-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-02-19ftrace: Call ftrace cleanup module notifier after all other notifiersSteven Rostedt (Red Hat)
2013-02-12tracing/syscalls: Allow archs to ignore tracing compat syscallsSteven Rostedt
2013-02-08uprobes/perf: Avoid uprobe_apply() whenever possibleOleg Nesterov
2013-02-08uprobes/perf: Teach trace_uprobe/perf code to use UPROBE_HANDLER_REMOVEOleg Nesterov
2013-02-08uprobes/perf: Teach trace_uprobe/perf code to pre-filterOleg Nesterov
2013-02-08uprobes/perf: Teach trace_uprobe/perf code to track the active perf_event'sOleg Nesterov
2013-02-08uprobes/perf: Always increment trace_uprobe->nhitOleg Nesterov
2013-02-08uprobes/tracing: Kill uprobe_trace_consumer, embed uprobe_consumer into trace...Oleg Nesterov
2013-02-08uprobes/tracing: Introduce is_trace_uprobe_enabled()Oleg Nesterov
2013-02-08uprobes/tracing: Ensure inode != NULL in create_trace_uprobe()Oleg Nesterov
2013-02-08uprobes/tracing: Fully initialize uprobe_trace_consumer before uprobe_register()Oleg Nesterov
2013-02-08uprobes/tracing: Fix dentry/mount leak in create_trace_uprobe()Oleg Nesterov
2013-02-08uprobes: Change handle_swbp() to expose bp_vaddr to handler_chain()Oleg Nesterov
2013-02-08uprobes: Kill uprobe_consumer->filter()Oleg Nesterov
2013-02-07sched/rt: Move rt specific bits into new header fileClark Williams
2013-02-04Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2013-02-01tracing: Init current_trace to nop_trace and remove NULL checksSteven Rostedt (Red Hat)
2013-01-30tracing: Make a snapshot feature available from userspaceHiraku Toyooka