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-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-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-22
tracing: fix four sparse warnings
Dmitri Vorobiev
2
-1
/
+2
2009-03-22
Merge branches 'tracing/ftrace', 'tracing/hw-breakpoints', 'tracing/ring-buff...
Ingo Molnar
1
-4
/
+4
2009-03-22
tracing: keep the tracing buffer after self-test failure
Frederic Weisbecker
1
-1
/
+1
2009-03-22
tracing/function-graph-tracer: prevent hangs during self-tests
Frederic Weisbecker
2
-4
/
+60
2009-03-21
tracing/ring-buffer: don't annotate rb_cpu_notify with __cpuinit
Frederic Weisbecker
1
-4
/
+4
2009-03-20
ftrace: event profile hooks
Peter Zijlstra
6
-8
/
+89
2009-03-20
ftrace: ensure every event gets an id
Peter Zijlstra
2
-1
/
+19
2009-03-20
ftrace: provide an id file for each event
Peter Zijlstra
1
-0
/
+36
2009-03-20
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
8
-156
/
+203
2009-03-20
Merge branches 'tracing/ftrace', 'tracing/kprobes', 'tracing/tasks' and 'linu...
Ingo Molnar
1
-14
/
+21
2009-03-19
function-graph: show binary events as comments
Steven Rostedt
1
-12
/
+28
2009-03-19
tracing: remove recording function depth from trace_printk
Steven Rostedt
5
-16
/
+10
2009-03-19
function-graph: calculate function depth within function graph tracer
Steven Rostedt
1
-22
/
+69
2009-03-19
tracing: make print_(b)printk_msg_only global
Steven Rostedt
3
-34
/
+39
2009-03-19
tracing/ring-buffer: fix non cpu hotplug case
Frederic Weisbecker
1
-0
/
+9
2009-03-19
function-graph: consolidate prologues for output
Steven Rostedt
1
-69
/
+29
2009-03-18
tracing: give easy way to clear trace buffer
Steven Rostedt
1
-8
/
+33
2009-03-18
tracing/ftrace: stop {irqs, preempt}soff tracers when tracing is stopped
Frederic Weisbecker
1
-0
/
+26
2009-03-18
tracing: fix command line to pid reverse map
Carsten Emde
1
-5
/
+11
2009-03-18
tracing: fix trace_find_cmdline()
Thomas Gleixner
1
-5
/
+4
2009-03-18
tracing: replace the crude (unsigned) -1 hackery
Thomas Gleixner
1
-6
/
+7
2009-03-18
tracing: stop command line recording when tracing is disabled
Thomas Gleixner
1
-1
/
+2
2009-03-18
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
5
-44
/
+94
2009-03-17
tracing: make power tracer start/stop methods lighter weight
Steven Rostedt
1
-2
/
+6
2009-03-17
tracing: make sched_switch stop/start light weight
Steven Rostedt
1
-4
/
+5
2009-03-17
tracing: add global-clock option to provide cross CPU clock to traces
Steven Rostedt
2
-4
/
+31
2009-03-17
ring-buffer: add api to allow a tracer to change clock source
Steven Rostedt
2
-34
/
+52
2009-03-17
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
6
-28
/
+51
2009-03-17
tracing: fix leak in event_format_read()
Tom Zanussi
1
-3
/
+3
2009-03-16
tracing: stop comm recording on tracing off
Steven Rostedt
1
-1
/
+1
2009-03-16
tracing: protect reader of cmdline output
Steven Rostedt
5
-26
/
+49
2009-03-16
tracing/ftrace: fix the check on nopped sites
Frederic Weisbecker
1
-1
/
+1
2009-03-16
tracing/core: fix early free of cpumasks
Frederic Weisbecker
1
-1
/
+2
2009-03-16
tracing/ftrace: fix double calls to tracing_start()
Frederic Weisbecker
1
-10
/
+6
2009-03-16
tracing/core: fix missing mutex unlock on tracing_set_tracer()
Frederic Weisbecker
1
-1
/
+1
2009-03-16
tracing/syscalls: select kallsysms
Frederic Weisbecker
1
-0
/
+1
2009-03-16
tracing/syscalls: protect thread flag toggling from races
Frederic Weisbecker
1
-5
/
+19
2009-03-16
tracing/syscalls: various cleanups
Frederic Weisbecker
1
-8
/
+2
2009-03-16
tracing/syscalls: fix missing release of tracing
Frederic Weisbecker
1
-6
/
+5
2009-03-16
Merge branches 'tracing/ftrace', 'tracing/syscalls' and 'linus' into tracing/...
Ingo Molnar
2
-8
/
+155
2009-03-13
tracing/syscalls: core infrastructure for syscalls tracing, enhancements
Frederic Weisbecker
2
-8
/
+155
[next]