| Commit message (Expand) | Author | Age | Files | Lines |
* | perf: Drop the obsolete profile naming for trace events | Frederic Weisbecker | 2010-03-10 | 1 | -14/+14 |
* | perf: Take a hot regs snapshot for trace events | Frederic Weisbecker | 2010-03-10 | 1 | -2/+3 |
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-02-28 | 1 | -123/+73 |
|\ |
|
| * | tracing/kprobe: Cleanup unused return value of tracing functions | Xiao Guangrong | 2010-01-29 | 1 | -17/+10 |
| * | perf: Factorize trace events raw sample buffer operations | Xiao Guangrong | 2010-01-29 | 1 | -76/+10 |
| * | tracing/kprobe: Update kprobe tracing self test for new syntax | Masami Hiramatsu | 2010-01-17 | 1 | -8/+47 |
| * | tracing/kprobe: Drop function argument access syntax | Masami Hiramatsu | 2010-01-13 | 1 | -17/+1 |
| * | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2010-01-13 | 1 | -3/+4 |
| |\ |
|
| * | | perf events: Remove CONFIG_EVENT_PROFILE | Li Zefan | 2009-12-28 | 1 | -7/+7 |
* | | | Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 2010-02-26 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | tracing: Fix typo of info text in trace_kprobe.c | Wenji Huang | 2010-02-25 | 1 | -2/+2 |
* | | | | Merge commit 'v2.6.33' into tracing/core | Ingo Molnar | 2010-02-26 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | tracing/kprobes: Fix probe parsing | Heiko Carstens | 2010-02-14 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | tracing: Remove show_format and related macros from TRACE_EVENT | Lai Jiangshan | 2010-01-06 | 1 | -78/+0 |
* | | | tracing/kprobes: Init print_fmt for kprobe events | Lai Jiangshan | 2010-01-06 | 1 | -1/+63 |
|/ / |
|
* | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2009-12-31 | 1 | -3/+4 |
|\ \
| |/
|/| |
|
| * | tracing/kprobe: Show sign of fields in trace_kprobe format files | Lai Jiangshan | 2009-12-30 | 1 | -3/+4 |
* | | kprobe-tracer: Check new event/group name | Masami Hiramatsu | 2009-12-17 | 1 | -6/+25 |
|/ |
|
* | Merge branch 'linus' into tracing/urgent | Ingo Molnar | 2009-12-14 | 1 | -9/+28 |
|\ |
|
| * | tracing/kprobes: Fix field creation's bad error handling | Frederic Weisbecker | 2009-12-09 | 1 | -2/+2 |
| * | trace-kprobe: Support delete probe syntax | Masami Hiramatsu | 2009-12-09 | 1 | -9/+28 |
* | | tracing: Change event->profile_count to be int type | Li Zefan | 2009-12-13 | 1 | -1/+0 |
* | | tracing: Pull up calls to trace_define_common_fields() | Li Zefan | 2009-12-13 | 1 | -8/+0 |
|/ |
|
* | trace_kprobes: Fix a memory leak bug and check kstrdup() return value | Masami Hiramatsu | 2009-12-01 | 1 | -7/+19 |
* | trace_kprobes: Don't output zero offset | Lai Jiangshan | 2009-11-27 | 1 | -3/+9 |
* | trace_kprobes: Always show group name | Lai Jiangshan | 2009-11-27 | 1 | -1/+1 |
* | trace_kprobes: Fix memory leak | Lai Jiangshan | 2009-11-27 | 1 | -1/+3 |
* | perf_events: Undo some recursion damage | Peter Zijlstra | 2009-11-23 | 1 | -6/+8 |
* | tracing: Use the perf recursion protection from trace event | Frederic Weisbecker | 2009-11-22 | 1 | -30/+18 |
* | tracing, perf_events: Protect the buffer from recursion in perf | Frederic Weisbecker | 2009-11-08 | 1 | -8/+42 |
* | tracing/kprobes: Rename Kprobe-tracer to kprobe-event | Masami Hiramatsu | 2009-11-04 | 1 | -4/+2 |
* | kprobe-tracer: Compare both of event-name and event-group to find probe | Masami Hiramatsu | 2009-10-29 | 1 | -3/+5 |
* | tracing/kprobes: Add failure messages for debugging | Masami Hiramatsu | 2009-10-17 | 1 | -8/+27 |
* | tracing/kprobes: Update kprobe-tracer selftest against new syntax | Masami Hiramatsu | 2009-10-17 | 1 | -2/+2 |
* | tracing/kprobes: Robustify fixed field names against variable field names con... | Masami Hiramatsu | 2009-10-12 | 1 | -4/+4 |
* | tracing/kprobes: Avoid field name confliction | Masami Hiramatsu | 2009-10-12 | 1 | -12/+53 |
* | tracing/kprobes: Make special variable names more self-explainable | Masami Hiramatsu | 2009-10-12 | 1 | -28/+24 |
* | tracing/kprobes: Remove '$ra' special variable | Masami Hiramatsu | 2009-10-12 | 1 | -11/+0 |
* | tracing/kprobes: Add $ prefix to special variables | Masami Hiramatsu | 2009-10-12 | 1 | -23/+37 |
* | tracing/kprobes: Use global event perf buffers in kprobe tracer | Masami Hiramatsu | 2009-10-03 | 1 | -42/+73 |
* | Merge commit 'linus/master' into tracing/kprobes | Frederic Weisbecker | 2009-09-23 | 1 | -9/+6 |
* | tracing/kprobes: Disable kprobe events by default after creation | Masami Hiramatsu | 2009-09-17 | 1 | -2/+2 |
* | tracing/kprobes: Fix profiling alignment for perf_counter buffer | Masami Hiramatsu | 2009-09-17 | 1 | -5/+12 |
* | tracing/kprobes: Add probe handler dispatcher to support perf and ftrace conc... | Masami Hiramatsu | 2009-09-17 | 1 | -22/+63 |
* | tracing/kprobes: Fix trace_probe registration order | Masami Hiramatsu | 2009-09-17 | 1 | -23/+19 |
* | tracing/kprobes: Support custom subsystem for each kprobe event | Masami Hiramatsu | 2009-09-17 | 1 | -6/+27 |
* | tracing/kprobes: Show event name in trace output | Masami Hiramatsu | 2009-09-11 | 1 | -5/+11 |
* | tracing/kprobes: Add argument name support | Masami Hiramatsu | 2009-09-11 | 1 | -64/+64 |
* | tracing/kprobes: Add event profiling support | Masami Hiramatsu | 2009-09-11 | 1 | -2/+108 |
* | tracing/kprobes: Cleanup kprobe tracer code. | Masami Hiramatsu | 2009-09-11 | 1 | -47/+34 |