aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2014-05-02tracing: Use rcu_dereference_sched() for trace event triggersGravatar Steven Rostedt (Red Hat) 1-1/+1
2014-04-28ftrace/module: Hardcode ftrace_module_init() call into load_module()Gravatar Steven Rostedt (Red Hat) 1-23/+4
2014-04-18Merge tag 'trace-fixes-v3.15-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-6/+16
2014-04-17tracing/uprobes: Fix uprobe_cpu_buffer memory leakGravatar zhangwei(Jovi) 1-0/+6
2014-04-16tracing: Do not try to recreated toplevel set_ftrace_* filesGravatar Steven Rostedt (Red Hat) 1-6/+10
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-6/+2
2014-04-12Merge tag 'trace-3.15-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Gravatar Linus Torvalds 7-42/+66
2014-04-12missing bits of "splice: fix racy pipe->buffers uses"Gravatar Al Viro 1-2/+2
2014-04-10tracing: Add missing function triggers dump and cpudump to READMEGravatar Steven Rostedt (Red Hat) 1-0/+2
2014-04-09tracing: Fix anonymous unions in struct ftrace_event_callGravatar Mathieu Desnoyers 1-2/+4
2014-04-08tracepoint: Use struct pointer instead of name hash for reg/unreg tracepointsGravatar Mathieu Desnoyers 5-40/+60
2014-04-07Merge branch 'akpm' (incoming from Andrew)Gravatar Linus Torvalds 1-1/+2
2014-04-07kernel: use macros from compiler.h instead of __attribute__((...))Gravatar Gideon Israel Dsouza 1-1/+2
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-8/+11
2014-04-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armGravatar Linus Torvalds 1-0/+1
2014-04-03Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 15-246/+604
2014-04-01pipe: kill ->map() and ->unmap()Gravatar Al Viro 1-4/+0
2014-04-01Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-9/+11
2014-03-31Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-2/+2
2014-03-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+3
2014-03-31Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-3/+19
2014-03-25tracing: Fix traceon trigger condition to actually turn tracing onGravatar Steven Rostedt (Red Hat) 1-2/+25
2014-03-24tracing: Add BUG_ON when stack end location is over writtenGravatar Aaron Tomlin 1-0/+3
2014-03-21Revert "tracing: Move event storage for array from macro to standalone function"Gravatar Steven Rostedt (Red Hat) 3-25/+14
2014-03-20tracing: Fix array size mismatch in format stringGravatar Vaibhav Nagarnaik 2-11/+2
2014-03-20trace, ring-buffer: Fix CPU hotplug callback registrationGravatar Srivatsa S. Bhat 1-8/+11
2014-03-18uprobes: Kconfig dependency fixGravatar David A. Long 1-0/+1
2014-03-11ftrace: Constify ftrace_text_reservedGravatar Sasha Levin 1-1/+1
2014-03-11ftrace: Fix compilation warning about control_ops_freeGravatar Jiri Slaby 1-5/+5
2014-03-11perf: Disallow user-space stack dumps for function trace eventsGravatar Jiri Olsa 1-0/+7
2014-03-11perf: Disallow user-space callchains for function trace eventsGravatar Jiri Olsa 1-3/+12
2014-03-11Merge branch 'sched/urgent' into sched/coreGravatar Ingo Molnar 1-0/+10
2014-03-07ftrace: Warn on error when modifying ftrace functionGravatar Petr Mladek 1-5/+12
2014-03-07ftrace: Do not pass data to ftrace_dyn_arch_initGravatar Jiri Slaby 1-5/+2
2014-03-07ftrace: Pass retval through return in ftrace_dyn_arch_init()Gravatar Jiri Slaby 1-4/+2
2014-03-07ftrace: Inline the code from ftrace_dyn_table_alloc()Gravatar Jiri Slaby 1-19/+6
2014-03-07ftrace: Cleanup of global variables ftrace_new_pgs and ftrace_update_cntGravatar Jiri Slaby 1-17/+8
2014-03-07tracing: Use helper functions in event assignment to shrink macro sizeGravatar Steven Rostedt 1-0/+30
2014-03-07tracing: Move event storage for array from macro to standalone functionGravatar Steven Rostedt 3-14/+25
2014-03-07tracing: Move raw output code from macro to standalone functionGravatar Steven Rostedt 1-0/+31
2014-03-05blktrace: fix accounting of partially completed requestsGravatar Roman Pen 1-9/+11
2014-03-03tracing: Do not add event files for modules that fail tracepointsGravatar Steven Rostedt (Red Hat) 1-0/+10
2014-02-27trace: Replace hardcoding of 19 with MAX_NICEGravatar Dongsheng Yang 1-3/+3
2014-02-20ftrace: Have static function trace clear ENABLED flag on unregisterGravatar Steven Rostedt (Red Hat) 1-1/+7
2014-02-20tracing: Add trace_clock=<clock> kernel parameterGravatar Steven Rostedt 1-16/+45
2014-02-20tracing/uprobes: Support mix of ftrace and perfGravatar Namhyung Kim 1-8/+1
2014-02-20tracing/uprobes: Support event triggeringGravatar Namhyung Kim 1-2/+4
2014-02-20tracing/uprobes: Support ftrace_event_file base multibufferGravatar zhangwei(Jovi) 3-38/+101
2014-02-20tracing/uprobes: Move argument fetching to uprobe_dispatcher()Gravatar Namhyung Kim 1-37/+56
2014-02-20tracing/uprobes: Rename uprobe_{trace,perf}_print() functionsGravatar Namhyung Kim 1-6/+6