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
/
include
/
trace
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-10
perf_counter: Zero dead bytes from ftrace raw samples size alignment
Frederic Weisbecker
1
-0
/
+4
2009-08-10
perf_counter: Subtract the buffer size field from the event record size
Frederic Weisbecker
1
-1
/
+7
2009-08-10
perf_counter: Correct PERF_SAMPLE_RAW output
Peter Zijlstra
1
-1
/
+2
2009-08-09
perf_counter: Fix/complete ftrace event records sampling
Frederic Weisbecker
1
-34
/
+96
2009-08-09
perf_counter, ftrace: Fix perf_counter integration
Peter Zijlstra
1
-25
/
+85
2009-07-14
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
9
-27
/
+27
2009-07-13
tracing/events: Move TRACE_SYSTEM outside of include guard
Li Zefan
9
-27
/
+27
2009-06-14
ext4: Fix mmap/truncate race when blocksize < pagesize && !nodellaoc
Aneesh Kumar K.V
1
-44
/
+1
2009-06-20
ext4: Fix type warning on 64-bit platforms in tracing events header
Theodore Ts'o
1
-1
/
+2
2009-06-17
ext4: convert instrumentation from markers to tracepoints
Theodore Ts'o
1
-0
/
+719
2009-06-17
jbd2: convert instrumentation from markers to tracepoints
Theodore Ts'o
1
-0
/
+168
2009-06-15
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
21
-321
/
+1790
2009-06-11
Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-17
/
+12
2009-06-10
tracing: do not translate event helper macros in print format
Steven Rostedt
1
-77
/
+81
2009-06-09
tracing: fix the block trace points print size
Steven Rostedt
1
-15
/
+30
2009-06-09
tracing/events: convert block trace points to TRACE_EVENT()
Li Zefan
2
-76
/
+483
2009-06-05
Merge branch 'tip/tracing/ftrace-4' of git://git.kernel.org/pub/scm/linux/ker...
Ingo Molnar
1
-0
/
+2
2009-06-04
Merge branch 'tracing/ftrace' into tracing/core
Ingo Molnar
2
-48
/
+102
2009-06-03
tracing: fix multiple use of __print_flags and __print_symbolic
Steven Whitehouse
1
-0
/
+2
2009-06-01
tracing: remove redundant SOFTIRQ from softirq event traces
Steven Rostedt
1
-12
/
+12
2009-06-01
tracing/events: introduce __dynamic_array()
Li Zefan
1
-34
/
+88
2009-06-01
tracing/events: put TP_fast_assign into braces
Li Zefan
1
-1
/
+1
2009-06-01
tracing/events: fix a typo in __string() format output
Li Zefan
1
-2
/
+2
2009-06-02
ftrace, workqueuetrace: make workqueue tracepoints use TRACE_EVENT macro
Zhaolei
2
-25
/
+100
2009-05-28
ftrace: don't convert function's local variable name in macro
Zhaolei
1
-10
/
+10
2009-05-26
tracing: convert irq events to use __print_symbolic
Steven Rostedt
1
-6
/
+17
2009-05-26
tracing: add __print_symbolic to trace events
Steven Rostedt
1
-0
/
+8
2009-05-26
tracing: add flag output for kmem events
Steven Rostedt
1
-8
/
+45
2009-05-26
tracing: add previous task state info to sched switch event
Steven Rostedt
1
-1
/
+8
2009-05-26
tracing: add __print_flags for events
Steven Rostedt
1
-0
/
+14
2009-05-26
tracing/events: change the type of __str_loc_item to unsigned short
Li Zefan
1
-1
/
+1
2009-05-21
dropmon: add ability to detect when hardware dropsrxpackets
Neil Horman
1
-0
/
+11
2009-05-11
blktrace: from-sector redundant in trace_block_remap, cleanup
Li Zefan
1
-2
/
+2
2009-05-06
blktrace: from-sector redundant in trace_block_remap
Alan D. Brunelle
1
-2
/
+2
2009-05-06
blktrace: correct remap names
Alan D. Brunelle
1
-2
/
+2
2009-05-06
tracepoint: trace_sched_migrate_task(): remove parameter
Mathieu Desnoyers
1
-3
/
+3
2009-05-01
tracing: add irq tracepoint documentation
Jason Baron
1
-4
/
+42
2009-04-29
tracing/filters: distinguish between signed and unsigned fields
Tom Zanussi
1
-8
/
+8
2009-04-24
tracing: remove deprecated TRACE_FORMAT
Steven Rostedt
2
-70
/
+0
2009-04-24
tracing/irq: convert irq traces to use TRACE_EVENT macro
Steven Rostedt
1
-9
/
+48
2009-04-24
tracing/lockdep: convert lockdep to use TRACE_EVENT macro
Steven Rostedt
1
-10
/
+46
2009-04-23
tracing: fix cut and paste macro error
Steven Rostedt
1
-4
/
+4
2009-04-22
tracing/events: protect __get_str()
Frederic Weisbecker
1
-1
/
+1
2009-04-22
tracing/lock: provide lock_acquired event support for dynamic size string
Frederic Weisbecker
1
-3
/
+3
2009-04-22
tracing/events: provide string with undefined size support
Frederic Weisbecker
1
-3
/
+85
2009-04-22
tracing/events: make struct trace_entry->type to be int type
Li Zefan
1
-1
/
+1
2009-04-17
tracing/events: enable code with EVENT_TRACING not EVENT_TRACER
Steven Rostedt
1
-1
/
+1
2009-04-17
tracing: Remove include/trace/kmem_event_types.h
Zhaolei
1
-193
/
+0
2009-04-17
tracing: avoid warnings from zero-arg tracepoints
Jeremy Fitzhardinge
1
-2
/
+2
2009-04-14
tracing/events: move trace point headers into include/trace/events
Steven Rostedt
6
-1
/
+1
[next]