index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-05
Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
39
-2492
/
+11202
2009-04-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2
-6
/
+5
2009-04-01
ring-buffer: do not remove reader page from list on ring buffer free
Steven Rostedt
1
-1
/
+0
2009-04-01
function-graph: allow unregistering twice
Steven Rostedt
1
-0
/
+4
2009-03-31
Merge branches 'tracing/docs', 'tracing/filters', 'tracing/ftrace', 'tracing/...
Ingo Molnar
18
-341
/
+1256
2009-03-31
trace: make argument 'mem' of trace_seq_putmem() const
Li Zefan
2
-5
/
+6
2009-03-31
tracing: add missing 'extern' keywords to trace_output.h
Eduard - Gabriel Munteanu
1
-16
/
+17
2009-03-31
tracing: provide trace_seq_reserve()
Eduard - Gabriel Munteanu
2
-0
/
+14
2009-03-31
blktrace: print out BLK_TN_MESSAGE properly
Li Zefan
1
-19
/
+61
2009-03-31
blktrace: extract duplidate code
Li Zefan
1
-32
/
+30
2009-03-31
blktrace: fix memory leak when freeing struct blk_io_trace
Li Zefan
1
-17
/
+12
2009-03-31
blktrace: fix blk_probes_ref chaos
Li Zefan
1
-8
/
+7
2009-03-31
blktrace: make classic output more classic
Li Zefan
1
-4
/
+4
2009-03-31
blktrace: fix off-by-one bug
Li Zefan
1
-2
/
+2
2009-03-31
blktrace: fix the original blktrace
Li Zefan
1
-7
/
+5
2009-03-31
blktrace: fix a race when creating blk_tree_root in debugfs
Li Zefan
1
-1
/
+5
2009-03-31
blktrace: fix timestamp in binary output
Li Zefan
1
-1
/
+1
2009-03-30
trivial: fix typos/grammar errors in Kconfig texts
Matt LaPlante
1
-5
/
+4
2009-03-30
trivial: fix typo "resgister" -> "register"
Uwe Kleine-Koenig
1
-1
/
+1
2009-03-26
tracing: filter fix for TRACE_EVENT_FORMAT events
Tom Zanussi
1
-13
/
+5
2009-03-25
ftrace: Using FTRACE_WARN_ON() to check "freed record" in ftrace_release()
Zhaolei
1
-2
/
+7
2009-03-25
trace_workqueues: fix empty line's output
Lai Jiangshan
1
-6
/
+6
2009-03-25
trace_stat: keep original order
Lai Jiangshan
1
-10
/
+8
2009-03-25
trace_stat: don't call seq_printf() in seq_operation->start()
Lai Jiangshan
1
-1
/
+7
2009-03-24
tracing: use union for multi-usages field
Lai Jiangshan
1
-4
/
+4
2009-03-24
ftrace: show virtual PID
Lai Jiangshan
1
-1
/
+1
2009-03-24
function-graph: add option for include sleep times
Steven Rostedt
3
-1
/
+10
2009-03-24
function-graph: ignore times across schedule
Steven Rostedt
1
-0
/
+36
2009-03-24
function-graph: prevent more than one tracer registering
Steven Rostedt
1
-0
/
+6
2009-03-24
function-graph: moved the timestamp from arch to generic code
Steven Rostedt
1
-3
/
+5
2009-03-24
tracing: fix memory leak in trace_stat
Steven Rostedt
1
-10
/
+13
2009-03-24
blktrace: print human-readable act_mask
Li Zefan
1
-38
/
+65
2009-03-24
blktrace: fix t_error()
Li Zefan
1
-1
/
+1
2009-03-24
blktrace: fix wrong calculation of RWBS
Li Zefan
1
-6
/
+7
2009-03-24
blktrace: mark ddir_act[] const
Li Zefan
1
-4
/
+4
2009-03-24
tracing/filters: disallow integer values for string filters and vice versa
Tom Zanussi
1
-0
/
+5
2009-03-24
tracing/filters: use trace_seq_printf() to print filters
Tom Zanussi
3
-21
/
+15
2009-03-24
tracing/filters: free pred when clearing filters
Tom Zanussi
1
-0
/
+2
2009-03-24
tracing/filters: use list_for_each_entry
Tom Zanussi
1
-2
/
+2
2009-03-23
tracing/function-graph-tracer: fix functions call traces imbalance
Frederic Weisbecker
1
-5
/
+11
2009-03-23
tracing: Fix TRACING_SUPPORT dependency for PPC32
Anton Vorontsov
1
-1
/
+5
2009-03-23
tracing/ftrace: check if debugfs is registered before creating files
Frederic Weisbecker
1
-0
/
+3
2009-03-23
tracing/filters: clean up filter_add_subsystem_pred()
Tom Zanussi
2
-7
/
+25
2009-03-23
tracing/filters: fix bug in copy_pred()
Tom Zanussi
1
-2
/
+10
2009-03-23
tracing/filters: use list_for_each_entry_safe
Tom Zanussi
1
-4
/
+2
2009-03-23
tracing/events: don't discard an event after commit
Frederic Weisbecker
1
-2
/
+3
2009-03-23
tracing/ftrace: make nop-tracer use polling wait for events on pipe
Frederic Weisbecker
1
-0
/
+1
2009-03-23
tracing/events: don't use wake up for events
Frederic Weisbecker
3
-6
/
+24
2009-03-23
tracing/events: make the filter files writable
Frederic Weisbecker
1
-2
/
+2
2009-03-22
tracing: add run-time field descriptions for event filtering, kfree fix
Ingo Molnar
1
-1
/
+6
[next]