summaryrefslogtreecommitdiffstats
path: root/kernel/trace/ftrace.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | tracing: Fix possible NULL pointer dereferencesNamhyung Kim2013-04-121-5/+5
* | | tracing: Fix double free when function profile init failedNamhyung Kim2013-04-091-1/+0
* | | ftrace: Do not call stub functions in control loopSteven Rostedt (Red Hat)2013-04-081-2/+3
* | | ftrace: Consistently restore trace function on sysctl enablingJan Kiszka2013-04-081-6/+2
|/ /
* | Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2013-03-141-2/+2
|\ \ | |/
| * tracing: Fix free of probe entry by calling call_rcu_sched()Steven Rostedt (Red Hat)2013-03-131-2/+2
* | 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
OpenPOWER on IntegriCloud