aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/ftrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-22tracing: Avoid unnecessary multiple recursion checksSteven Rostedt1-31/+9
2013-01-22ftrace: Add context level recursion bit checkingSteven Rostedt1-7/+33
2013-01-22ftrace: Optimize the function tracer list loopSteven Rostedt1-22/+26
2013-01-22ftrace: Fix global function tracers that are not recursion safeSteven Rostedt1-2/+16
2013-01-21ftrace: Move ARCH_SUPPORTS_FTRACE_SAVE_REGS in KconfigMasami Hiramatsu1-3/+3
2013-01-21ftrace: Be first to run code modification on modulesSteven Rostedt1-1/+1
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton1-2/+2
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-12-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-12-06propagate name change to comments in kernel sourceNadia Yvette Chambers1-1/+1
2012-11-15ftrace: Clear bits properly in reset_iter_read()Dan Carpenter1-1/+1
2012-10-31tracing: Allow tracers to start at core initcallSteven Rostedt1-2/+2
2012-10-31tracing: Replace strict_strto* with kstrto*Daniel Walter1-1/+1
2012-07-31ftrace: add ftrace_set_filter_ip() for address based filterMasami Hiramatsu1-2/+57
2012-07-31ftrace: Add selftest to test function trace recursion protectionSteven Rostedt1-0/+21
2012-07-31ftrace: Add default recursion protection for function tracingSteven Rostedt1-2/+8
2012-07-19ftrace/x86: Add separate function to save regsSteven Rostedt1-8/+83
2012-07-19ftrace: Return pt_regs to function trace callbackSteven Rostedt1-15/+22
2012-07-19ftrace: Consolidate arch dependent functions with 'list' functionSteven Rostedt1-41/+4
2012-07-19ftrace: Pass ftrace_ops as third parameter to function trace callbackSteven Rostedt1-31/+70
2012-06-14ftrace: Remove a superfluous checkBorislav Petkov1-6/+2
2012-05-16ftrace/x86: Have x86 ftrace use the ftrace_modify_all_code()Steven Rostedt1-2/+2
2012-05-16ftrace: Make ftrace_modify_all_code() global for archs to useSteven Rostedt1-8/+13
2012-05-16ftrace: Return record ip addr for ftrace_location()Steven Rostedt1-6/+10
2012-05-16ftrace: Consolidate ftrace_location() and ftrace_text_reserved()Steven Rostedt1-40/+40
2012-05-16ftrace: Speed up search by skipping pages by addressSteven Rostedt1-6/+16
2012-05-16ftrace: Remove extra helper functionsSteven Rostedt1-37/+24
2012-05-16ftrace: Sort all function addresses, not just per pageSteven Rostedt1-12/+22
2012-05-08tracing: Use seq_*_private interface for some seq filesJiri Olsa1-33/+11
2012-03-13ftrace: Fix function_graph for archs that test ftrace_trace_functionRajesh Bhagat1-1/+2
2012-02-21ftrace, perf: Add filter support for function trace eventJiri Olsa1-0/+6
2012-02-21ftrace: Add enable/disable ftrace_ops control interfaceJiri Olsa1-7/+104
2012-02-13tracing/trivial: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer1-1/+1
2012-02-03ftrace: Change filter/notrace set functions to return exit codeJiri Olsa1-6/+9
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