summaryrefslogtreecommitdiffstats
path: root/include/linux/ftrace.h
Commit message (Expand)AuthorAgeFilesLines
* ftrace, kprobes: Fix a deadlock on ftrace_regex_lockMasami Hiramatsu2013-05-091-0/+4
* Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2013-04-291-2/+4
|\
| * ftrace: Clean up function probe methodsSteven Rostedt (Red Hat)2013-03-151-2/+4
* | ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE sectionSteven Rostedt (Red Hat)2013-04-121-1/+2
* | tracing: Fix possible NULL pointer dereferencesNamhyung Kim2013-04-121-1/+1
* | ftrace: Do not call stub functions in control loopSteven Rostedt (Red Hat)2013-04-081-0/+2
|/
* ftrace: Move ARCH_SUPPORTS_FTRACE_SAVE_REGS in KconfigMasami Hiramatsu2013-01-211-3/+3
* lseek: the "whence" argument is called "whence"Andrew Morton2012-12-171-2/+2
* ftrace: Make ftrace_location() a nop on !DYNAMIC_FTRACESteven Rostedt2012-07-311-1/+5
* ftrace: add ftrace_set_filter_ip() for address based filterMasami Hiramatsu2012-07-311-0/+3
* ftrace: Add selftest to test function trace recursion protectionSteven Rostedt2012-07-311-0/+6
* ftrace: Add default recursion protection for function tracingSteven Rostedt2012-07-311-0/+5
* ftrace/x86: Add separate function to save regsSteven Rostedt2012-07-191-7/+100
* ftrace: Return pt_regs to function trace callbackSteven Rostedt2012-07-191-2/+4
* ftrace: Consolidate arch dependent functions with 'list' functionSteven Rostedt2012-07-191-0/+13
* ftrace: Pass ftrace_ops as third parameter to function trace callbackSteven Rostedt2012-07-191-2/+14
* ftrace/x86: Have x86 ftrace use the ftrace_modify_all_code()Steven Rostedt2012-05-161-0/+1
* ftrace: Make ftrace_modify_all_code() global for archs to useSteven Rostedt2012-05-161-0/+2
* ftrace: Return record ip addr for ftrace_location()Steven Rostedt2012-05-161-1/+1
* tracing: Prevent wasting time evaluating parameters in trace_preempt_on/offMinho Ban2012-05-081-2/+6
* ftrace/x86: Have arch x86_64 use breakpoints instead of stop machineSteven Rostedt2012-04-271-0/+6
* ftrace, perf: Add filter support for function trace eventJiri Olsa2012-02-211-3/+4
* ftrace: Add enable/disable ftrace_ops control interfaceJiri Olsa2012-02-211-0/+66
* ftrace: Change filter/notrace set functions to return exit codeJiri Olsa2012-02-031-2/+2
* tracing: Fix compile error when static ftrace is enabledSteven Rostedt2012-01-071-0/+1
* ftrace: Allow access to the boot time function enablingSteven Rostedt2011-12-211-0/+3
* ftrace: Decouple hash items from showing filtered functionsSteven Rostedt2011-12-211-2/+3
* ftrace: Allow other users of function tracing to use the output listingSteven Rostedt2011-12-211-0/+35
* ftrace: Replace record newlist with record page listSteven Rostedt2011-12-211-4/+1
* ftrace: Remove usage of "freed" recordsSteven Rostedt2011-12-211-1/+0
* ftrace: Allow archs to modify code without stop machineSteven Rostedt2011-12-211-0/+31
* include: replace linux/module.h with "struct module" wherever possiblePaul Gortmaker2011-10-311-1/+1
* ftrace: Fix warning when CONFIG_FUNCTION_TRACER is not definedSteven Rostedt2011-07-111-2/+2
* ftrace: Fix regression of :mod:module function enablingSteven Rostedt2011-07-071-1/+2
* ftrace: Modify ftrace_set_filter/notrace to take opsSteven Rostedt2011-05-181-1/+6
* ftrace: Allow dynamically allocated function tracersSteven Rostedt2011-05-181-0/+1
* ftrace: Implement separate user function filteringSteven Rostedt2011-05-181-1/+6
* ftrace: Use counters to enable functions to traceSteven Rostedt2011-05-181-2/+6
* ftrace: Create a global_ops to hold the filter and notrace hashesSteven Rostedt2011-05-181-2/+8
* ftrace: Use hash instead for FTRACE_FL_FILTERSteven Rostedt2011-05-181-2/+1
* ftrace: Replace FTRACE_FL_NOTRACE flag with a hash of ignored functionsSteven Rostedt2011-05-181-1/+0
* ftrace: Remove FTRACE_FL_CONVERTED flagSteven Rostedt2011-04-291-1/+0
* ftrace: Remove FTRACE_FL_FAILED flagSteven Rostedt2011-04-291-5/+4
* ftrace: Fix memory leak with function graph and cpu hotplugSteven Rostedt2011-02-111-0/+2
* tracing/documentation: Document dynamic ftracer internalsMike Frysinger2010-07-211-0/+5
* Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-05-181-17/+32
|\
| * tracing: Convert nop macros to static inlinesSteven Rostedt2010-05-041-12/+18
| * tracing: Add graph output support for irqsoff tracerJiri Olsa2010-04-271-4/+11
| * tracing: Dump either the oops's cpu source or all cpus buffersFrederic Weisbecker2010-04-211-1/+3
* | x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra2010-03-261-12/+0
|/