| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'trace-fixes-v3.15-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-04-18 | 2 | -6/+16 |
|\ |
|
| * | tracing/uprobes: Fix uprobe_cpu_buffer memory leak | zhangwei(Jovi) | 2014-04-17 | 1 | -0/+6 |
| * | tracing: Do not try to recreated toplevel set_ftrace_* files | Steven Rostedt (Red Hat) | 2014-04-16 | 1 | -6/+10 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2014-04-12 | 1 | -6/+2 |
|\ \ |
|
| * | | missing bits of "splice: fix racy pipe->buffers uses" | Al Viro | 2014-04-12 | 1 | -2/+2 |
| * | | pipe: kill ->map() and ->unmap() | Al Viro | 2014-04-01 | 1 | -4/+0 |
* | | | Merge tag 'trace-3.15-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro... | Linus Torvalds | 2014-04-12 | 7 | -42/+66 |
|\ \ \
| | |/
| |/| |
|
| * | | tracing: Add missing function triggers dump and cpudump to README | Steven Rostedt (Red Hat) | 2014-04-10 | 1 | -0/+2 |
| * | | tracing: Fix anonymous unions in struct ftrace_event_call | Mathieu Desnoyers | 2014-04-09 | 1 | -2/+4 |
| * | | tracepoint: Use struct pointer instead of name hash for reg/unreg tracepoints | Mathieu Desnoyers | 2014-04-08 | 5 | -40/+60 |
* | | | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds | 2014-04-07 | 1 | -1/+2 |
|\ \ \ |
|
| * | | | kernel: use macros from compiler.h instead of __attribute__((...)) | Gideon Israel Dsouza | 2014-04-07 | 1 | -1/+2 |
* | | | | Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-04-07 | 1 | -8/+11 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | trace, ring-buffer: Fix CPU hotplug callback registration | Srivatsa S. Bhat | 2014-03-20 | 1 | -8/+11 |
* | | | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 2014-04-05 | 1 | -0/+1 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | uprobes: Kconfig dependency fix | David A. Long | 2014-03-18 | 1 | -0/+1 |
* | | | | Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2014-04-03 | 15 | -246/+604 |
|\ \ \ \ |
|
| * | | | | tracing: Add BUG_ON when stack end location is over written | Aaron Tomlin | 2014-03-24 | 1 | -0/+3 |
| * | | | | Revert "tracing: Move event storage for array from macro to standalone function" | Steven Rostedt (Red Hat) | 2014-03-21 | 3 | -25/+14 |
| * | | | | ftrace: Constify ftrace_text_reserved | Sasha Levin | 2014-03-11 | 1 | -1/+1 |
| * | | | | ftrace: Fix compilation warning about control_ops_free | Jiri Slaby | 2014-03-11 | 1 | -5/+5 |
| * | | | | ftrace: Warn on error when modifying ftrace function | Petr Mladek | 2014-03-07 | 1 | -5/+12 |
| * | | | | ftrace: Do not pass data to ftrace_dyn_arch_init | Jiri Slaby | 2014-03-07 | 1 | -5/+2 |
| * | | | | ftrace: Pass retval through return in ftrace_dyn_arch_init() | Jiri Slaby | 2014-03-07 | 1 | -4/+2 |
| * | | | | ftrace: Inline the code from ftrace_dyn_table_alloc() | Jiri Slaby | 2014-03-07 | 1 | -19/+6 |
| * | | | | ftrace: Cleanup of global variables ftrace_new_pgs and ftrace_update_cnt | Jiri Slaby | 2014-03-07 | 1 | -17/+8 |
| * | | | | tracing: Use helper functions in event assignment to shrink macro size | Steven Rostedt | 2014-03-07 | 1 | -0/+30 |
| * | | | | tracing: Move event storage for array from macro to standalone function | Steven Rostedt | 2014-03-07 | 3 | -14/+25 |
| * | | | | tracing: Move raw output code from macro to standalone function | Steven Rostedt | 2014-03-07 | 1 | -0/+31 |
| * | | | | ftrace: Have static function trace clear ENABLED flag on unregister | Steven Rostedt (Red Hat) | 2014-02-20 | 1 | -1/+7 |
| * | | | | tracing: Add trace_clock=<clock> kernel parameter | Steven Rostedt | 2014-02-20 | 1 | -16/+45 |
| * | | | | tracing/uprobes: Support mix of ftrace and perf | Namhyung Kim | 2014-02-20 | 1 | -8/+1 |
| * | | | | tracing/uprobes: Support event triggering | Namhyung Kim | 2014-02-20 | 1 | -2/+4 |
| * | | | | tracing/uprobes: Support ftrace_event_file base multibuffer | zhangwei(Jovi) | 2014-02-20 | 3 | -38/+101 |
| * | | | | tracing/uprobes: Move argument fetching to uprobe_dispatcher() | Namhyung Kim | 2014-02-20 | 1 | -37/+56 |
| * | | | | tracing/uprobes: Rename uprobe_{trace,perf}_print() functions | Namhyung Kim | 2014-02-20 | 1 | -6/+6 |
| * | | | | ftrace: Allow for function tracing instance to filter functions | Steven Rostedt (Red Hat) | 2014-02-20 | 4 | -14/+94 |
| * | | | | ftrace: Pass in global_ops for use with filtering files | Steven Rostedt (Red Hat) | 2014-02-20 | 1 | -4/+8 |
| * | | | | ftrace: Allow instances to use function tracing | Steven Rostedt (Red Hat) | 2014-02-20 | 2 | -40/+81 |
| * | | | | tracing: Convert tracer->enabled to counter | Steven Rostedt (Red Hat) | 2014-02-20 | 2 | -4/+4 |
| * | | | | tracing: Disable tracers before deletion of instance | Steven Rostedt (Red Hat) | 2014-02-20 | 1 | -0/+18 |
| * | | | | ftrace: Copy ops private to global_ops private | Steven Rostedt (Red Hat) | 2014-02-20 | 1 | -9/+8 |
| * | | | | tracing: Only let top level have option files | Steven Rostedt (Red Hat) | 2014-02-20 | 1 | -3/+5 |
| * | | | | tracing: Set up infrastructure to allow tracers for instances | Steven Rostedt (Red Hat) | 2014-02-20 | 3 | -16/+60 |
| * | | | | tracing: Pass trace_array to flag_changed callback | Steven Rostedt (Red Hat) | 2014-02-20 | 4 | -4/+8 |
| * | | | | tracing: Pass trace_array to set_flag callback | Steven Rostedt (Red Hat) | 2014-02-20 | 8 | -17/+27 |
| |/ / / |
|
* | | | | Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2014-04-01 | 1 | -9/+11 |
|\ \ \ \ |
|
| * | | | | blktrace: fix accounting of partially completed requests | Roman Pen | 2014-03-05 | 1 | -9/+11 |
| |/ / / |
|
* | | | | Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2014-03-31 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | asmlinkage: Make trace_hardirqs_on/off_caller visible | Andi Kleen | 2014-02-13 | 1 | -2/+2 |