aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/ftrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-03ftrace: Fix a slight race in modifying what function callback gets tracedSteven Rostedt (Red Hat)1-1/+16
2013-07-30ftrace: Check module functions being traced on reloadSteven Rostedt (Red Hat)1-9/+62
2013-07-29ftrace: Consolidate some duplicate code for updating ftrace opsSteven Rostedt (Red Hat)1-6/+10
2013-07-24ftrace: Add check for NULL regs if ops has SAVE_REGS setSteven Rostedt (Red Hat)1-4/+14
2013-07-01ftrace: Do not run selftest if command line parameter is setSteven Rostedt (Red Hat)1-0/+5
2013-06-19ftrace: Fix stddev calculation in function profilerJuri Lelli1-2/+8
2013-06-11ftrace: Use schedule_on_each_cpu() as a heavy synchronize_sched()Steven Rostedt1-2/+21
2013-05-28ftrace: Use the rcu _notrace variants for rcu_dereference_raw() and friendsSteven Rostedt1-9/+9
2013-05-09ftrace: Fix function probe when more than one probe is addedSteven Rostedt (Red Hat)1-1/+5
2013-05-09ftrace: Fix the output of enabled_functions debug fileSteven Rostedt (Red Hat)1-1/+1
2013-05-09ftrace: Fix locking in register_ftrace_function_probe()Steven Rostedt (Red Hat)1-4/+6
2013-05-09ftrace: Cleanup regex_lock and ftrace_lock around hash updatingMasami Hiramatsu1-27/+32
2013-05-09ftrace, kprobes: Fix a deadlock on ftrace_regex_lockMasami Hiramatsu1-21/+52
2013-05-09ftrace: Have ftrace_regex_write() return either read or errorSteven Rostedt (Red Hat)1-1/+1
2013-04-29Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-29/+69
2013-04-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2013-04-12ftrace: Get rid of ftrace_profile_bitsNamhyung Kim1-11/+4
2013-04-12tracing: Get rid of unneeded key calculation in ftrace_hash_move()Namhyung Kim1-5/+0
2013-04-12tracing: Reset ftrace_graph_filter_enabled if count is zeroNamhyung Kim1-1/+2
2013-04-12ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE sectionSteven Rostedt (Red Hat)1-14/+14
2013-04-12tracing: Fix possible NULL pointer dereferencesNamhyung Kim1-5/+5
2013-04-09tracing: Fix off-by-one on allocating stat->pagesNamhyung Kim1-1/+1
2013-04-09tracing: Fix double free when function profile init failedNamhyung Kim1-1/+0
2013-04-09kernel: tracing: Use strlcpy instead of strncpyChen Gang1-2/+2
2013-04-08ftrace: Do not call stub functions in control loopSteven Rostedt (Red Hat)1-2/+3
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/git/rostedt/linux-trace into perf/urgentIngo Molnar1-2/+2
2013-03-13tracing: Fix free of probe entry by calling call_rcu_sched()Steven Rostedt (Red Hat)1-2/+2
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-14/+10
2013-02-18ftrace: Call ftrace cleanup module notifier after all other notifiersSteven Rostedt (Red Hat)1-14/+32
2013-01-22tracing: Avoid unnecessary multiple recursion checksSteven Rostedt1-31/+9
2013-01-22ftrace: Add context level recursion bit checkingSteven Rostedt1-7/+33
2013-01-22ftrace: Optimize the function tracer list loopSteven Rostedt1-22/+26
2013-01-22ftrace: 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-17lseek: the "whence" argument is called "whence"Andrew Morton1-2/+2
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-12-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-12-06propagate name change to comments in kernel sourceNadia Yvette Chambers1-1/+1
2012-11-15ftrace: Clear bits properly in reset_iter_read()Dan Carpenter1-1/+1
2012-10-31tracing: Allow tracers to start at core initcallSteven Rostedt1-2/+2
2012-10-31tracing: 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