summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* tracing: Use rcu_dereference_sched() for trace event triggersSteven Rostedt (Red Hat)2014-05-021-1/+1
* ftrace/module: Hardcode ftrace_module_init() call into load_module()Steven Rostedt (Red Hat)2014-04-281-23/+4
* Merge tag 'trace-fixes-v3.15-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-182-6/+16
|\
| * tracing/uprobes: Fix uprobe_cpu_buffer memory leakzhangwei(Jovi)2014-04-171-0/+6
| * tracing: Do not try to recreated toplevel set_ftrace_* filesSteven Rostedt (Red Hat)2014-04-161-6/+10
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-121-6/+2
|\ \
| * | missing bits of "splice: fix racy pipe->buffers uses"Al Viro2014-04-121-2/+2
| * | pipe: kill ->map() and ->unmap()Al Viro2014-04-011-4/+0
* | | Merge tag 'trace-3.15-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2014-04-127-42/+66
|\ \ \ | | |/ | |/|
| * | tracing: Add missing function triggers dump and cpudump to READMESteven Rostedt (Red Hat)2014-04-101-0/+2
| * | tracing: Fix anonymous unions in struct ftrace_event_callMathieu Desnoyers2014-04-091-2/+4
| * | tracepoint: Use struct pointer instead of name hash for reg/unreg tracepointsMathieu Desnoyers2014-04-085-40/+60
* | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2014-04-071-1/+2
|\ \ \
| * | | kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza2014-04-071-1/+2
* | | | Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-071-8/+11
|\ \ \ \ | |/ / / |/| | |
| * | | trace, ring-buffer: Fix CPU hotplug callback registrationSrivatsa S. Bhat2014-03-201-8/+11
* | | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2014-04-051-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | uprobes: Kconfig dependency fixDavid A. Long2014-03-181-0/+1
* | | | Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-04-0315-246/+604
|\ \ \ \
| * | | | tracing: Add BUG_ON when stack end location is over writtenAaron Tomlin2014-03-241-0/+3
| * | | | Revert "tracing: Move event storage for array from macro to standalone function"Steven Rostedt (Red Hat)2014-03-213-25/+14
| * | | | ftrace: Constify ftrace_text_reservedSasha Levin2014-03-111-1/+1
| * | | | ftrace: Fix compilation warning about control_ops_freeJiri Slaby2014-03-111-5/+5
| * | | | ftrace: Warn on error when modifying ftrace functionPetr Mladek2014-03-071-5/+12
| * | | | ftrace: Do not pass data to ftrace_dyn_arch_initJiri Slaby2014-03-071-5/+2
| * | | | ftrace: Pass retval through return in ftrace_dyn_arch_init()Jiri Slaby2014-03-071-4/+2
| * | | | ftrace: Inline the code from ftrace_dyn_table_alloc()Jiri Slaby2014-03-071-19/+6
| * | | | ftrace: Cleanup of global variables ftrace_new_pgs and ftrace_update_cntJiri Slaby2014-03-071-17/+8
| * | | | tracing: Use helper functions in event assignment to shrink macro sizeSteven Rostedt2014-03-071-0/+30
| * | | | tracing: Move event storage for array from macro to standalone functionSteven Rostedt2014-03-073-14/+25
| * | | | tracing: Move raw output code from macro to standalone functionSteven Rostedt2014-03-071-0/+31
| * | | | ftrace: Have static function trace clear ENABLED flag on unregisterSteven Rostedt (Red Hat)2014-02-201-1/+7
| * | | | tracing: Add trace_clock=<clock> kernel parameterSteven Rostedt2014-02-201-16/+45
| * | | | tracing/uprobes: Support mix of ftrace and perfNamhyung Kim2014-02-201-8/+1
| * | | | tracing/uprobes: Support event triggeringNamhyung Kim2014-02-201-2/+4
| * | | | tracing/uprobes: Support ftrace_event_file base multibufferzhangwei(Jovi)2014-02-203-38/+101
| * | | | tracing/uprobes: Move argument fetching to uprobe_dispatcher()Namhyung Kim2014-02-201-37/+56
| * | | | tracing/uprobes: Rename uprobe_{trace,perf}_print() functionsNamhyung Kim2014-02-201-6/+6
| * | | | ftrace: Allow for function tracing instance to filter functionsSteven Rostedt (Red Hat)2014-02-204-14/+94
| * | | | ftrace: Pass in global_ops for use with filtering filesSteven Rostedt (Red Hat)2014-02-201-4/+8
| * | | | ftrace: Allow instances to use function tracingSteven Rostedt (Red Hat)2014-02-202-40/+81
| * | | | tracing: Convert tracer->enabled to counterSteven Rostedt (Red Hat)2014-02-202-4/+4
| * | | | tracing: Disable tracers before deletion of instanceSteven Rostedt (Red Hat)2014-02-201-0/+18
| * | | | ftrace: Copy ops private to global_ops privateSteven Rostedt (Red Hat)2014-02-201-9/+8
| * | | | tracing: Only let top level have option filesSteven Rostedt (Red Hat)2014-02-201-3/+5
| * | | | tracing: Set up infrastructure to allow tracers for instancesSteven Rostedt (Red Hat)2014-02-203-16/+60
| * | | | tracing: Pass trace_array to flag_changed callbackSteven Rostedt (Red Hat)2014-02-204-4/+8
| * | | | tracing: Pass trace_array to set_flag callbackSteven Rostedt (Red Hat)2014-02-208-17/+27
| |/ / /
* | | | Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-04-011-9/+11
|\ \ \ \
| * | | | blktrace: fix accounting of partially completed requestsRoman Pen2014-03-051-9/+11
| |/ / /