aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | Merge branch 'tracing/urgent' into tracing/coreIngo Molnar2009-10-137-37/+40
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | Merge branch 'tracing/urgent' into tracing/coreIngo Molnar2009-10-0115-381/+255
| | |\ \ \ \ \ \
| | * | | | | | | tracing/filters: Unify the regex parsing helpersFrederic Weisbecker2009-09-243-70/+23
| | * | | | | | | tracing/filters: Provide basic regex supportFrederic Weisbecker2009-09-242-25/+157
| | * | | | | | | tracing/event: Cleanup the useless dentry variableFrederic Weisbecker2009-09-241-12/+11
| | * | | | | | | tracing/filters: Cleanup useless headersFrederic Weisbecker2009-09-241-2/+0
| * | | | | | | | Merge branch 'linus' into perf/coreIngo Molnar2009-10-152-2/+3
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Merge commit 'v2.6.32-rc4' into perf/coreIngo Molnar2009-10-137-36/+81
| |\ \ \ \ \ \ \ \
| * | | | | | | | | tracing/events: Add 'signed' field to format filesTom Zanussi2009-10-064-36/+48
* | | | | | | | | | Merge commit 'v2.6.32-rc5' into perf/probesIngo Molnar2009-10-1712-64/+109
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-10-142-2/+3
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | / / / / | | | |_|_|/ / / / | | |/| | | | | |
| | * | | | | | | tracing/filters: Fix memory leak when setting a filterLi Zefan2009-10-131-1/+2
| | * | | | | | | tracing: fix trace_vprintk callSteven Rostedt2009-10-091-1/+1
| * | | | | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-10-085-35/+37
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | tracing: user local buffer variable for trace branch tracerSteven Rostedt2009-10-071-3/+5
| | * | | | | | | tracing: fix warning on kernel/trace/trace_branch.c andtrace_hw_branches.cZhenwen Xu2009-10-072-4/+6
| | * | | | | | | ftrace: check for failure for all conversionsSteven Rostedt2009-10-071-8/+3
| | * | | | | | | tracing: correct module boundaries for ftrace_releasejolsa@redhat.com2009-10-071-8/+4
| | * | | | | | | tracing: fix transposed numbers of lock_depth and preempt_countSteven Rostedt2009-10-071-6/+8
| | * | | | | | | trace: Fix missing assignment in trace_ctxwake_*Hiroshi Shimamoto2009-10-061-2/+2
| | * | | | | | | tracing: Use free_percpu instead of kfreeFrederic Weisbecker2009-10-051-2/+2
| | * | | | | | | tracing: Check total refcount before releasing bufs in profile_enable failureFrederic Weisbecker2009-10-051-5/+10
| * | | | | | | | Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-10-081-2/+2
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | tracing/syscalls: Use long for syscall ret format and field definitionsTom Zanussi2009-10-061-2/+2
| | |/ / / / / /
| * | | | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-10-052-1/+5
| |\ \ \ \ \ \ \
| | * | | | | | | kmemtrace: Fix up tracer registrationPaul Mundt2009-10-011-1/+1
| | | |_|/ / / / | | |/| | | | |
| | * | | | | | tracing: Fix infinite recursion in ftrace_update_pid_func()Matt Fleming2009-10-011-0/+4
| | |/ / / / /
| * | | | | | Add a tracepoint for block request remappingJun'ichi Nomura2009-10-011-0/+34
| * | | | | | Add missing blk_trace_remove_sysfs to be in pair with blk_trace_init_sysfsZdenek Kabelac2009-10-011-0/+5
| |/ / / / /
| * | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-09-263-15/+17
| |\ \ \ \ \
| | * | | | | tracing: Fix failure path in ftrace_regex_open()Li Zefan2009-09-221-1/+3
| | * | | | | tracing: Fix failure path in ftrace_graph_write()Li Zefan2009-09-221-4/+6
| | * | | | | tracing: Check the return value of trace_get_user()Li Zefan2009-09-222-9/+7
| | * | | | | tracing: Fix off-by-one in trace_get_user()Li Zefan2009-09-221-1/+1
| * | | | | | sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-242-4/+4
| * | | | | | cpumask: use zalloc_cpumask_var() where possibleLi Zefan2009-09-241-5/+2
* | | | | | | tracing/kprobes: Add failure messages for debuggingMasami Hiramatsu2009-10-171-8/+27
* | | | | | | tracing/kprobes: Update kprobe-tracer selftest against new syntaxMasami Hiramatsu2009-10-171-2/+2
* | | | | | | tracing/kprobes: Robustify fixed field names against variable field names con...Masami Hiramatsu2009-10-121-4/+4
* | | | | | | tracing/kprobes: Avoid field name conflictionMasami Hiramatsu2009-10-121-12/+53
* | | | | | | tracing/kprobes: Make special variable names more self-explainableMasami Hiramatsu2009-10-121-28/+24
* | | | | | | tracing/kprobes: Remove '$ra' special variableMasami Hiramatsu2009-10-121-11/+0
* | | | | | | tracing/kprobes: Add $ prefix to special variablesMasami Hiramatsu2009-10-121-23/+37
* | | | | | | tracing/ftrace: Fix to check create_event_dir() when adding new eventsMasami Hiramatsu2009-10-031-11/+14
* | | | | | | tracing/kprobes: Use global event perf buffers in kprobe tracerMasami Hiramatsu2009-10-031-42/+73
* | | | | | | Merge commit 'linus/master' into tracing/kprobesFrederic Weisbecker2009-09-2327-1114/+1256
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | seq_file: constify seq_operationsJames Morris2009-09-232-4/+4
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-222-2/+2
| |\ \ \ \ \ \
| | * | | | | | trivial: remove unnecessary semicolonsJoe Perches2009-09-211-1/+1
| | * | | | | | trivial: Fix duplicated word "options" in commentUwe Kleine-Koenig2009-09-211-1/+1