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-09-11
tracing/kprobes: Show event name in trace output
Masami Hiramatsu
-5
/
+11
2009-09-11
tracing/kprobes: Add argument name support
Masami Hiramatsu
-64
/
+64
2009-09-11
tracing/kprobes: Add event profiling support
Masami Hiramatsu
-2
/
+108
2009-09-11
tracing/kprobes: Cleanup kprobe tracer code.
Masami Hiramatsu
-47
/
+34
2009-09-11
tracing/kprobes: Fix probe offset to be unsigned
Masami Hiramatsu
-12
/
+7
2009-09-11
Merge commit 'tracing/core' into tracing/kprobes
Frederic Weisbecker
-311
/
+543
2009-09-09
tracing: move PRED macros to trace_events_filter.c
Li Zefan
-41
/
+41
2009-09-09
tracing: remove stats from struct tracer
Li Zefan
-1
/
+0
2009-09-09
tracing: format clean ups
Li Zefan
-11
/
+11
2009-09-09
tracing: remove dead code
Li Zefan
-22
/
+0
2009-09-09
tracing: do not grab lock in wakeup latency function tracing
Steven Rostedt
-14
/
+22
2009-09-09
ring-buffer: consolidate interface of rb_buffer_peek()
Robert Richter
-7
/
+4
2009-09-07
tracing: Fix ring-buffer and ksym tracer merge interaction
Frederic Weisbecker
-4
/
+5
2009-09-07
Merge branch 'tracing/core' into tracing/hw-breakpoints
Ingo Molnar
-1386
/
+2829
2009-09-06
Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Ingo Molnar
-5
/
+6
2009-09-06
Merge commit 'v2.6.31-rc9' into tracing/core
Ingo Molnar
-27
/
+14
2009-09-04
ring-buffer: only enable ring_buffer_swap_cpu when needed
Steven Rostedt
-0
/
+12
2009-09-04
ring-buffer: check for swapped buffers in start of committing
Steven Rostedt
-3
/
+17
2009-09-04
tracing: report error in trace if we fail to swap latency buffer
Steven Rostedt
-1
/
+12
2009-09-04
tracing: add trace_array_printk for internal tracers to use
Steven Rostedt
-2
/
+27
2009-09-04
tracing: pass around ring buffer instead of tracer
Steven Rostedt
-99
/
+143
2009-09-04
tracing: make tracing_reset safe for external use
Steven Rostedt
-2
/
+15
2009-09-04
tracing: use timestamp to determine start of latency traces
Steven Rostedt
-24
/
+67
2009-09-04
tracing/filters: Defer pred allocation, fix memory leak
Li Zefan
-5
/
+6
2009-09-04
tracing: remove users of tracing_reset
Steven Rostedt
-14
/
+5
2009-09-04
tracing: disable buffers and synchronize_sched before resetting
Steven Rostedt
-0
/
+8
2009-09-04
tracing: disable update max tracer while reading trace
Steven Rostedt
-3
/
+9
2009-09-04
tracing: print out start and stop in latency traces
Steven Rostedt
-11
/
+11
2009-09-04
ring-buffer: disable all cpu buffers when one finds a problem
Steven Rostedt
-8
/
+13
2009-09-04
ring-buffer: do not count discarded events
Steven Rostedt
-17
/
+54
2009-09-04
ring-buffer: remove ring_buffer_event_discard
Steven Rostedt
-21
/
+6
2009-09-04
ring-buffer: fix ring_buffer_read crossing pages
Steven Rostedt
-4
/
+4
2009-09-04
ring-buffer: remove unnecessary cpu_relax
Steven Rostedt
-12
/
+4
2009-09-04
ring-buffer: do not swap buffers during a commit
Steven Rostedt
-2
/
+9
2009-09-04
ring-buffer: do not reset while in a commit
Steven Rostedt
-0
/
+4
2009-08-31
tracing/filters: Defer pred allocation
Li Zefan
-10
/
+41
2009-08-29
Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
-43
/
+52
2009-08-27
tracing: only show tracing_max_latency when latency tracer configured
Steven Rostedt
-42
/
+52
2009-08-27
tracing: remove legacy select of MARKERS by context switch tracing
Steven Rostedt
-1
/
+0
2009-08-27
tracing: Remove unneeded pointer casts
Frederic Weisbecker
-2
/
+2
2009-08-27
tracing: Restore the const qualifier for field names and types definition
Frederic Weisbecker
-4
/
+4
2009-08-27
tracing/kprobes: Change trace_arg to probe_arg
Masami Hiramatsu
-9
/
+9
2009-08-27
tracing/kprobes: Fix format typo in trace_kprobes
Masami Hiramatsu
-1
/
+1
2009-08-27
tracing: Add kprobes event profiling interface
Masami Hiramatsu
-0
/
+43
2009-08-27
tracing: Kprobe tracer assigns new event ids for each event
Masami Hiramatsu
-42
/
+15
2009-08-27
tracing: Generate names for each kprobe event automatically
Masami Hiramatsu
-49
/
+33
2009-08-27
tracing: Kprobe-tracer supports more than 6 arguments
Masami Hiramatsu
-8
/
+13
2009-08-27
tracing: Add kprobe-based event tracer
Masami Hiramatsu
-0
/
+1263
2009-08-27
tracing: Introduce TRACE_FIELD_ZERO() macro
Masami Hiramatsu
-10
/
+10
2009-08-27
tracing: Ftrace dynamic ftrace_event_call support
Masami Hiramatsu
-56
/
+103
[prev]
[next]