index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
trace
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-26
tracing/events: fix the include file dependencies
Xiao Guangrong
1
-0
/
+1
2009-08-26
tracing/filters: Add __field_ext() to TRACE_EVENT
Li Zefan
1
-7
/
+24
2009-08-26
tracing/sched: show CPU task wakes up on in trace event
Steven Rostedt
1
-4
/
+8
2009-08-26
tracing: Create generic syscall TRACE_EVENTs
Josh Stone
2
-17
/
+70
2009-08-26
tracing: Move tracepoint callbacks from declaration to definition
Josh Stone
3
-8
/
+18
2009-08-26
tracing: Make syscall tracepoints conditional
Josh Stone
1
-0
/
+4
2009-08-19
tracing/syscalls: Add filtering support
Li Zefan
1
-0
/
+7
2009-08-19
tracing/events: Add trace_define_common_fields()
Li Zefan
1
-5
/
+3
2009-08-19
tracing/events: Add ftrace_event_call param to define_fields()
Li Zefan
1
-2
/
+1
2009-08-19
tracing/syscalls: Add fields format for exit events
Li Zefan
1
-2
/
+4
2009-08-17
tracing/events: Add module tracepoints
Li Zefan
1
-0
/
+126
2009-08-14
net: skb ftracer - add tracepoint to skb_copy_datagram_iovec (v3)
Neil Horman
1
-0
/
+20
2009-08-11
tracing: Add fields format definition for syscall events
Frederic Weisbecker
1
-0
/
+2
2009-08-11
tracing: Add ftrace event call parameter to its field descriptor handler
Frederic Weisbecker
1
-1
/
+2
2009-08-11
tracing: Add perf counter support for syscalls tracing
Jason Baron
1
-0
/
+7
2009-08-11
tracing: Add individual syscalls tracepoint id support
Jason Baron
1
-0
/
+8
2009-08-11
tracing: Add trace events for each syscall entry/exit
Jason Baron
1
-9
/
+9
2009-08-11
tracing: Add ftrace_event_call void * 'data' field
Jason Baron
1
-2
/
+2
2009-08-11
tracing: Add syscall tracepoints
Jason Baron
1
-0
/
+20
2009-08-11
tracing: Call arch_init_ftrace_syscalls at boot
Jason Baron
1
-1
/
+0
2009-08-11
Merge branch 'linus' into tracing/core
Ingo Molnar
1
-25
/
+158
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-20
tracing/events: record the size of dynamic arrays
Li Zefan
1
-6
/
+8
2009-07-20
tracing/events: add missing type info of dynamic arrays
Lai Jiangshan
1
-2
/
+2
2009-07-15
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-15
ext4: Fix mmap/truncate race when blocksize < pagesize && !nodellaoc
Aneesh Kumar K.V
1
-44
/
+1
2009-06-21
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-02
tracing: remove redundant SOFTIRQ from softirq event traces
Steven Rostedt
1
-12
/
+12
2009-06-02
tracing/events: introduce __dynamic_array()
Li Zefan
1
-34
/
+88
2009-06-02
tracing/events: put TP_fast_assign into braces
Li Zefan
1
-1
/
+1
2009-06-02
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
[prev]
[next]