Age | Commit message (Expand) | Author | Files | Lines |
2011-02-14 | tracing/kprobe: Fix NULL pointer deref check | Masami Hiramatsu | 1 | -1/+1 |
2011-02-07 | tracing/kprobes: Add bitfield type | Masami Hiramatsu | 1 | -1/+103 |
2011-02-07 | tracing/kprobes: Support longer (>128 bytes) command | Masami Hiramatsu | 1 | -1/+1 |
2011-02-07 | tracing/kprobes: Cleanup strict_strtol() using code | Masami Hiramatsu | 1 | -3/+2 |
2010-10-27 | Remove duplicate includes from many files | Zimny Lech | 1 | -1/+0 |
2010-10-24 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -1/+1 |
2010-09-08 | tracing/kprobe: Fix handling of C-unlike argument names | Masami Hiramatsu | 1 | -8/+12 |
2010-09-08 | tracing/kprobes: Fix handling of argument names | Masami Hiramatsu | 1 | -7/+10 |
2010-09-08 | tracing/kprobe: Fix a memory leak in error case | Masami Hiramatsu | 1 | -3/+3 |
2010-08-10 | Merge branch 'master' into for-next | Jiri Kosina | 1 | -87/+296 |
2010-08-09 | fix printk typo 'faild' | Paul Bolle | 1 | -1/+1 |
2010-08-04 | tracing/kprobes: unregister_trace_probe needs to be called under mutex | Srikar Dronamraju | 1 | -0/+3 |
2010-07-05 | tracing/kprobes: Support "string" type | Masami Hiramatsu | 1 | -78/+292 |
2010-06-28 | tracing: Remove redundant raw_init callbacks | Li Zefan | 1 | -9/+1 |
2010-05-31 | perf_events, trace: Fix probe unregister race | Peter Zijlstra | 1 | -2/+2 |
2010-05-21 | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip... | Steven Rostedt | 1 | -9/+8 |
2010-05-21 | perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to tr... | Peter Zijlstra | 1 | -3/+6 |
2010-05-21 | perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoin... | Peter Zijlstra | 1 | -6/+4 |
2010-05-18 | perf/ftrace: Optimize perf/tracepoint interaction for single events | Peter Zijlstra | 1 | -2/+2 |
2010-05-18 | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip... | Steven Rostedt | 1 | -206/+329 |
2010-05-14 | tracing: Combine event filter_active and enable into single flags field | Steven Rostedt | 1 | -1/+1 |
2010-05-14 | tracing: Remove duplicate id information in event structure | Steven Rostedt | 1 | -8/+10 |
2010-05-14 | tracing: Move print functions into event class | Steven Rostedt | 1 | -8/+6 |
2010-05-14 | tracing: Allow events to share their print functions | Steven Rostedt | 1 | -8/+14 |
2010-05-14 | tracing: Move raw_init from events to class | Steven Rostedt | 1 | -3/+3 |
2010-05-14 | tracing: Move fields from event to class structure | Steven Rostedt | 1 | -4/+4 |
2010-05-14 | tracing: Remove per event trace registering | Steven Rostedt | 1 | -9/+25 |
2010-05-14 | tracing: Create class struct for events | Steven Rostedt | 1 | -6/+6 |
2010-04-14 | tracing/kprobes: Support basic types on dynamic events | Masami Hiramatsu | 1 | -206/+329 |
2010-03-10 | perf: Drop the obsolete profile naming for trace events | Frederic Weisbecker | 1 | -14/+14 |
2010-03-10 | perf: Take a hot regs snapshot for trace events | Frederic Weisbecker | 1 | -2/+3 |
2010-02-28 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -123/+73 |
2010-02-26 | Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 1 | -2/+2 |
2010-02-26 | Merge commit 'v2.6.33' into tracing/core | Ingo Molnar | 1 | -1/+1 |
2010-02-25 | tracing: Fix typo of info text in trace_kprobe.c | Wenji Huang | 1 | -2/+2 |
2010-02-14 | tracing/kprobes: Fix probe parsing | Heiko Carstens | 1 | -1/+1 |
2010-01-29 | tracing/kprobe: Cleanup unused return value of tracing functions | Xiao Guangrong | 1 | -17/+10 |
2010-01-29 | perf: Factorize trace events raw sample buffer operations | Xiao Guangrong | 1 | -76/+10 |
2010-01-17 | tracing/kprobe: Update kprobe tracing self test for new syntax | Masami Hiramatsu | 1 | -8/+47 |
2010-01-13 | tracing/kprobe: Drop function argument access syntax | Masami Hiramatsu | 1 | -17/+1 |
2010-01-13 | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 1 | -3/+4 |
2010-01-06 | tracing: Remove show_format and related macros from TRACE_EVENT | Lai Jiangshan | 1 | -78/+0 |
2010-01-06 | tracing/kprobes: Init print_fmt for kprobe events | Lai Jiangshan | 1 | -1/+63 |
2009-12-31 | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -3/+4 |
2009-12-30 | tracing/kprobe: Show sign of fields in trace_kprobe format files | Lai Jiangshan | 1 | -3/+4 |
2009-12-28 | perf events: Remove CONFIG_EVENT_PROFILE | Li Zefan | 1 | -7/+7 |
2009-12-17 | kprobe-tracer: Check new event/group name | Masami Hiramatsu | 1 | -6/+25 |
2009-12-14 | Merge branch 'linus' into tracing/urgent | Ingo Molnar | 1 | -9/+28 |
2009-12-13 | tracing: Change event->profile_count to be int type | Li Zefan | 1 | -1/+0 |
2009-12-13 | tracing: Pull up calls to trace_define_common_fields() | Li Zefan | 1 | -8/+0 |