summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-15tracing: Add snapshot feature to instancesSteven Rostedt (Red Hat)1-7/+7
2013-03-15tracing: Consolidate buffer allocation codeSteven Rostedt (Red Hat)1-67/+63
2013-03-15tracing: Have trace_array keep track if snapshot buffer is allocatedSteven Rostedt (Red Hat)2-18/+16
2013-03-15tracing: Add snapshot_raw to extract the raw data from snapshotSteven Rostedt (Red Hat)1-18/+95
2013-03-15tracing: Add config option to allow snapshot to swap per cpuSteven Rostedt (Red Hat)1-0/+23
2013-03-15tracing: Add snapshot in the per_cpu trace directoriesSteven Rostedt (Red Hat)1-10/+56
2013-03-15tracing: Consolidate max_tr into main trace_array structureSteven Rostedt (Red Hat)14-286/+365
2013-03-15tracing: Enable snapshot when any latency tracer is enabledSteven Rostedt (Red Hat)1-0/+3
2013-03-15tracing: Clear all trace buffers when unloaded module event was usedSteven Rostedt (Red Hat)3-6/+16
2013-03-15tracing: Only clear trace buffer on module unload if event was tracedSteven Rostedt (Red Hat)2-4/+13
2013-03-15tracing: Add comment for trace event flag IGNORE_ENABLESteven Rostedt (Red Hat)1-0/+1
2013-03-15ring-buffer: Init waitqueue for blocked readersSteven Rostedt (Red Hat)1-0/+2
2013-03-15tracing: Fix some section mismatch warningsLi Zefan3-4/+4
2013-03-15tracing: Fix trace events build without modulesSteven Rostedt (Red Hat)1-19/+36
2013-03-15tracing: Add __per_cpu annotation to trace array percpu data pointerSteven Rostedt (Red Hat)1-1/+1
2013-03-15tracing/syscalls: Annotate field-defining functions with __initLi Zefan1-2/+2
2013-03-15tracing: Annotate event field-defining functions with __initLi Zefan2-2/+2
2013-03-15tracing: Add a helper function for event print functionsLi Zefan3-19/+38
2013-03-15tracing/ring-buffer: Move poll wake ups into ring buffer codeSteven Rostedt (Red Hat)3-71/+164
2013-03-15tracing: Fix read blocking on trace_pipe_rawSteven Rostedt1-3/+15
2013-03-15tracing: Fix polling on trace_pipe_rawSteven Rostedt1-27/+51
2013-03-15tracing: Do not block on splice if either file or splice NONBLOCK flag is setSteven Rostedt (Red Hat)1-1/+1
2013-03-15tracing: Use direct field, type and system namesSteven Rostedt2-19/+5
2013-03-15tracing: Use kmem_cache_alloc instead of kmalloc in trace_events.cSteven Rostedt1-7/+20
2013-03-15tracing: Get trace_events kernel command line working againSteven Rostedt1-7/+136
2013-03-15tracing: Add rmdir to remove multibuffer instancesSteven Rostedt3-0/+102
2013-03-15tracing: Add interface to allow multiple trace buffersSteven Rostedt3-1/+142
2013-03-15tracing: Make syscall events suitable for multiple buffersSteven Rostedt2-34/+57
2013-03-15tracing: Replace the static global per_cpu arrays with allocated per_cpuSteven Rostedt10-61/+79
2013-03-15tracing: Pass the ftrace_file to the buffer lock reserve codeSteven Rostedt3-4/+24
2013-03-15tracing: Encapsulate global_trace and remove dependencies on global varsSteven Rostedt4-240/+358
2013-03-15tracing: Use RING_BUFFER_ALL_CPUS for TRACE_PIPE_ALL_CPUSteven Rostedt3-18/+16
2013-03-15tracing: Separate out trace events from global variablesSteven Rostedt6-260/+622
2013-03-15tracing: Prevent buffer overwrite disabled for latency tracersSteven Rostedt (Red Hat)4-16/+65
2013-03-15tracing: Keep overwrite in sync between regular and snapshot buffersSteven Rostedt (Red Hat)1-1/+5
2013-03-14tracing: Protect tracer flags with trace_types_lockSteven Rostedt (Red Hat)1-4/+8
2013-03-14tracing: Fix free of probe entry by calling call_rcu_sched()Steven Rostedt (Red Hat)1-2/+2
2013-03-12tracing: Fix race in snapshot swappingSteven Rostedt (Red Hat)1-1/+2
2013-03-08tracing: update documentation of snapshot utilityHiraku Toyooka1-1/+1
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-02-28Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar1-10/+14
2013-02-28ftrace: Update the kconfig for DYNAMIC_FTRACESteven Rostedt1-10/+14
2013-02-20Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar4-20/+94
2013-02-20perf/x86: Add Intel IvyBridge event scheduling constraintsStephane Eranian1-1/+22
2013-02-20Merge branch 'for-3.9-async' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-109/+130
2013-02-20Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds8-848/+818
2013-02-20Merge branch 'for-3.9-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds13-90/+60
2013-02-20Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-410/+1354
2013-02-20Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds15-79/+563