summaryrefslogtreecommitdiffstats
path: root/include/linux/ftrace.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-02-281-1/+6
|\
| * ftrace: Remove record freezingMasami Hiramatsu2010-02-041-1/+0
| * ftrace/alternatives: Introducing *_text_reserved functionsMasami Hiramatsu2010-02-041-0/+6
* | tracing: Unify arch_syscall_addr() implementationsMike Frysinger2010-02-171-0/+6
|/
* tracing: correct module boundaries for ftrace_releasejolsa@redhat.com2009-10-071-1/+1
* sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-241-2/+2
* includecheck fix: include/linux, ftrace.hJaswinder Singh Rajput2009-09-201-1/+0
* function-graph: add stack frame testSteven Rostedt2009-06-181-1/+3
* tracing: add same level recursion detectionSteven Rostedt2009-04-171-0/+7
* ftrace: use module notifier for function tracerSteven Rostedt2009-04-171-7/+0
* Merge branch 'tracing/urgent' into tracing/coreIngo Molnar2009-04-101-30/+1
|\
| * tracing/syscalls: use a dedicated file headerFrederic Weisbecker2009-04-091-29/+0
| * tracing: append a comma to INIT_FTRACE_GRAPHTetsuo Handa2009-04-081-1/+1
* | Merge branch 'tracing/urgent' into tracing/ftraceIngo Molnar2009-04-071-2/+6
|\|
| * function-graph: add proper initialization for init taskSteven Rostedt2009-04-071-2/+6
* | function-graph: add option to calculate graph time or notSteven Rostedt2009-03-241-2/+1