summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2011-08-191-5/+16
|\
| * blktrace: add FLUSH/FUA supportNamhyung Kim2011-08-111-5/+16
* | Merge branch 'linus' into perf/urgentIngo Molnar2011-08-0516-488/+860
|\|
| * atomic: use <linux/atomic.h>Arun Sharma2011-07-272-2/+2
| * Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-07-217-152/+419
| |\
| | * tracing/kprobe: Update symbol reference when loading moduleMasami Hiramatsu2011-07-151-1/+36
| | * tracing/kprobes: Support module init function probingMasami Hiramatsu2011-07-151-26/+138
| | * tracing/kprobes: Merge trace probe enable/disable functionsMasami Hiramatsu2011-07-151-56/+36Star
| | * tracing/kprobes: Rename probe_* to trace_probe_*Masami Hiramatsu2011-07-141-21/+22
| | * tracing: Have dynamic size event stack tracesSteven Rostedt2011-07-143-19/+87
| | * ftrace: Fix dynamic selftest failure on some archsSteven Rostedt2011-07-141-0/+26
| | * ftrace: Update filter when tracing enabled in set_ftrace_filter()Steven Rostedt2011-07-141-0/+4
| | * ftrace: Balance records when updating the hashSteven Rostedt2011-07-141-16/+33
| | * ftrace: Do not disable interrupts for modules in mcount updateSteven Rostedt2011-07-081-5/+11
| | * tracing: Still trace filtered irq functions when irq trace is disabledSteven Rostedt2011-07-082-17/+35
| * | Merge branch 'perf/urgent' into perf/coreIngo Molnar2011-07-215-30/+135
| |\ \ | | |/ | |/|
| | * ftrace: Fix regression where ftrace breaks when modules are loadedSteven Rostedt2011-07-151-2/+28
| | * ftrace: Fix regression of :mod:module function enablingSteven Rostedt2011-07-072-10/+5Star
| | * tracing: Have "enable" file use refcounts like the "filter" fileSteven Rostedt2011-07-071-9/+22
| | * tracing: Fix bug when reading system filters on module removalSteven Rostedt2011-07-073-11/+82
| * | Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2011-07-0511-308/+308
| |\ \ | | |/ | |/|
| | * tracing/kprobes: Fix kprobe-tracer to support stack traceMasami Hiramatsu2011-06-153-7/+42
| | * ring-buffer: Set __GFP_NORETRY flag for ring buffer allocating processVaibhav Nagarnaik2011-06-151-6/+19
| | * tracing: Convert to kstrtoul_from_userPeter Huewe2011-06-155-110/+20Star
| | * tracing, function_graph: Add context-info support for function_graph tracerJiri Olsa2011-06-151-22/+31
| | * tracing, function_graph: Remove lock-depth from latency traceJiri Olsa2011-06-151-4/+3Star
| | * tracing, function: Fix trace header to follow context-info optionJiri Olsa2011-06-151-0/+3
| | * tracing, function_graph: Merge overhead and duration display functionsJiri Olsa2011-06-151-74/+74
| | * tracing, function_graph: Remove dependency of abstime and duration fields on ...Jiri Olsa2011-06-153-18/+9Star
| | * ftrace: Fixed an include coding style issuePaul McQuade2011-06-151-5/+2Star
| | * tracing: Add disable_on_free optionSteven Rostedt2011-06-152-2/+5
| | * tracing: Add a proc file to stop tracing and free bufferVaibhav Nagarnaik2011-06-151-35/+73
| | * tracing: Use NUMA allocation for per-cpu ring buffer pagesVaibhav Nagarnaik2011-06-153-22/+23
| | * tracing: Schedule a delayed work to call wakeup()Vaibhav Nagarnaik2011-06-151-11/+12
* | | trace events: Update version number reference to new 3.x scheme for EVENT_POW...Jesper Juhl2011-07-251-1/+1
|/ /
* | tracing: Fix regression in printk_formats fileSteven Rostedt2011-06-091-4/+1Star
* | ftrace: Revert 8ab2b7efd ftrace: Remove unnecessary disabling of irqsSteven Rostedt2011-06-071-0/+7
* | kprobes/trace: Fix kprobe selftest for gcc 4.6Steven Rostedt2011-06-071-2/+6
* | ftrace: Fix possible undefined return codeGuoWen Li2011-06-071-1/+1
|/
* ftrace: Add internal recursive checksSteven Rostedt2011-05-263-6/+32
* tracing: Add __print_symbolic_u64 to avoid warnings on 32bit machineliubo2011-05-261-0/+27
* ftrace: Set ops->flag to enabled even on static function tracingSteven Rostedt2011-05-261-1/+5
* tracing: Have event with function tracer check error returnSteven Rostedt2011-05-261-1/+6
* ftrace: Have ftrace_startup() return failure codeSteven Rostedt2011-05-261-6/+8
*-. Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g...Linus Torvalds2011-05-201-1/+0Star
|\ \
| * | Merge commit 'v2.6.39-rc7' into sched/coreIngo Molnar2011-05-123-1/+3
| |\|
| * | sched: Get rid of lock_depthJonathan Corbet2011-04-241-1/+0Star
* | | ftrace: Add self-tests for multiple function trace usersSteven Rostedt2011-05-193-1/+217
* | | ftrace: Modify ftrace_set_filter/notrace to take opsSteven Rostedt2011-05-192-4/+46
* | | ftrace: Allow dynamically allocated function tracersSteven Rostedt2011-05-181-7/+30