aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/ftrace.c
Commit message (Expand)AuthorAge
* lseek: the "whence" argument is called "whence"Andrew Morton2012-12-17
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-13
|\
| * propagate name change to comments in kernel sourceNadia Yvette Chambers2012-12-06
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-12-11
|\ \
| * | ftrace: Clear bits properly in reset_iter_read()Dan Carpenter2012-11-15
| |/
* | tracing: Allow tracers to start at core initcallSteven Rostedt2012-10-31
* | tracing: Replace strict_strto* with kstrto*Daniel Walter2012-10-31
|/
* ftrace: add ftrace_set_filter_ip() for address based filterMasami Hiramatsu2012-07-31
* ftrace: Add selftest to test function trace recursion protectionSteven Rostedt2012-07-31
* ftrace: Add default recursion protection for function tracingSteven Rostedt2012-07-31
* ftrace/x86: Add separate function to save regsSteven Rostedt2012-07-19
* ftrace: Return pt_regs to function trace callbackSteven Rostedt2012-07-19
* ftrace: Consolidate arch dependent functions with 'list' functionSteven Rostedt2012-07-19
* ftrace: Pass ftrace_ops as third parameter to function trace callbackSteven Rostedt2012-07-19
* ftrace: Remove a superfluous checkBorislav Petkov2012-06-14
* ftrace/x86: Have x86 ftrace use the ftrace_modify_all_code()Steven Rostedt2012-05-16
* ftrace: Make ftrace_modify_all_code() global for archs to useSteven Rostedt2012-05-16
* ftrace: Return record ip addr for ftrace_location()Steven Rostedt2012-05-16
* ftrace: Consolidate ftrace_location() and ftrace_text_reserved()Steven Rostedt2012-05-16
* ftrace: Speed up search by skipping pages by addressSteven Rostedt2012-05-16
* ftrace: Remove extra helper functionsSteven Rostedt2012-05-16
* ftrace: Sort all function addresses, not just per pageSteven Rostedt2012-05-16
* tracing: Use seq_*_private interface for some seq filesJiri Olsa2012-05-08
* ftrace: Fix function_graph for archs that test ftrace_trace_functionRajesh Bhagat2012-03-13
* ftrace, perf: Add filter support for function trace eventJiri Olsa2012-02-21
* ftrace: Add enable/disable ftrace_ops control interfaceJiri Olsa2012-02-21
* tracing/trivial: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2012-02-13
* ftrace: Change filter/notrace set functions to return exit codeJiri Olsa2012-02-03
* ftrace: Allow access to the boot time function enablingSteven Rostedt2011-12-21
* ftrace: Decouple hash items from showing filtered functionsSteven Rostedt2011-12-21
* ftrace: Allow other users of function tracing to use the output listingSteven Rostedt2011-12-21
* ftrace: Create ftrace_hash_empty() helper routineSteven Rostedt2011-12-21
* ftrace: Fix ftrace hash record update with notraceSteven Rostedt2011-12-21
* ftrace: Use bsearch to find record ipSteven Rostedt2011-12-21
* ftrace: Sort the mcount records on each pageSteven Rostedt2011-12-21
* ftrace: Replace record newlist with record page listSteven Rostedt2011-12-21
* ftrace: Allocate the mcount record pages as groupsSteven Rostedt2011-12-21
* ftrace: Remove usage of "freed" recordsSteven Rostedt2011-12-21
* ftrace: Allow archs to modify code without stop machineSteven Rostedt2011-12-21
* ftrace: Fix unregister ftrace_ops accountingJiri Olsa2011-12-21
* Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-11-11
|\
| * ftrace: Fix hash record accounting bugSteven Rostedt2011-11-07
| * ftrace: Remove force undef config value left for testingSteven Rostedt2011-11-07
* | kernel: Add <linux/module.h> to files using it implicitlyPaul Gortmaker2011-10-31
|/
* tracing: Warn on output if the function tracer was found corruptedSteven Rostedt2011-10-11
* Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-07-21
|\
| * ftrace: Fix dynamic selftest failure on some archsSteven Rostedt2011-07-13
| * ftrace: Update filter when tracing enabled in set_ftrace_filter()Steven Rostedt2011-07-13
| * ftrace: Balance records when updating the hashSteven Rostedt2011-07-13
| * ftrace: Do not disable interrupts for modules in mcount updateSteven Rostedt2011-07-07