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-10-13
tracing: Remove unused ftrace_trace_addr helper
Frederic Weisbecker
-4
/
+0
2009-10-13
tracing: Rename set_ftrace to set_bootup_ftrace
Frederic Weisbecker
-2
/
+2
2009-10-13
Merge commit 'v2.6.32-rc4' into perf/core
Ingo Molnar
-36
/
+81
2009-10-13
Merge branch 'tracing/urgent' into tracing/core
Ingo Molnar
-37
/
+40
2009-10-13
tracing/filters: Fix memory leak when setting a filter
Li Zefan
-1
/
+2
2009-10-12
tracing/kprobes: Robustify fixed field names against variable field names con...
Masami Hiramatsu
-4
/
+4
2009-10-12
tracing/kprobes: Avoid field name confliction
Masami Hiramatsu
-12
/
+53
2009-10-12
tracing/kprobes: Make special variable names more self-explainable
Masami Hiramatsu
-28
/
+24
2009-10-12
ftrace: add kernel command line graph function filtering
Stefan Assmann
-0
/
+34
2009-10-12
tracing/kprobes: Remove '$ra' special variable
Masami Hiramatsu
-11
/
+0
2009-10-12
tracing/kprobes: Add $ prefix to special variables
Masami Hiramatsu
-23
/
+37
2009-10-12
this_cpu: Use this_cpu_xx for ftrace
Christoph Lameter
-5
/
+5
2009-10-09
tracing: fix trace_vprintk call
Steven Rostedt
-1
/
+1
2009-10-08
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-35
/
+37
2009-10-08
Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-2
/
+2
2009-10-07
tracing: user local buffer variable for trace branch tracer
Steven Rostedt
-3
/
+5
2009-10-07
tracing: fix warning on kernel/trace/trace_branch.c andtrace_hw_branches.c
Zhenwen Xu
-4
/
+6
2009-10-07
ftrace: check for failure for all conversions
Steven Rostedt
-8
/
+3
2009-10-07
tracing: correct module boundaries for ftrace_release
jolsa@redhat.com
-8
/
+4
2009-10-07
tracing: fix transposed numbers of lock_depth and preempt_count
Steven Rostedt
-6
/
+8
2009-10-06
tracing/events: Add 'signed' field to format files
Tom Zanussi
-36
/
+48
2009-10-06
trace: Fix missing assignment in trace_ctxwake_*
Hiroshi Shimamoto
-2
/
+2
2009-10-06
tracing/syscalls: Use long for syscall ret format and field definitions
Tom Zanussi
-2
/
+2
2009-10-05
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-1
/
+5
2009-10-05
tracing: Use free_percpu instead of kfree
Frederic Weisbecker
-2
/
+2
2009-10-05
tracing: Check total refcount before releasing bufs in profile_enable failure
Frederic Weisbecker
-5
/
+10
2009-10-03
tracing/ftrace: Fix to check create_event_dir() when adding new events
Masami Hiramatsu
-11
/
+14
2009-10-03
tracing/kprobes: Use global event perf buffers in kprobe tracer
Masami Hiramatsu
-42
/
+73
2009-10-01
Add a tracepoint for block request remapping
Jun'ichi Nomura
-0
/
+34
2009-10-01
Add missing blk_trace_remove_sysfs to be in pair with blk_trace_init_sysfs
Zdenek Kabelac
-0
/
+5
2009-10-01
kmemtrace: Fix up tracer registration
Paul Mundt
-1
/
+1
2009-10-01
Merge branch 'tracing/urgent' into tracing/core
Ingo Molnar
-381
/
+255
2009-10-01
tracing: Fix infinite recursion in ftrace_update_pid_func()
Matt Fleming
-0
/
+4
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
[prev]
[next]