aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2009-11-04ftrace: Fix unmatched locking in ftrace_regex_write()Gravatar Li Zefan 1-3/+3
2009-11-04ring-buffer: Synchronize resizing buffer with reader lockGravatar Lai Jiangshan 1-0/+2
2009-10-24tracing: Remove cpu arg from the rb_time_stamp() functionGravatar Jiri Olsa 1-5/+5
2009-10-24tracing: Fix comment typo and documentation exampleGravatar Jiri Olsa 1-1/+1
2009-10-24tracing: Fix trace_seq_printf() return valueGravatar Jiri Olsa 1-1/+4
2009-10-24tracing: Update *ppos instead of filp->f_posGravatar Jiri Olsa 2-5/+5
2009-10-14Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-2/+3
2009-10-13tracing/filters: Fix memory leak when setting a filterGravatar Li Zefan 1-1/+2
2009-10-09tracing: fix trace_vprintk callGravatar Steven Rostedt 1-1/+1
2009-10-08Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 5-35/+37
2009-10-08Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+2
2009-10-07tracing: user local buffer variable for trace branch tracerGravatar Steven Rostedt 1-3/+5
2009-10-07tracing: fix warning on kernel/trace/trace_branch.c andtrace_hw_branches.cGravatar Zhenwen Xu 2-4/+6
2009-10-07ftrace: check for failure for all conversionsGravatar Steven Rostedt 1-8/+3
2009-10-07tracing: correct module boundaries for ftrace_releaseGravatar jolsa@redhat.com 1-8/+4
2009-10-07tracing: fix transposed numbers of lock_depth and preempt_countGravatar Steven Rostedt 1-6/+8
2009-10-06trace: Fix missing assignment in trace_ctxwake_*Gravatar Hiroshi Shimamoto 1-2/+2
2009-10-06tracing/syscalls: Use long for syscall ret format and field definitionsGravatar Tom Zanussi 1-2/+2
2009-10-05Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-1/+5
2009-10-05tracing: Use free_percpu instead of kfreeGravatar Frederic Weisbecker 1-2/+2
2009-10-05tracing: Check total refcount before releasing bufs in profile_enable failureGravatar Frederic Weisbecker 1-5/+10
2009-10-01Add a tracepoint for block request remappingGravatar Jun'ichi Nomura 1-0/+34
2009-10-01Add missing blk_trace_remove_sysfs to be in pair with blk_trace_init_sysfsGravatar Zdenek Kabelac 1-0/+5
2009-10-01kmemtrace: Fix up tracer registrationGravatar Paul Mundt 1-1/+1
2009-10-01tracing: Fix infinite recursion in ftrace_update_pid_func()Gravatar Matt Fleming 1-0/+4
2009-09-26Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 3-15/+17
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerGravatar Alexey Dobriyan 2-4/+4
2009-09-24cpumask: use zalloc_cpumask_var() where possibleGravatar Li Zefan 1-5/+2
2009-09-23seq_file: constify seq_operationsGravatar James Morris 2-4/+4
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 2-2/+2
2009-09-22tracing: Fix failure path in ftrace_regex_open()Gravatar Li Zefan 1-1/+3
2009-09-22tracing: Fix failure path in ftrace_graph_write()Gravatar Li Zefan 1-4/+6
2009-09-22tracing: Check the return value of trace_get_user()Gravatar Li Zefan 2-9/+7
2009-09-22tracing: Fix off-by-one in trace_get_user()Gravatar Li Zefan 1-1/+1
2009-09-21Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-3/+3
2009-09-21Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+7
2009-09-21Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 6-108/+193
2009-09-21trivial: remove unnecessary semicolonsGravatar Joe Perches 1-1/+1
2009-09-21trivial: Fix duplicated word "options" in commentGravatar Uwe Kleine-Koenig 1-1/+1
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsGravatar Ingo Molnar 1-3/+3
2009-09-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6Gravatar Linus Torvalds 1-2/+0
2009-09-20sched: Fix raciness in runqueue_is_locked()Gravatar Andrew Morton 1-1/+7
2009-09-20tracing: Export trace_profile_buf symbolsGravatar Peter Zijlstra 1-1/+4
2009-09-20includecheck fix: kernel/trace, ring_buffer.cGravatar Jaswinder Singh Rajput 1-2/+0
2009-09-19Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Ingo Molnar 3-86/+35
2009-09-19tracing/events: use list_for_entry_continueGravatar Li Zefan 1-34/+15
2009-09-19tracing: remove max_tracer_type_lenGravatar Li Zefan 1-33/+16
2009-09-19function-graph: use ftrace_graph_funcs directlyGravatar Li Zefan 1-19/+4
2009-09-19Merge branch 'tracing/core-v3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Ingo Molnar 2-21/+155
2009-09-19tracing, perf: Convert the power tracer into an event tracerGravatar Arjan van de Ven 5-239/+21