aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-24tracing: Remove cpu arg from the rb_time_stamp() functionJiri Olsa1-5/+5
2009-10-24tracing: Fix comment typo and documentation exampleJiri Olsa1-1/+1
2009-10-24tracing: Fix trace_seq_printf() return valueJiri Olsa1-1/+4
2009-10-24tracing: Update *ppos instead of filp->f_posJiri Olsa2-5/+5
2009-10-14Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-2/+3
2009-10-13tracing/filters: Fix memory leak when setting a filterLi Zefan1-1/+2
2009-10-09tracing: fix trace_vprintk callSteven Rostedt1-1/+1
2009-10-08Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds5-35/+37
2009-10-08Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2009-10-07tracing: user local buffer variable for trace branch tracerSteven Rostedt1-3/+5
2009-10-07tracing: fix warning on kernel/trace/trace_branch.c andtrace_hw_branches.cZhenwen Xu2-4/+6
2009-10-07ftrace: check for failure for all conversionsSteven Rostedt1-8/+3
2009-10-07tracing: correct module boundaries for ftrace_releasejolsa@redhat.com1-8/+4
2009-10-07tracing: fix transposed numbers of lock_depth and preempt_countSteven Rostedt1-6/+8
2009-10-06trace: Fix missing assignment in trace_ctxwake_*Hiroshi Shimamoto1-2/+2
2009-10-06tracing/syscalls: Use long for syscall ret format and field definitionsTom Zanussi1-2/+2
2009-10-05Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-1/+5
2009-10-05tracing: Use free_percpu instead of kfreeFrederic Weisbecker1-2/+2
2009-10-05tracing: Check total refcount before releasing bufs in profile_enable failureFrederic Weisbecker1-5/+10
2009-10-01Add a tracepoint for block request remappingJun'ichi Nomura1-0/+34
2009-10-01Add missing blk_trace_remove_sysfs to be in pair with blk_trace_init_sysfsZdenek Kabelac1-0/+5
2009-10-01kmemtrace: Fix up tracer registrationPaul Mundt1-1/+1
2009-10-01tracing: Fix infinite recursion in ftrace_update_pid_func()Matt Fleming1-0/+4
2009-09-26Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-15/+17
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2-4/+4
2009-09-24cpumask: use zalloc_cpumask_var() where possibleLi Zefan1-5/+2
2009-09-23seq_file: constify seq_operationsJames Morris2-4/+4
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2009-09-22tracing: Fix failure path in ftrace_regex_open()Li Zefan1-1/+3
2009-09-22tracing: Fix failure path in ftrace_graph_write()Li Zefan1-4/+6
2009-09-22tracing: Check the return value of trace_get_user()Li Zefan2-9/+7
2009-09-22tracing: Fix off-by-one in trace_get_user()Li Zefan1-1/+1
2009-09-21Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+3
2009-09-21Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+7
2009-09-21Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-108/+193
2009-09-21trivial: remove unnecessary semicolonsJoe Perches1-1/+1
2009-09-21trivial: Fix duplicated word "options" in commentUwe Kleine-Koenig1-1/+1
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar1-3/+3
2009-09-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6Linus Torvalds1-2/+0
2009-09-20sched: Fix raciness in runqueue_is_locked()Andrew Morton1-1/+7
2009-09-20tracing: Export trace_profile_buf symbolsPeter Zijlstra1-1/+4
2009-09-20includecheck fix: kernel/trace, ring_buffer.cJaswinder Singh Rajput1-2/+0
2009-09-19Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/urgentIngo Molnar3-86/+35
2009-09-19tracing/events: use list_for_entry_continueLi Zefan1-34/+15
2009-09-19tracing: remove max_tracer_type_lenLi Zefan1-33/+16
2009-09-19function-graph: use ftrace_graph_funcs directlyLi Zefan1-19/+4
2009-09-19Merge branch 'tracing/core-v3' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/urgentIngo Molnar2-21/+155
2009-09-19tracing, perf: Convert the power tracer into an event tracerArjan van de Ven5-239/+21
2009-09-18tracing: Remove markersChristoph Hellwig1-1/+0
2009-09-18tracing: Allocate the ftrace event profile buffer dynamicallyFrederic Weisbecker2-20/+138