summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | ftrace: Make FTRACE_WARN_ON() work in if conditionSteven Rostedt2011-04-291-6/+10
* | | | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2011-05-012-6/+8
|\ \ \ \ | |/ / / |/| | |
| * | | ftrace: Only update the function code on write to filter filesSteven Rostedt2011-04-291-5/+7
| |/ /
| * | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2011-04-271-1/+1
| |\ \ | | |/ | |/|
| | * ftrace: Build without frame pointers on MicroblazeMichal Simek2011-04-211-1/+1
* | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-04-273-15/+123
|\ \ \ | |/ / |/| |
| * | tracing: Avoid soft lockup in trace_pipeJiri Olsa2011-04-042-3/+15
| * | tracing: Print trace_bprintk() formats for modules tooSteven Rostedt2011-04-041-6/+97
| * | tracing: Convert trace_printk() formats for module to const char *Steven Rostedt2011-04-041-6/+11
* | | block: make unplug timer trace event correspond to the schedule() unplugJens Axboe2011-04-161-6/+12
* | | block: fixup block IO unplug trace callJens Axboe2011-04-121-3/+3
* | | block: remove block_unplug_timer() trace pointJens Axboe2011-04-121-17/+0
| |/ |/|
* | Fix common misspellingsLucas De Marchi2011-03-318-10/+10
|/
* Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-03-251-2/+1
|\
| * Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2011-03-231-2/+1
| |\
| | * tracing: Fix set_ftrace_filter probe function displayJiri Olsa2011-03-221-2/+1
* | | Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-11/+4
|\ \ \
| * | | blktrace: Use rq->cmd_flags directly in blk_add_trace_rq.Tao Ma2011-03-111-11/+4
* | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-03-182-3/+3
|\ \ \ \ | | |/ / | |/| |
OpenPOWER on IntegriCloud