summaryrefslogtreecommitdiffstats
path: root/kernel/trace/ftrace.c
Commit message (Expand)AuthorAgeFilesLines
* ftrace: Fix a slight race in modifying what function callback gets tracedSteven Rostedt (Red Hat)2013-09-031-1/+16
* ftrace: Check module functions being traced on reloadSteven Rostedt (Red Hat)2013-07-301-9/+62
* ftrace: Consolidate some duplicate code for updating ftrace opsSteven Rostedt (Red Hat)2013-07-291-6/+10
* ftrace: Add check for NULL regs if ops has SAVE_REGS setSteven Rostedt (Red Hat)2013-07-241-4/+14
* ftrace: Do not run selftest if command line parameter is setSteven Rostedt (Red Hat)2013-07-011-0/+5
* ftrace: Fix stddev calculation in function profilerJuri Lelli2013-06-191-2/+8
* ftrace: Use schedule_on_each_cpu() as a heavy synchronize_sched()Steven Rostedt2013-06-111-2/+21
* ftrace: Use the rcu _notrace variants for rcu_dereference_raw() and friendsSteven Rostedt2013-05-281-9/+9
* ftrace: Fix function probe when more than one probe is addedSteven Rostedt (Red Hat)2013-05-091-1/+5
* ftrace: Fix the output of enabled_functions debug fileSteven Rostedt (Red Hat)2013-05-091-1/+1
* ftrace: Fix locking in register_ftrace_function_probe()Steven Rostedt (Red Hat)2013-05-091-4/+6
* ftrace: Cleanup regex_lock and ftrace_lock around hash updatingMasami Hiramatsu2013-05-091-27/+32
* ftrace, kprobes: Fix a deadlock on ftrace_regex_lockMasami Hiramatsu2013-05-091-21/+52
* ftrace: Have ftrace_regex_write() return either read or errorSteven Rostedt (Red Hat)2013-05-091-1/+1
* Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2013-04-291-29/+69
|\
| * ftrace: Get rid of ftrace_profile_bitsNamhyung Kim2013-04-121-11/+4
| * tracing: Get rid of unneeded key calculation in ftrace_hash_move()Namhyung Kim2013-04-121-5/+0
| * tracing: Reset ftrace_graph_filter_enabled if count is zeroNamhyung Kim2013-04-121-1/+2
| * tracing: Fix off-by-one on allocating stat->pagesNamhyung Kim2013-04-091-1/+1
| * kernel: tracing: Use strlcpy instead of strncpyChen Gang2013-04-091-2/+2
| * ftrace: Use manual free after synchronize_sched() not call_rcu_sched()Steven Rostedt (Red Hat)2013-03-151-6/+13
| * ftrace: Clean up function probe methodsSteven Rostedt (Red Hat)2013-03-151-3/+3
| * ftrace: Fix function probe to only enable needed functionsSteven Rostedt (Red Hat)2013-03-151-2/+46
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-141-2/+2
|\ \
| * | ftrace: Fix strncpy() use, use strlcpy() instead of strncpy()Chen Gang2013-04-081-2/+2
* | | ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE sectionSteven Rostedt (Red Hat)2013-04-121-14/+14
* | | 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