summaryrefslogtreecommitdiffstats
path: root/kernel/trace/ftrace.c
AgeCommit message (Expand)AuthorLines
2012-07-31ftrace: add ftrace_set_filter_ip() for address based filterMasami Hiramatsu-2/+57
2012-07-31ftrace: Add selftest to test function trace recursion protectionSteven Rostedt-0/+21
2012-07-31ftrace: Add default recursion protection for function tracingSteven Rostedt-2/+8
2012-07-19ftrace/x86: Add separate function to save regsSteven Rostedt-8/+83
2012-07-19ftrace: Return pt_regs to function trace callbackSteven Rostedt-15/+22
2012-07-19ftrace: Consolidate arch dependent functions with 'list' functionSteven Rostedt-41/+4
2012-07-19ftrace: Pass ftrace_ops as third parameter to function trace callbackSteven Rostedt-31/+70
2012-06-14ftrace: Remove a superfluous checkBorislav Petkov-6/+2
2012-05-16ftrace/x86: Have x86 ftrace use the ftrace_modify_all_code()Steven Rostedt-2/+2
2012-05-16ftrace: Make ftrace_modify_all_code() global for archs to useSteven Rostedt-8/+13
2012-05-16ftrace: Return record ip addr for ftrace_location()Steven Rostedt-6/+10
2012-05-16ftrace: Consolidate ftrace_location() and ftrace_text_reserved()Steven Rostedt-40/+40
2012-05-16ftrace: Speed up search by skipping pages by addressSteven Rostedt-6/+16
2012-05-16ftrace: Remove extra helper functionsSteven Rostedt-37/+24
2012-05-16ftrace: Sort all function addresses, not just per pageSteven Rostedt-12/+22
2012-05-08tracing: Use seq_*_private interface for some seq filesJiri Olsa-33/+11
2012-03-13ftrace: Fix function_graph for archs that test ftrace_trace_functionRajesh Bhagat-1/+2
2012-02-21ftrace, perf: Add filter support for function trace eventJiri Olsa-0/+6
2012-02-21ftrace: Add enable/disable ftrace_ops control interfaceJiri Olsa-7/+104
2012-02-13tracing/trivial: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer-1/+1
2012-02-03ftrace: Change filter/notrace set functions to return exit codeJiri Olsa-6/+9
2011-12-21ftrace: Allow access to the boot time function enablingSteven Rostedt-4/+4
2011-12-21ftrace: Decouple hash items from showing filtered functionsSteven Rostedt-8/+8
2011-12-21ftrace: Allow other users of function tracing to use the output listingSteven Rostedt-16/+25
2011-12-21ftrace: Create ftrace_hash_empty() helper routineSteven Rostedt-11/+17
2011-12-21ftrace: Fix ftrace hash record update with notraceSteven Rostedt-1/+1
2011-12-21ftrace: Use bsearch to find record ipSteven Rostedt-15/+23
2011-12-21ftrace: Sort the mcount records on each pageSteven Rostedt-0/+29
2011-12-21ftrace: Replace record newlist with record page listSteven Rostedt-31/+37
2011-12-21ftrace: Allocate the mcount record pages as groupsSteven Rostedt-51/+128
2011-12-21ftrace: Remove usage of "freed" recordsSteven Rostedt-51/+49
2011-12-21ftrace: Allow archs to modify code without stop machineSteven Rostedt-38/+215
2011-12-21ftrace: Fix unregister ftrace_ops accountingJiri Olsa-14/+13
2011-11-11Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar-2/+3
2011-11-07ftrace: Fix hash record accounting bugSteven Rostedt-1/+3
2011-11-07ftrace: Remove force undef config value left for testingSteven Rostedt-1/+0
2011-10-31kernel: Add <linux/module.h> to files using it implicitlyPaul Gortmaker-0/+1
2011-10-11tracing: Warn on output if the function tracer was found corruptedSteven Rostedt-0/+8
2011-07-21Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar-21/+74
2011-07-21Merge branch 'perf/urgent' into perf/coreIngo Molnar-11/+31
2011-07-14ftrace: Fix regression where ftrace breaks when modules are loadedSteven Rostedt-2/+28
2011-07-13ftrace: Fix dynamic selftest failure on some archsSteven Rostedt-0/+26
2011-07-13ftrace: Update filter when tracing enabled in set_ftrace_filter()Steven Rostedt-0/+4
2011-07-13ftrace: Balance records when updating the hashSteven Rostedt-16/+33
2011-07-07ftrace: Do not disable interrupts for modules in mcount updateSteven Rostedt-5/+11
2011-07-07ftrace: Fix regression of :mod:module function enablingSteven Rostedt-9/+3
2011-07-05Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar-16/+4
2011-06-14tracing: Convert to kstrtoul_from_userPeter Huewe-11/+2
2011-06-14ftrace: Fixed an include coding style issuePaul McQuade-5/+2
2011-06-07ftrace: Revert 8ab2b7efd ftrace: Remove unnecessary disabling of irqsSteven Rostedt-0/+7