index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
Age
Commit message (
Expand
)
Author
Lines
2009-09-26
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-15
/
+17
2009-09-24
tracing/filters: Unify the regex parsing helpers
Frederic Weisbecker
-70
/
+23
2009-09-24
tracing/filters: Provide basic regex support
Frederic Weisbecker
-25
/
+157
2009-09-24
sysctl: remove "struct file *" argument of ->proc_handler
Alexey Dobriyan
-4
/
+4
2009-09-24
tracing/event: Cleanup the useless dentry variable
Frederic Weisbecker
-12
/
+11
2009-09-24
tracing/filters: Cleanup useless headers
Frederic Weisbecker
-2
/
+0
2009-09-24
cpumask: use zalloc_cpumask_var() where possible
Li Zefan
-5
/
+2
2009-09-23
Merge commit 'linus/master' into tracing/kprobes
Frederic Weisbecker
-1114
/
+1256
2009-09-23
seq_file: constify seq_operations
James Morris
-4
/
+4
2009-09-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
-2
/
+2
2009-09-22
tracing: Fix failure path in ftrace_regex_open()
Li Zefan
-1
/
+3
2009-09-22
tracing: Fix failure path in ftrace_graph_write()
Li Zefan
-4
/
+6
2009-09-22
tracing: Check the return value of trace_get_user()
Li Zefan
-9
/
+7
2009-09-22
tracing: Fix off-by-one in trace_get_user()
Li Zefan
-1
/
+1
2009-09-21
Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-3
/
+3
2009-09-21
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-1
/
+7
2009-09-21
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-108
/
+193
2009-09-21
trivial: remove unnecessary semicolons
Joe Perches
-1
/
+1
2009-09-21
trivial: Fix duplicated word "options" in comment
Uwe Kleine-Koenig
-1
/
+1
2009-09-21
perf: Do the big rename: Performance Counters -> Performance Events
Ingo Molnar
-3
/
+3
2009-09-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6
Linus Torvalds
-2
/
+0
2009-09-20
sched: Fix raciness in runqueue_is_locked()
Andrew Morton
-1
/
+7
2009-09-20
tracing: Export trace_profile_buf symbols
Peter Zijlstra
-1
/
+4
2009-09-20
includecheck fix: kernel/trace, ring_buffer.c
Jaswinder Singh Rajput
-2
/
+0
2009-09-19
Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
-86
/
+35
2009-09-19
tracing/events: use list_for_entry_continue
Li Zefan
-34
/
+15
2009-09-19
tracing: remove max_tracer_type_len
Li Zefan
-33
/
+16
2009-09-19
function-graph: use ftrace_graph_funcs directly
Li Zefan
-19
/
+4
2009-09-19
Merge branch 'tracing/core-v3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Ingo Molnar
-21
/
+155
2009-09-19
tracing, perf: Convert the power tracer into an event tracer
Arjan van de Ven
-239
/
+21
2009-09-18
tracing: Remove markers
Christoph Hellwig
-1
/
+0
2009-09-18
tracing: Allocate the ftrace event profile buffer dynamically
Frederic Weisbecker
-20
/
+138
2009-09-18
tracing: Factorize the events profile accounting
Frederic Weisbecker
-2
/
+18
2009-09-17
tracing: switch function prints from %pf to %ps
Steven Rostedt
-7
/
+7
2009-09-17
Merge branch 'linus' into tracing/core
Ingo Molnar
-3
/
+3
2009-09-17
tracing/kprobes: Disable kprobe events by default after creation
Masami Hiramatsu
-2
/
+2
2009-09-17
tracing/kprobes: Fix profiling alignment for perf_counter buffer
Masami Hiramatsu
-5
/
+12
2009-09-17
tracing/kprobes: Add probe handler dispatcher to support perf and ftrace conc...
Masami Hiramatsu
-22
/
+63
2009-09-17
ftrace: Fix trace_remove_event_call() to lock trace_event_mutex
Masami Hiramatsu
-0
/
+5
2009-09-17
ftrace: Fix trace_add_event_call() to initialize list
Masami Hiramatsu
-1
/
+4
2009-09-17
tracing/kprobes: Fix trace_probe registration order
Masami Hiramatsu
-23
/
+19
2009-09-17
tracing/kprobes: Support custom subsystem for each kprobe event
Masami Hiramatsu
-6
/
+27
2009-09-16
tracing: Fix minor bugs for __unregister_ftrace_function_probe
Atsushi Tsuji
-2
/
+2
2009-09-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
-3
/
+3
2009-09-15
tracing: optimize global_trace_clock cachelines
Steven Rostedt
-10
/
+14
2009-09-14
ftrace: document function and function graph implementation
Mike Frysinger
-3
/
+13
2009-09-14
tracing: make testing syscall events a separate configuration
Steven Rostedt
-0
/
+24
2009-09-14
tracing: remove some unused macros
Li Zefan
-35
/
+0
2009-09-14
ftrace: add compile-time check on F_printk()
Li Zefan
-4
/
+41
2009-09-14
tracing: fix F_printk() typos
Li Zefan
-9
/
+9
[prev]
[next]