summaryrefslogtreecommitdiffstats
path: root/kernel/trace/ftrace.c
Commit message (Expand)AuthorAgeFilesLines
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-14/+10
* ftrace: Call ftrace cleanup module notifier after all other notifiersSteven Rostedt (Red Hat)2013-02-181-14/+32
* tracing: Avoid unnecessary multiple recursion checksSteven Rostedt2013-01-221-31/+9
* ftrace: Add context level recursion bit checkingSteven Rostedt2013-01-221-7/+33
* ftrace: Optimize the function tracer list loopSteven Rostedt2013-01-221-22/+26
* ftrace: Fix global function tracers that are not recursion safeSteven Rostedt2013-01-221-2/+16
* ftrace: Move ARCH_SUPPORTS_FTRACE_SAVE_REGS in KconfigMasami Hiramatsu2013-01-211-3/+3
* ftrace: Be first to run code modification on modulesSteven Rostedt2013-01-211-1/+1
* lseek: the "whence" argument is called "whence"Andrew Morton2012-12-171-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+1
|\
| * propagate name change to comments in kernel sourceNadia Yvette Chambers2012-12-061-1/+1
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-12-111-1/+1
|\ \
| * | ftrace: Clear bits properly in reset_iter_read()Dan Carpenter2012-11-151-1/+1
| |/
* | tracing: Allow tracers to start at core initcallSteven Rostedt2012-10-311-2/+2
* | tracing: Replace strict_strto* with kstrto*Daniel Walter2012-10-311-1/+1
|/
* ftrace: add ftrace_set_filter_ip() for address based filterMasami Hiramatsu2012-07-311-2/+57
* ftrace: Add selftest to test function trace recursion protectionSteven Rostedt2012-07-311-0/+21
* ftrace: Add default recursion protection for function tracingSteven Rostedt2012-07-311-2/+8
* ftrace/x86: Add separate function to save regsSteven Rostedt2012-07-191-8/+83
* ftrace: Return pt_regs to function trace callbackSteven Rostedt2012-07-191-15/+22
* ftrace: Consolidate arch dependent functions with 'list' functionSteven Rostedt2012-07-191-41/+4
* ftrace: Pass ftrace_ops as third parameter to function trace callbackSteven Rostedt2012-07-191-31/+70
* ftrace: Remove a superfluous checkBorislav Petkov2012-06-141-6/+2
* ftrace/x86: Have x86 ftrace use the ftrace_modify_all_code()Steven Rostedt2012-05-161-2/+2
* ftrace: Make ftrace_modify_all_code() global for archs to useSteven Rostedt2012-05-161-8/+13
* ftrace: Return record ip addr for ftrace_location()Steven Rostedt2012-05-161-6/+10
* ftrace: Consolidate ftrace_location() and ftrace_text_reserved()Steven Rostedt2012-05-161-40/+40
* ftrace: Speed up search by skipping pages by addressSteven Rostedt2012-05-161-6/+16
* ftrace: Remove extra helper functionsSteven Rostedt2012-05-161-37/+24
* ftrace: Sort all function addresses, not just per pageSteven Rostedt2012-05-161-12/+22
* tracing: Use seq_*_private interface for some seq filesJiri Olsa2012-05-081-33/+11
* ftrace: Fix function_graph for archs that test ftrace_trace_functionRajesh Bhagat2012-03-131-1/+2
* ftrace, perf: Add filter support for function trace eventJiri Olsa2012-02-211-0/+6
* ftrace: Add enable/disable ftrace_ops control interfaceJiri Olsa2012-02-211-7/+104
* tracing/trivial: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2012-02-131-1/+1
* ftrace: Change filter/notrace set functions to return exit codeJiri Olsa2012-02-031-6/+9
* ftrace: Allow access to the boot time function enablingSteven Rostedt2011-12-211-4/+4
* ftrace: Decouple hash items from showing filtered functionsSteven Rostedt2011-12-211-8/+8
* ftrace: Allow other users of function tracing to use the output listingSteven Rostedt2011-12-211-16/+25
* ftrace: Create ftrace_hash_empty() helper routineSteven Rostedt2011-12-211-11/+17
* ftrace: Fix ftrace hash record update with notraceSteven Rostedt2011-12-211-1/+1
* ftrace: Use bsearch to find record ipSteven Rostedt2011-12-211-15/+23
* ftrace: Sort the mcount records on each pageSteven Rostedt2011-12-211-0/+29
* ftrace: Replace record newlist with record page listSteven Rostedt2011-12-211-31/+37
* ftrace: Allocate the mcount record pages as groupsSteven Rostedt2011-12-211-51/+128
* ftrace: Remove usage of "freed" recordsSteven Rostedt2011-12-211-51/+49
* ftrace: Allow archs to modify code without stop machineSteven Rostedt2011-12-211-38/+215
* ftrace: Fix unregister ftrace_ops accountingJiri Olsa2011-12-211-14/+13
* Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-11-111-2/+3
|\
| * ftrace: Fix hash record accounting bugSteven Rostedt2011-11-071-1/+3