summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2009-10-13tracing: Remove unused ftrace_trace_addr helperFrederic Weisbecker-4/+0
2009-10-13tracing: Rename set_ftrace to set_bootup_ftraceFrederic Weisbecker-2/+2
2009-10-13Merge commit 'v2.6.32-rc4' into perf/coreIngo Molnar-36/+81
2009-10-13Merge branch 'tracing/urgent' into tracing/coreIngo Molnar-37/+40
2009-10-13tracing/filters: Fix memory leak when setting a filterLi Zefan-1/+2
2009-10-12tracing/kprobes: Robustify fixed field names against variable field names con...Masami Hiramatsu-4/+4
2009-10-12tracing/kprobes: Avoid field name conflictionMasami Hiramatsu-12/+53
2009-10-12tracing/kprobes: Make special variable names more self-explainableMasami Hiramatsu-28/+24
2009-10-12ftrace: add kernel command line graph function filteringStefan Assmann-0/+34
2009-10-12tracing/kprobes: Remove '$ra' special variableMasami Hiramatsu-11/+0
2009-10-12tracing/kprobes: Add $ prefix to special variablesMasami Hiramatsu-23/+37
2009-10-12this_cpu: Use this_cpu_xx for ftraceChristoph Lameter-5/+5
2009-10-09tracing: fix trace_vprintk callSteven Rostedt-1/+1
2009-10-08Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-35/+37
2009-10-08Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+2
2009-10-07tracing: user local buffer variable for trace branch tracerSteven Rostedt-3/+5
2009-10-07tracing: fix warning on kernel/trace/trace_branch.c andtrace_hw_branches.cZhenwen Xu-4/+6
2009-10-07ftrace: check for failure for all conversionsSteven Rostedt-8/+3
2009-10-07tracing: correct module boundaries for ftrace_releasejolsa@redhat.com-8/+4
2009-10-07tracing: fix transposed numbers of lock_depth and preempt_countSteven Rostedt-6/+8
2009-10-06tracing/events: Add 'signed' field to format filesTom Zanussi-36/+48
2009-10-06trace: Fix missing assignment in trace_ctxwake_*Hiroshi Shimamoto-2/+2
2009-10-06tracing/syscalls: Use long for syscall ret format and field definitionsTom Zanussi-2/+2
2009-10-05Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+5
2009-10-05tracing: Use free_percpu instead of kfreeFrederic Weisbecker-2/+2
2009-10-05tracing: Check total refcount before releasing bufs in profile_enable failureFrederic Weisbecker-5/+10
2009-10-03tracing/ftrace: Fix to check create_event_dir() when adding new eventsMasami Hiramatsu-11/+14
2009-10-03tracing/kprobes: Use global event perf buffers in kprobe tracerMasami Hiramatsu-42/+73
2009-10-01Add a tracepoint for block request remappingJun'ichi Nomura-0/+34
2009-10-01Add missing blk_trace_remove_sysfs to be in pair with blk_trace_init_sysfsZdenek Kabelac-0/+5
2009-10-01kmemtrace: Fix up tracer registrationPaul Mundt-1/+1
2009-10-01Merge branch 'tracing/urgent' into tracing/coreIngo Molnar-381/+255
2009-10-01tracing: Fix infinite recursion in ftrace_update_pid_func()Matt Fleming-0/+4
2009-09-26Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-15/+17
2009-09-24tracing/filters: Unify the regex parsing helpersFrederic Weisbecker-70/+23
2009-09-24tracing/filters: Provide basic regex supportFrederic Weisbecker-25/+157
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan-4/+4
2009-09-24tracing/event: Cleanup the useless dentry variableFrederic Weisbecker-12/+11
2009-09-24tracing/filters: Cleanup useless headersFrederic Weisbecker-2/+0
2009-09-24cpumask: use zalloc_cpumask_var() where possibleLi Zefan-5/+2
2009-09-23Merge commit 'linus/master' into tracing/kprobesFrederic Weisbecker-1114/+1256
2009-09-23seq_file: constify seq_operationsJames Morris-4/+4
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-2/+2
2009-09-22tracing: Fix failure path in ftrace_regex_open()Li Zefan-1/+3
2009-09-22tracing: Fix failure path in ftrace_graph_write()Li Zefan-4/+6
2009-09-22tracing: Check the return value of trace_get_user()Li Zefan-9/+7
2009-09-22tracing: Fix off-by-one in trace_get_user()Li Zefan-1/+1
2009-09-21Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/...Linus Torvalds-3/+3
2009-09-21Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+7
2009-09-21Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-108/+193