Age | Commit message (Expand) | Author |
2011-05-25 | tracing: Add __print_symbolic_u64 to avoid warnings on 32bit machine | liubo |
2011-02-02 | tracing: Replace trace_event struct array with pointer array | Steven Rostedt |
2010-11-19 | tracing/events: Show real number in array fields | Steven Rostedt |
2010-11-18 | tracing: Allow syscall trace events for non privileged users | Frederic Weisbecker |
2010-11-18 | tracing: New macro to set up initial event flags value | Frederic Weisbecker |
2010-08-02 | tracing: Drop cpparg() macro | Frederic Weisbecker |
2010-07-20 | tracing: Reduce latency and remove percpu trace_seq | Lai Jiangshan |
2010-06-28 | tracing: Use class->reg() for all registering of events | Steven Rostedt |
2010-06-09 | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre... | Ingo Molnar |
2010-06-08 | perf: Drop the skip argument from perf_arch_fetch_regs_caller | Frederic Weisbecker |
2010-05-31 | perf_events, trace: Fix probe unregister race | Peter Zijlstra |
2010-05-27 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2010-05-25 | tracing: Add __used annotation to event variable | Steven Rostedt |
2010-05-21 | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip... | Steven Rostedt |
2010-05-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds |
2010-05-21 | perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to tr... | Peter Zijlstra |
2010-05-21 | perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoin... | Peter Zijlstra |
2010-05-20 | Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f... | Ingo Molnar |
2010-05-18 | perf/ftrace: Optimize perf/tracepoint interaction for single events | Peter Zijlstra |
2010-05-18 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2010-05-18 | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip... | Steven Rostedt |
2010-05-14 | tracing: Remove duplicate id information in event structure | Steven Rostedt |
2010-05-14 | tracing: Move print functions into event class | Steven Rostedt |
2010-05-14 | tracing: Allow events to share their print functions | Steven Rostedt |
2010-05-14 | tracing: Move raw_init from events to class | Steven Rostedt |
2010-05-14 | tracing: Move fields from event to class structure | Steven Rostedt |
2010-05-14 | tracing: Remove per event trace registering | Steven Rostedt |
2010-05-14 | tracing: Let tracepoints have data passed to tracepoint callbacks | Steven Rostedt |
2010-05-14 | tracing: Create class struct for events | Steven Rostedt |
2010-04-30 | [SCSI] ftrace: add __print_hex() | Kei Tokunaga |
2010-04-04 | perf: Fetch hot regs from the template caller | Frederic Weisbecker |
2010-03-31 | tracing: Update comments | Li Zefan |
2010-03-18 | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2010-03-10 | perf: Drop the obsolete profile naming for trace events | Frederic Weisbecker |
2010-03-10 | perf: Take a hot regs snapshot for trace events | Frederic Weisbecker |
2010-03-04 | rcu, ftrace: Fix RCU lockdep splat in ftrace_perf_buf_prepare() | Paul E. McKenney |
2010-02-28 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2010-02-25 | tracing: Fix ftrace_event_call alignment for use with gcc 4.5 | Jeff Mahoney |
2010-02-16 | tracing: Add notrace to TRACE_EVENT implementation functions | Steven Rostedt |
2010-01-29 | perf: Factorize trace events raw sample buffer operations | Xiao Guangrong |
2010-01-13 | Merge branch 'perf/urgent' into perf/core | Ingo Molnar |
2010-01-06 | tracing: Remove show_format and related macros from TRACE_EVENT | Lai Jiangshan |
2010-01-06 | tracing: Add print_fmt field | Lai Jiangshan |
2009-12-30 | tracing: Fix sign fields in ftrace_define_fields_##call() | Lai Jiangshan |
2009-12-28 | perf events: Remove CONFIG_EVENT_PROFILE | Li Zefan |
2009-12-13 | tracing: Change event->profile_count to be int type | Li Zefan |
2009-12-13 | tracing: Move a printk out of ftrace_raw_reg_event_foo() | Li Zefan |
2009-12-13 | tracing: Pull up calls to trace_define_common_fields() | Li Zefan |
2009-12-13 | tracing: Extract duplicate ftrace_raw_init_event_foo() | Li Zefan |
2009-12-13 | ftrace.h: Use common pr_info fmt string | Joe Perches |