aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace/ftrace.c
AgeCommit message (Expand)Author
2013-05-07tracing: Reset ftrace_graph_filter_enabled if count is zeroNamhyung Kim
2013-05-07tracing: Fix off-by-one on allocating stat->pagesNamhyung Kim
2013-04-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-04-12ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE sectionSteven Rostedt (Red Hat)
2013-04-12tracing: Fix possible NULL pointer dereferencesNamhyung Kim
2013-04-09tracing: Fix double free when function profile init failedNamhyung Kim
2013-04-08ftrace: Do not call stub functions in control loopSteven Rostedt (Red Hat)
2013-04-08ftrace: Consistently restore trace function on sysctl enablingJan Kiszka
2013-04-08ftrace: Fix strncpy() use, use strlcpy() instead of strncpy()Chen Gang
2013-03-14Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar
2013-03-13tracing: Fix free of probe entry by calling call_rcu_sched()Steven Rostedt (Red Hat)
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-18ftrace: Call ftrace cleanup module notifier after all other notifiersSteven Rostedt (Red Hat)
2013-01-22tracing: Avoid unnecessary multiple recursion checksSteven Rostedt
2013-01-22ftrace: Add context level recursion bit checkingSteven Rostedt
2013-01-22ftrace: Optimize the function tracer list loopSteven Rostedt
2013-01-22ftrace: Fix global function tracers that are not recursion safeSteven Rostedt
2013-01-21ftrace: Move ARCH_SUPPORTS_FTRACE_SAVE_REGS in KconfigMasami Hiramatsu
2013-01-21ftrace: Be first to run code modification on modulesSteven Rostedt
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-12-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-12-06propagate name change to comments in kernel sourceNadia Yvette Chambers
2012-11-15ftrace: Clear bits properly in reset_iter_read()Dan Carpenter
2012-10-31tracing: Allow tracers to start at core initcallSteven Rostedt
2012-10-31tracing: Replace strict_strto* with kstrto*Daniel Walter
2012-07-31ftrace: add ftrace_set_filter_ip() for address based filterMasami Hiramatsu
2012-07-31ftrace: Add selftest to test function trace recursion protectionSteven Rostedt
2012-07-31ftrace: Add default recursion protection for function tracingSteven Rostedt
2012-07-19ftrace/x86: Add separate function to save regsSteven Rostedt
2012-07-19ftrace: Return pt_regs to function trace callbackSteven Rostedt
2012-07-19ftrace: Consolidate arch dependent functions with 'list' functionSteven Rostedt
2012-07-19ftrace: Pass ftrace_ops as third parameter to function trace callbackSteven Rostedt
2012-06-14ftrace: Remove a superfluous checkBorislav Petkov
2012-05-16ftrace/x86: Have x86 ftrace use the ftrace_modify_all_code()Steven Rostedt
2012-05-16ftrace: Make ftrace_modify_all_code() global for archs to useSteven Rostedt
2012-05-16ftrace: Return record ip addr for ftrace_location()Steven Rostedt
2012-05-16ftrace: Consolidate ftrace_location() and ftrace_text_reserved()Steven Rostedt
2012-05-16ftrace: Speed up search by skipping pages by addressSteven Rostedt
2012-05-16ftrace: Remove extra helper functionsSteven Rostedt
2012-05-16ftrace: Sort all function addresses, not just per pageSteven Rostedt
2012-05-08tracing: Use seq_*_private interface for some seq filesJiri Olsa
2012-03-13ftrace: Fix function_graph for archs that test ftrace_trace_functionRajesh Bhagat
2012-02-21ftrace, perf: Add filter support for function trace eventJiri Olsa
2012-02-21ftrace: Add enable/disable ftrace_ops control interfaceJiri Olsa
2012-02-13tracing/trivial: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer
2012-02-03ftrace: Change filter/notrace set functions to return exit codeJiri Olsa
2011-12-21ftrace: Allow access to the boot time function enablingSteven Rostedt
2011-12-21ftrace: Decouple hash items from showing filtered functionsSteven Rostedt
2011-12-21ftrace: Allow other users of function tracing to use the output listingSteven Rostedt