summaryrefslogtreecommitdiff
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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-143-7/+42
| | * ring-buffer: Set __GFP_NORETRY flag for ring buffer allocating processVaibhav Nagarnaik2011-06-141-6/+19
| | * tracing: Convert to kstrtoul_from_userPeter Huewe2011-06-145-110/+20
| | * tracing, function_graph: Add context-info support for function_graph tracerJiri Olsa2011-06-141-22/+31
| | * tracing, function_graph: Remove lock-depth from latency traceJiri Olsa2011-06-141-4/+3
| | * tracing, function: Fix trace header to follow context-info optionJiri Olsa2011-06-141-0/+3
| | * tracing, function_graph: Merge overhead and duration display functionsJiri Olsa2011-06-141-74/+74
| | * tracing, function_graph: Remove dependency of abstime and duration fields on ...Jiri Olsa2011-06-143-18/+9
| | * ftrace: Fixed an include coding style issuePaul McQuade2011-06-141-5/+2
| | * tracing: Add disable_on_free optionSteven Rostedt2011-06-142-2/+5
| | * tracing: Add a proc file to stop tracing and free bufferVaibhav Nagarnaik2011-06-141-35/+73
| | * tracing: Use NUMA allocation for per-cpu ring buffer pagesVaibhav Nagarnaik2011-06-143-22/+23
| | * tracing: Schedule a delayed work to call wakeup()Vaibhav Nagarnaik2011-06-141-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/+1
* | 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-061-1/+1
|/
* ftrace: Add internal recursive checksSteven Rostedt2011-05-253-6/+32
* tracing: Add __print_symbolic_u64 to avoid warnings on 32bit machineliubo2011-05-251-0/+27
* ftrace: Set ops->flag to enabled even on static function tracingSteven Rostedt2011-05-251-1/+5
* tracing: Have event with function tracer check error returnSteven Rostedt2011-05-251-1/+6
* ftrace: Have ftrace_startup() return failure codeSteven Rostedt2011-05-251-6/+8
*-. Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g...Linus Torvalds2011-05-191-1/+0
|\ \
| * \ Merge commit 'v2.6.39-rc7' into sched/coreIngo Molnar2011-05-123-1/+3
| |\ \ | | |/
| * | sched: Get rid of lock_depthJonathan Corbet2011-04-241-1/+0
* | | ftrace: Add self-tests for multiple function trace usersSteven Rostedt2011-05-183-1/+217
* | | ftrace: Modify ftrace_set_filter/notrace to take opsSteven Rostedt2011-05-182-4/+46
* | | ftrace: Allow dynamically allocated function tracersSteven Rostedt2011-05-181-7/+30
* | | ftrace: Implement separate user function filteringSteven Rostedt2011-05-185-38/+160
* | | ftrace: Free hash with call_rcu_sched()Steven Rostedt2011-05-181-27/+28
* | | ftrace: Have global_ops store the functions that are to be tracedSteven Rostedt2011-05-181-16/+53
* | | ftrace: Add ops parameter to ftrace_startup/shutdown functionsSteven Rostedt2011-05-181-14/+14
* | | ftrace: Add enabled_functions fileSteven Rostedt2011-05-181-2/+49
* | | ftrace: Use counters to enable functions to traceSteven Rostedt2011-05-181-16/+142
* | | ftrace: Separate hash allocation and assignmentSteven Rostedt2011-05-181-42/+233
* | | ftrace: Create a global_ops to hold the filter and notrace hashesSteven Rostedt2011-05-181-19/+46
* | | ftrace: Use hash instead for FTRACE_FL_FILTERSteven Rostedt2011-05-181-82/+69
* | | ftrace: Replace FTRACE_FL_NOTRACE flag with a hash of ignored functionsSteven Rostedt2011-05-181-26/+150
* | | Merge commit 'v2.6.39-rc7' into perf/coreIngo Molnar2011-05-102-0/+2
|\ \ \ | | |/ | |/|
| * | Regression: partial revert "tracing: Remove lock_depth from event entry"Arjan van de Ven2011-05-062-0/+2
* | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-05-011-209/+138
|\ \ \
| * | | ftrace: Consolidate the function match routines for normal and modsSteven Rostedt2011-04-291-62/+36
| * | | ftrace: Consolidate updating of ftrace_trace_functionSteven Rostedt2011-04-291-61/+34
| * | | ftrace: Move record update for normal and modules into a separate functionSteven Rostedt2011-04-291-8/+11
| * | | ftrace: Remove FTRACE_FL_CONVERTED flagSteven Rostedt2011-04-291-8/+4
| * | | ftrace: Remove FTRACE_FL_FAILED flagSteven Rostedt2011-04-291-29/+47
| * | | ftrace: Remove failures fileSteven Rostedt2011-04-291-37/+2
| * | | ftrace: Remove unnecessary disabling of irqsSteven Rostedt2011-04-291-4/+0