summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2009-11-08tracing, perf_events: Protect the buffer from recursion in perfFrederic Weisbecker3-39/+96
2009-11-04tracing/kprobes: Rename Kprobe-tracer to kprobe-eventMasami Hiramatsu3-12/+15
2009-10-29kprobe-tracer: Compare both of event-name and event-group to find probeMasami Hiramatsu1-3/+5
2009-10-23Merge branch 'perf/core' into perf/probesIngo Molnar8-331/+707
2009-10-17Merge commit 'v2.6.32-rc5' into perf/probesIngo Molnar12-64/+109
2009-10-17tracing/kprobes: Add failure messages for debuggingMasami Hiramatsu1-8/+27
2009-10-17tracing/kprobes: Update kprobe-tracer selftest against new syntaxMasami Hiramatsu1-2/+2
2009-10-15tracing/events: Fix locking imbalance in the filter codeIngo Molnar1-11/+15
2009-10-15tracing/profile: Add filter supportLi Zefan2-27/+109
2009-10-15tracing/filters: Use a different op for glob matchLi Zefan2-32/+29
2009-10-15tracing/filters: Refactor subsystem filter codeLi Zefan2-80/+45
2009-10-15Merge branch 'tracing/core' into perf/coreIngo Molnar6-183/+499
2009-10-15Merge branch 'linus' into perf/coreIngo Molnar2-2/+3
2009-10-15Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+3
2009-10-14ftrace: Rename set_bootup_ftrace into set_cmdline_ftraceFrederic Weisbecker1-2/+2
2009-10-14ftrace: Copy ftrace_graph_filter boot param using strlcpyFrederic Weisbecker1-1/+1
2009-10-14tracing: Move syscalls metadata handling from arch to coreFrederic Weisbecker1-0/+86
2009-10-14tracing: Enable records during the module loadJiri Olsa1-8/+30
2009-10-14tracing: Support multiple pids in set_pid_ftrace filejolsa@redhat.com2-71/+167
2009-10-13Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar3-6/+36
2009-10-13tracing: Remove unused ftrace_trace_addr helperFrederic Weisbecker1-4/+0
2009-10-13tracing: Rename set_ftrace to set_bootup_ftraceFrederic Weisbecker1-2/+2
2009-10-13Merge commit 'v2.6.32-rc4' into perf/coreIngo Molnar7-36/+81
2009-10-13Merge branch 'tracing/urgent' into tracing/coreIngo Molnar7-37/+40
2009-10-13tracing/filters: Fix memory leak when setting a filterLi Zefan1-1/+2
2009-10-13tracing/kprobes: Robustify fixed field names against variable field names con...Masami Hiramatsu1-4/+4
2009-10-13tracing/kprobes: Avoid field name conflictionMasami Hiramatsu1-12/+53
2009-10-13tracing/kprobes: Make special variable names more self-explainableMasami Hiramatsu1-28/+24
2009-10-13ftrace: add kernel command line graph function filteringStefan Assmann1-0/+34
2009-10-12tracing/kprobes: Remove '$ra' special variableMasami Hiramatsu1-11/+0
2009-10-12tracing/kprobes: Add $ prefix to special variablesMasami Hiramatsu1-23/+37
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/...Linus Torvalds5-35/+37
2009-10-08Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2009-10-08tracing: user local buffer variable for trace branch tracerSteven Rostedt1-3/+5
2009-10-08tracing: fix warning on kernel/trace/trace_branch.c andtrace_hw_branches.cZhenwen Xu2-4/+6
2009-10-08ftrace: 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-06tracing/events: Add 'signed' field to format filesTom Zanussi4-36/+48
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/...Linus 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-03tracing/ftrace: Fix to check create_event_dir() when adding new eventsMasami Hiramatsu1-11/+14
2009-10-03tracing/kprobes: Use global event perf buffers in kprobe tracerMasami Hiramatsu1-42/+73
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