index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
trace
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tracing: remove deprecated TRACE_FORMAT
Steven Rostedt
2009-04-24
2
-70
/
+0
*
tracing/irq: convert irq traces to use TRACE_EVENT macro
Steven Rostedt
2009-04-24
1
-9
/
+48
*
tracing/lockdep: convert lockdep to use TRACE_EVENT macro
Steven Rostedt
2009-04-24
1
-10
/
+46
*
tracing: fix cut and paste macro error
Steven Rostedt
2009-04-24
1
-4
/
+4
*
tracing/events: protect __get_str()
Frederic Weisbecker
2009-04-22
1
-1
/
+1
*
tracing/lock: provide lock_acquired event support for dynamic size string
Frederic Weisbecker
2009-04-22
1
-3
/
+3
*
tracing/events: provide string with undefined size support
Frederic Weisbecker
2009-04-22
1
-3
/
+85
*
tracing/events: make struct trace_entry->type to be int type
Li Zefan
2009-04-22
1
-1
/
+1
*
tracing/events: enable code with EVENT_TRACING not EVENT_TRACER
Steven Rostedt
2009-04-17
1
-1
/
+1
*
tracing: Remove include/trace/kmem_event_types.h
Zhaolei
2009-04-17
1
-193
/
+0
*
tracing: avoid warnings from zero-arg tracepoints
Jeremy Fitzhardinge
2009-04-17
1
-2
/
+2
*
tracing/events: move trace point headers into include/trace/events
Steven Rostedt
2009-04-15
6
-1
/
+1
*
tracing/events: fix lockdep system name
Steven Rostedt
2009-04-15
1
-1
/
+1
*
tracing/events: add support for modules to TRACE_EVENT
Steven Rostedt
2009-04-14
1
-0
/
+1
*
tracing/events: move the ftrace event tracing code to core
Steven Rostedt
2009-04-14
3
-7
/
+496
*
tracing: create automated trace defines
Steven Rostedt
2009-04-14
6
-2
/
+91
*
tracing: consolidate trace and trace_event headers
Steven Rostedt
2009-04-14
10
-509
/
+646
*
tracing, kmemtrace: Make kmem tracepoints use TRACE_EVENT macro
Zhaolei
2009-04-12
4
-37
/
+197
*
tracing, kmemtrace: Separate include/trace/kmemtrace.h to kmemtrace part and ...
Zhaolei
2009-04-12
1
-22
/
+3
*
tracing, net, skb tracepoint: make skb tracepoint use the TRACE_EVENT() macro
Zhaolei
2009-04-10
4
-3
/
+41
*
tracing/lockdep: report the time waited for a lock
Frederic Weisbecker
2009-04-10
1
-5
/
+18
*
tracing/syscalls: use a dedicated file header
Frederic Weisbecker
2009-04-09
1
-0
/
+35
*
kmemtrace: use tracepoints
Eduard - Gabriel Munteanu
2009-04-03
1
-52
/
+40
*
tracing, net: fix net tree and tracing tree merge interaction
Stephen Rothwell
2009-04-02
1
-2
/
+2
*
Merge branch 'tracing/core-v2' into tracing-for-linus
Ingo Molnar
2009-04-02
12
-83
/
+632
|
\
|
*
tracing: tracepoints for softirq entry/exit - tracepoints
Jason Baron
2009-03-13
1
-0
/
+12
|
*
tracing: flip the TP_printk and TP_fast_assign in the TRACE_EVENT macro
Steven Rostedt
2009-03-10
2
-55
/
+55
|
*
tracing: remove obsolete TRACE_EVENT_FORMAT macro
Steven Rostedt
2009-03-10
2
-2
/
+2
|
*
tracing: convert irq trace points to new macros
Steven Rostedt
2009-03-10
1
-14
/
+24
|
*
tracing: convert the sched trace points to the TRACE_EVENT macros
Steven Rostedt
2009-03-10
1
-76
/
+246
|
*
tracing: new format for specialized trace points
Steven Rostedt
2009-03-10
1
-16
/
+32
|
*
tracing: replace TP<var> with TP_<var>
Steven Rostedt
2009-03-10
6
-118
/
+118
|
*
tracing, power-trace: make it build even if the power-tracer is turned off
Ingo Molnar
2009-03-06
1
-2
/
+0
|
*
tracing: add lockdep tracepoints for lock acquire/release
Peter Zijlstra
2009-03-04
4
-0
/
+55
|
*
tracing: add TRACE_FIELD_SPECIAL to record complex entries
Steven Rostedt
2009-03-02
1
-1
/
+6
|
*
tracing: create the C style tracing for the irq subsystem
Steven Rostedt
2009-02-28
1
-4
/
+15
|
*
tracing: create the C style tracing for the sched subsystem
Steven Rostedt
2009-02-28
1
-25
/
+94
|
*
tracing: add subsystem sched for sched events
Steven Rostedt
2009-02-28
1
-0
/
+5
|
*
tracing: add subsystem irq for irq events
Steven Rostedt
2009-02-28
1
-0
/
+5
|
*
tracing: move trace point formats to files in include/trace directory
Steven Rostedt
2009-02-28
2
-0
/
+8
|
*
tracing, genirq: add irq enter and exit trace events
Jason Baron
2009-02-26
2
-0
/
+26
|
*
tracing: rename DEFINE_TRACE_FMT to just TRACE_FORMAT
Steven Rostedt
2009-02-26
1
-13
/
+13
|
*
tracing: add schedule events to event trace
Steven Rostedt
2009-02-25
2
-48
/
+73
|
*
tracing: convert c/p state power tracer to use tracepoints
Jason Baron
2009-02-13
1
-13
/
+12
|
*
tracing/power: move the power trace headers to a dedicated file
Frederic Weisbecker
2009-02-09
1
-0
/
+35
|
*
tracing: add a new workqueue tracer
Frederic Weisbecker
2009-01-14
1
-0
/
+25
|
*
tracing/kmemtrace: normalize the raw tracer event to the unified tracing API
Frederic Weisbecker
2008-12-30
1
-0
/
+75
*
|
net: Add dependent headers to trace/skb.h
Josh Stone
2009-03-24
1
-0
/
+3
*
|
Network Drop Monitor: Add trace declaration for skb frees
Neil Horman
2009-03-13
1
-0
/
+8
|
/
*
sched, trace: update trace_sched_wakeup()
Peter Zijlstra
2008-12-25
1
-2
/
+2
[next]