summaryrefslogtreecommitdiff
path: root/kernel/trace/ftrace.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-08ftrace: Consistently restore trace function on sysctl enablingJan Kiszka1-6/+2
2013-04-08ftrace: Fix strncpy() use, use strlcpy() instead of strncpy()Chen Gang1-2/+2
2013-03-15ftrace: Use manual free after synchronize_sched() not call_rcu_sched()Steven Rostedt (Red Hat)1-6/+13
2013-03-15ftrace: Clean up function probe methodsSteven Rostedt (Red Hat)1-3/+3
2013-03-15ftrace: Fix function probe to only enable needed functionsSteven Rostedt (Red Hat)1-2/+46
2013-03-14Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar1-2/+2
2013-03-14tracing: Fix free of probe entry by calling call_rcu_sched()Steven Rostedt (Red Hat)1-2/+2
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin1-14/+10
2013-02-19ftrace: Call ftrace cleanup module notifier after all other notifiersSteven Rostedt (Red Hat)1-14/+32
2013-01-23tracing: Avoid unnecessary multiple recursion checksSteven Rostedt1-31/+9
2013-01-23ftrace: Add context level recursion bit checkingSteven Rostedt1-7/+33
2013-01-23ftrace: Optimize the function tracer list loopSteven Rostedt1-22/+26
2013-01-23ftrace: 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-18lseek: the "whence" argument is called "whence"Andrew Morton1-2/+2
2012-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-12-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2012-12-06propagate name change to comments in kernel sourceNadia Yvette Chambers1-1/+1
2012-11-16ftrace: Clear bits properly in reset_iter_read()Dan Carpenter1-1/+1
2012-11-01tracing: Allow tracers to start at core initcallSteven Rostedt1-2/+2
2012-11-01tracing: 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-17ftrace/x86: Have x86 ftrace use the ftrace_modify_all_code()Steven Rostedt1-2/+2
2012-05-17ftrace: Make ftrace_modify_all_code() global for archs to useSteven Rostedt1-8/+13
2012-05-17ftrace: Return record ip addr for ftrace_location()Steven Rostedt1-6/+10
2012-05-17ftrace: Consolidate ftrace_location() and ftrace_text_reserved()Steven Rostedt1-40/+40
2012-05-17ftrace: Speed up search by skipping pages by addressSteven Rostedt1-6/+16
2012-05-17ftrace: Remove extra helper functionsSteven Rostedt1-37/+24
2012-05-17ftrace: Sort all function addresses, not just per pageSteven Rostedt1-12/+22
2012-05-09tracing: 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