summaryrefslogtreecommitdiffstats
path: root/kernel/trace/ftrace.c
Commit message (Expand)AuthorAgeFilesLines
* lseek: the "whence" argument is called "whence"Andrew Morton2012-12-181-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-121-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/+4Star
* 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/+2Star
* ftrace/x86: Have x86 ftrace use the ftrace_modify_all_code()Steven Rostedt2012-05-171-2/+2
* ftrace: Make ftrace_modify_all_code() global for archs to useSteven Rostedt2012-05-171-8/+13
* ftrace: Return record ip addr for ftrace_location()Steven Rostedt2012-05-171-6/+10
* ftrace: Consolidate ftrace_location() and ftrace_text_reserved()Steven Rostedt2012-05-171-40/+40
* ftrace: Speed up search by skipping pages by addressSteven Rostedt2012-05-171-6/+16
* ftrace: Remove extra helper functionsSteven Rostedt2012-05-171-37/+24Star
* ftrace: Sort all function addresses, not just per pageSteven Rostedt2012-05-171-12/+22
* tracing: Use seq_*_private interface for some seq filesJiri Olsa2012-05-091-33/+11Star
* 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/+49Star
* ftrace: Allow archs to modify code without stop machineSteven Rostedt2011-12-211-38/+215
* ftrace: Fix unregister ftrace_ops accountingJiri Olsa2011-12-211-14/+13Star
* 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
| * ftrace: Remove force undef config value left for testingSteven Rostedt2011-11-071-1/+0Star
* | kernel: Add <linux/module.h> to files using it implicitlyPaul Gortmaker2011-10-311-0/+1
|/
* tracing: Warn on output if the function tracer was found corruptedSteven Rostedt2011-10-111-0/+8
* Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-07-211-21/+74
|\
| * ftrace: Fix dynamic selftest failure on some archsSteven Rostedt2011-07-141-0/+26
| * ftrace: Update filter when tracing enabled in set_ftrace_filter()Steven Rostedt2011-07-141-0/+4
| * ftrace: Balance records when updating the hashSteven Rostedt2011-07-141-16/+33
| * ftrace: Do not disable interrupts for modules in mcount updateSteven Rostedt2011-07-081-5/+11