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
2009-03-12
tracing: protect ring_buffer_expanded with trace_types_lock
Steven Rostedt
-1
/
+4
2009-03-12
tracing: fix comments about trace buffer resizing
Steven Rostedt
-3
/
+16
2009-03-12
Merge branch 'tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Steven Rostedt
-23
/
+29
2009-03-11
ring-buffer: only allocate buffers for online cpus
Steven Rostedt
-56
/
+216
2009-03-11
tracing: fix trace_wait to know to wait on all cpus or just one
Steven Rostedt
-0
/
+13
2009-03-11
tracing: expand the ring buffers when an event is activated
Steven Rostedt
-0
/
+31
2009-03-11
tracing: keep ring buffer to minimum size till used
Steven Rostedt
-20
/
+59
2009-03-11
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
-3
/
+7
2009-03-11
Merge commit 'origin/master' into next
Benjamin Herrenschmidt
-1
/
+26
2009-03-10
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
-90
/
+116
2009-03-10
tracing: use raw spinlocks for trace_vprintk
Steven Rostedt
-3
/
+7
2009-03-10
trace_clock: fix preemption bug
Peter Zijlstra
-1
/
+8
2009-03-10
tracing: remove funky whitespace in the trace code
Steven Rostedt
-70
/
+70
2009-03-10
tracing: update comments to match event code macros
Steven Rostedt
-11
/
+12
2009-03-10
tracing: flip the TP_printk and TP_fast_assign in the TRACE_EVENT macro
Steven Rostedt
-4
/
+4
2009-03-10
tracing: add back the available_events file
Steven Rostedt
-0
/
+14
2009-03-10
tracing: do not allow modifying the ftrace events via the event files
Steven Rostedt
-3
/
+15
2009-03-10
tracing: fix printk format specifier
Steven Rostedt
-7
/
+6
2009-03-10
tracing: Don't assume possible cpu list have continuous numbers
KOSAKI Motohiro
-7
/
+7
2009-03-10
Merge branch 'x86/core' into tracing/ftrace
Ingo Molnar
-1
/
+1
2009-03-10
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
-316
/
+158
2009-03-10
tracing: remove obsolete TRACE_EVENT_FORMAT macro
Steven Rostedt
-8
/
+1
2009-03-10
tracing: new format for specialized trace points
Steven Rostedt
-217
/
+124
2009-03-10
tracing: use generic __stringify
Steven Rostedt
-9
/
+5
2009-03-10
tracing: replace TP<var> with TP_<var>
Steven Rostedt
-80
/
+25
2009-03-10
tracing: typecast sizeof and offsetof to unsigned int
Steven Rostedt
-18
/
+19
2009-03-09
tracing: Don't use tracing_record_cmdline() in workqueue tracer
KOSAKI Motohiro
-3
/
+2
2009-03-08
ftrace: tracing header should put '#' at the beginning of a line
KOSAKI Motohiro
-10
/
+10
2009-03-08
Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'tracing...
Ingo Molnar
-1
/
+1
2009-03-06
tracing: trace_bprintk() cleanups
Ingo Molnar
-11
/
+8
2009-03-06
tracing/core: drop the old trace_printk() implementation in favour of trace_b...
Frederic Weisbecker
-280
/
+126
2009-03-06
tracing: add trace_bprintk()
Lai Jiangshan
-10
/
+92
2009-03-06
tracing: infrastructure for supporting binary record
Lai Jiangshan
-0
/
+237
2009-03-06
Merge branch 'x86/core' into tracing/textedit
Ingo Molnar
-1
/
+1
2009-03-06
tracing: fix deadlock when setting set_ftrace_pid
KOSAKI Motohiro
-6
/
+1
2009-03-06
tracing: current tip/master can't enable ftrace
KOSAKI Motohiro
-0
/
+1
2009-03-06
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
-76
/
+329
2009-03-06
Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into trac...
Ingo Molnar
-1
/
+1
2009-03-05
tracing: add format files for ftrace default entries
Steven Rostedt
-6
/
+255
2009-03-05
tracing: move print of event format to separate file
Steven Rostedt
-52
/
+56
2009-03-05
tracing: make all file_operations const
Steven Rostedt
-19
/
+19
2009-03-05
tracing: clean up menu
Ingo Molnar
-13
/
+16
2009-03-05
tracing/function-graph-tracer: use the more lightweight local clock
Frederic Weisbecker
-1
/
+1
2009-03-05
tracing: rename ftrace_printk() => trace_printk()
Ingo Molnar
-5
/
+5
2009-03-04
tracing: have latency tracers set the latency format
Steven Rostedt
-0
/
+16
2009-03-04
tracing: consolidate print_lat_fmt and print_trace_fmt
Steven Rostedt
-32
/
+7
2009-03-04
tracing: remove extra latency_trace method from trace structure
Steven Rostedt
-36
/
+1
2009-03-04
tracing: add latency output format option
Steven Rostedt
-23
/
+4
2009-03-04
tracing: fix seq read from trace files
Steven Rostedt
-2
/
+2
2009-03-04
tracing: do not return EFAULT if read copied anything
Steven Rostedt
-2
/
+12
[prev]
[next]