aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/ftrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-21ftrace: Allow access to the boot time function enablingSteven Rostedt1-4/+4
2011-12-21ftrace: Decouple hash items from showing filtered functionsSteven Rostedt1-8/+8
2011-12-21ftrace: Allow other users of function tracing to use the output listingSteven Rostedt1-16/+25
2011-12-21ftrace: Create ftrace_hash_empty() helper routineSteven Rostedt1-11/+17
2011-12-21ftrace: Fix ftrace hash record update with notraceSteven Rostedt1-1/+1
2011-12-21ftrace: Use bsearch to find record ipSteven Rostedt1-15/+23
2011-12-21ftrace: Sort the mcount records on each pageSteven Rostedt1-0/+29
2011-12-21ftrace: Replace record newlist with record page listSteven Rostedt1-31/+37
2011-12-21ftrace: Allocate the mcount record pages as groupsSteven Rostedt1-51/+128
2011-12-21ftrace: Remove usage of "freed" recordsSteven Rostedt1-51/+49
2011-12-21ftrace: Allow archs to modify code without stop machineSteven Rostedt1-38/+215
2011-12-21ftrace: Fix unregister ftrace_ops accountingJiri Olsa1-14/+13
2011-11-11Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/coreIngo Molnar1-2/+3
2011-11-07ftrace: Fix hash record accounting bugSteven Rostedt1-1/+3
2011-11-07ftrace: Remove force undef config value left for testingSteven Rostedt1-1/+0
2011-10-31kernel: Add <linux/module.h> to files using it implicitlyPaul Gortmaker1-0/+1
2011-10-11tracing: Warn on output if the function tracer was found corruptedSteven Rostedt1-0/+8
2011-07-21Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/coreIngo Molnar1-21/+74
2011-07-21Merge branch 'perf/urgent' into perf/coreIngo Molnar1-11/+31
2011-07-14ftrace: Fix regression where ftrace breaks when modules are loadedSteven Rostedt1-2/+28
2011-07-13ftrace: Fix dynamic selftest failure on some archsSteven Rostedt1-0/+26
2011-07-13ftrace: Update filter when tracing enabled in set_ftrace_filter()Steven Rostedt1-0/+4
2011-07-13ftrace: Balance records when updating the hashSteven Rostedt1-16/+33
2011-07-07ftrace: Do not disable interrupts for modules in mcount updateSteven Rostedt1-5/+11
2011-07-07ftrace: Fix regression of :mod:module function enablingSteven Rostedt1-9/+3
2011-07-05Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/coreIngo Molnar1-16/+4
2011-06-14tracing: Convert to kstrtoul_from_userPeter Huewe1-11/+2
2011-06-14ftrace: Fixed an include coding style issuePaul McQuade1-5/+2
2011-06-07ftrace: Revert 8ab2b7efd ftrace: Remove unnecessary disabling of irqsSteven Rostedt1-0/+7
2011-06-06ftrace: Fix possible undefined return codeGuoWen Li1-1/+1
2011-05-25ftrace: Add internal recursive checksSteven Rostedt1-1/+12
2011-05-25ftrace: Set ops->flag to enabled even on static function tracingSteven Rostedt1-1/+5
2011-05-25ftrace: Have ftrace_startup() return failure codeSteven Rostedt1-6/+8
2011-05-18ftrace: Modify ftrace_set_filter/notrace to take opsSteven Rostedt1-2/+44
2011-05-18ftrace: Allow dynamically allocated function tracersSteven Rostedt1-7/+30
2011-05-18ftrace: Implement separate user function filteringSteven Rostedt1-38/+155
2011-05-18ftrace: Free hash with call_rcu_sched()Steven Rostedt1-27/+28
2011-05-18ftrace: Have global_ops store the functions that are to be tracedSteven Rostedt1-16/+53
2011-05-18ftrace: Add ops parameter to ftrace_startup/shutdown functionsSteven Rostedt1-14/+14
2011-05-18ftrace: Add enabled_functions fileSteven Rostedt1-2/+49
2011-05-18ftrace: Use counters to enable functions to traceSteven Rostedt1-16/+142
2011-05-18ftrace: Separate hash allocation and assignmentSteven Rostedt1-42/+233
2011-05-18ftrace: Create a global_ops to hold the filter and notrace hashesSteven Rostedt1-19/+46
2011-05-18ftrace: Use hash instead for FTRACE_FL_FILTERSteven Rostedt1-82/+69
2011-05-18ftrace: Replace FTRACE_FL_NOTRACE flag with a hash of ignored functionsSteven Rostedt1-26/+150
2011-05-01Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/coreIngo Molnar1-209/+138
2011-04-29ftrace: Consolidate the function match routines for normal and modsSteven Rostedt1-62/+36
2011-04-29ftrace: Consolidate updating of ftrace_trace_functionSteven Rostedt1-61/+34
2011-04-29ftrace: Move record update for normal and modules into a separate functionSteven Rostedt1-8/+11
2011-04-29ftrace: Remove FTRACE_FL_CONVERTED flagSteven Rostedt1-8/+4