index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
Age
Commit message (
Expand
)
Author
Lines
2013-03-15
tracing: Consolidate buffer allocation code
Steven Rostedt (Red Hat)
-67
/
+63
2013-03-15
tracing: Have trace_array keep track if snapshot buffer is allocated
Steven Rostedt (Red Hat)
-18
/
+16
2013-03-15
tracing: Add snapshot_raw to extract the raw data from snapshot
Steven Rostedt (Red Hat)
-18
/
+95
2013-03-15
tracing: Add config option to allow snapshot to swap per cpu
Steven Rostedt (Red Hat)
-0
/
+23
2013-03-15
tracing: Add snapshot in the per_cpu trace directories
Steven Rostedt (Red Hat)
-10
/
+56
2013-03-15
tracing: Consolidate max_tr into main trace_array structure
Steven Rostedt (Red Hat)
-286
/
+363
2013-03-15
tracing: Enable snapshot when any latency tracer is enabled
Steven Rostedt (Red Hat)
-0
/
+3
2013-03-15
tracing: Clear all trace buffers when unloaded module event was used
Steven Rostedt (Red Hat)
-6
/
+16
2013-03-15
tracing: Only clear trace buffer on module unload if event was traced
Steven Rostedt (Red Hat)
-4
/
+8
2013-03-15
ring-buffer: Init waitqueue for blocked readers
Steven Rostedt (Red Hat)
-0
/
+2
2013-03-15
tracing: Fix some section mismatch warnings
Li Zefan
-3
/
+3
2013-03-15
tracing: Fix trace events build without modules
Steven Rostedt (Red Hat)
-19
/
+36
2013-03-15
tracing: Add __per_cpu annotation to trace array percpu data pointer
Steven Rostedt (Red Hat)
-1
/
+1
2013-03-15
tracing/syscalls: Annotate field-defining functions with __init
Li Zefan
-2
/
+2
2013-03-15
tracing: Annotate event field-defining functions with __init
Li Zefan
-1
/
+1
2013-03-15
tracing: Add a helper function for event print functions
Li Zefan
-0
/
+26
2013-03-15
tracing/ring-buffer: Move poll wake ups into ring buffer code
Steven Rostedt (Red Hat)
-71
/
+158
2013-03-15
tracing: Fix read blocking on trace_pipe_raw
Steven Rostedt
-3
/
+15
2013-03-15
tracing: Fix polling on trace_pipe_raw
Steven Rostedt
-27
/
+51
2013-03-15
tracing: Do not block on splice if either file or splice NONBLOCK flag is set
Steven Rostedt (Red Hat)
-1
/
+1
2013-03-15
tracing: Use direct field, type and system names
Steven Rostedt
-19
/
+5
2013-03-15
tracing: Use kmem_cache_alloc instead of kmalloc in trace_events.c
Steven Rostedt
-7
/
+20
2013-03-15
tracing: Get trace_events kernel command line working again
Steven Rostedt
-7
/
+136
2013-03-15
tracing: Add rmdir to remove multibuffer instances
Steven Rostedt
-0
/
+102
2013-03-15
tracing: Add interface to allow multiple trace buffers
Steven Rostedt
-1
/
+142
2013-03-15
tracing: Make syscall events suitable for multiple buffers
Steven Rostedt
-34
/
+57
2013-03-15
tracing: Replace the static global per_cpu arrays with allocated per_cpu
Steven Rostedt
-61
/
+79
2013-03-15
tracing: Pass the ftrace_file to the buffer lock reserve code
Steven Rostedt
-0
/
+12
2013-03-15
tracing: Encapsulate global_trace and remove dependencies on global vars
Steven Rostedt
-240
/
+358
2013-03-15
tracing: Use RING_BUFFER_ALL_CPUS for TRACE_PIPE_ALL_CPU
Steven Rostedt
-18
/
+16
2013-03-15
tracing: Separate out trace events from global variables
Steven Rostedt
-248
/
+580
2013-03-14
tracing: Prevent buffer overwrite disabled for latency tracers
Steven Rostedt (Red Hat)
-16
/
+65
2013-03-14
tracing: Keep overwrite in sync between regular and snapshot buffers
Steven Rostedt (Red Hat)
-1
/
+5
2013-03-14
tracing: Protect tracer flags with trace_types_lock
Steven Rostedt (Red Hat)
-4
/
+8
2013-03-14
Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...
Ingo Molnar
-3
/
+4
2013-03-13
tracing: Fix free of probe entry by calling call_rcu_sched()
Steven Rostedt (Red Hat)
-2
/
+2
2013-03-12
tracing: Fix race in snapshot swapping
Steven Rostedt (Red Hat)
-1
/
+2
2013-03-11
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-13
/
+38
2013-03-07
tracing: Do not return EINVAL in snapshot when not allocated
Steven Rostedt (Red Hat)
-2
/
+0
2013-03-07
tracing: Add help of snapshot feature when snapshot is empty
Steven Rostedt (Red Hat)
-1
/
+24
2013-03-03
Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-2
/
+4
2013-03-02
trace/ring_buffer: handle 64bit aligned structs
James Hogan
-2
/
+4
2013-02-28
Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-block
Linus Torvalds
-3
/
+25
2013-02-27
hlist: drop the node parameter from iterators
Sasha Levin
-16
/
+11
2013-02-27
ftrace: Update the kconfig for DYNAMIC_FTRACE
Steven Rostedt
-10
/
+14
2013-02-26
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-19
/
+70
2013-02-20
Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-18
/
+0
2013-02-20
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
-19
/
+70
2013-02-19
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-1
/
+2
2013-02-19
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-268
/
+725
[prev]
[next]