aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ftrace.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-31include: replace linux/module.h with "struct module" wherever possiblePaul Gortmaker1-1/+1
2011-07-11ftrace: Fix warning when CONFIG_FUNCTION_TRACER is not definedSteven Rostedt1-2/+2
2011-07-07ftrace: Fix regression of :mod:module function enablingSteven Rostedt1-1/+2
2011-05-18ftrace: Modify ftrace_set_filter/notrace to take opsSteven Rostedt1-1/+6
2011-05-18ftrace: Allow dynamically allocated function tracersSteven Rostedt1-0/+1
2011-05-18ftrace: Implement separate user function filteringSteven Rostedt1-1/+6
2011-05-18ftrace: Use counters to enable functions to traceSteven Rostedt1-2/+6
2011-05-18ftrace: Create a global_ops to hold the filter and notrace hashesSteven Rostedt1-2/+8
2011-05-18ftrace: Use hash instead for FTRACE_FL_FILTERSteven Rostedt1-2/+1
2011-05-18ftrace: Replace FTRACE_FL_NOTRACE flag with a hash of ignored functionsSteven Rostedt1-1/+0
2011-04-29ftrace: Remove FTRACE_FL_CONVERTED flagSteven Rostedt1-1/+0
2011-04-29ftrace: Remove FTRACE_FL_FAILED flagSteven Rostedt1-5/+4
2011-02-11ftrace: Fix memory leak with function graph and cpu hotplugSteven Rostedt1-0/+2
2010-07-21tracing/documentation: Document dynamic ftracer internalsMike Frysinger1-0/+5
2010-05-18Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-17/+32
2010-05-04tracing: Convert nop macros to static inlinesSteven Rostedt1-12/+18
2010-04-27tracing: Add graph output support for irqsoff tracerJiri Olsa1-4/+11
2010-04-21tracing: Dump either the oops's cpu source or all cpus buffersFrederic Weisbecker1-1/+3
2010-03-26x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra1-12/+0
2010-02-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+6
2010-02-17tracing: Unify arch_syscall_addr() implementationsMike Frysinger1-0/+6
2010-02-04ftrace: Remove record freezingMasami Hiramatsu1-1/+0
2010-02-04ftrace/alternatives: Introducing *_text_reserved functionsMasami Hiramatsu1-0/+6
2009-10-07tracing: correct module boundaries for ftrace_releasejolsa@redhat.com1-1/+1
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-2/+2
2009-09-20includecheck fix: include/linux, ftrace.hJaswinder Singh Rajput1-1/+0
2009-06-18function-graph: add stack frame testSteven Rostedt1-1/+3
2009-04-17tracing: add same level recursion detectionSteven Rostedt1-0/+7
2009-04-17ftrace: use module notifier for function tracerSteven Rostedt1-7/+0
2009-04-10Merge branch 'tracing/urgent' into tracing/coreIngo Molnar1-30/+1
2009-04-09tracing/syscalls: use a dedicated file headerFrederic Weisbecker1-29/+0
2009-04-08tracing: append a comma to INIT_FTRACE_GRAPHTetsuo Handa1-1/+1
2009-04-07Merge branch 'tracing/urgent' into tracing/ftraceIngo Molnar1-2/+6
2009-04-07function-graph: add proper initialization for init taskSteven Rostedt1-2/+6
2009-03-24function-graph: add option to calculate graph time or notSteven Rostedt1-2/+1
2009-03-24tracing: move function profiler data out of function structSteven Rostedt1-4/+0
2009-03-24tracing: add function profilerSteven Rostedt1-0/+4
2009-03-24tracing: use union for multi-usages fieldLai Jiangshan1-3/+9
2009-03-24function-graph: moved the timestamp from arch to generic codeSteven Rostedt1-2/+1
2009-03-16Merge branches 'tracing/ftrace', 'tracing/syscalls' and 'linus' into tracing/coreIngo Molnar1-3/+11
2009-03-13tracing/syscalls: core infrastructure for syscalls tracing, enhancementsFrederic Weisbecker1-3/+11
2009-03-13ftrace: remove struct list_head from struct dyn_ftraceLai Jiangshan1-1/+0
2009-03-13tracing/ftrace: syscall tracing infrastructure, basicsFrederic Weisbecker1-0/+21
2009-03-06tracing/core: drop the old trace_printk() implementation in favour of trace_bprintk()Frederic Weisbecker1-25/+0
2009-03-06tracing: add trace_bprintk()Lai Jiangshan1-0/+21
2009-03-06tracing: infrastructure for supporting binary recordLai Jiangshan1-0/+3
2009-03-06Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into tracing/coreIngo Molnar1-6/+7
2009-03-05tracing/function-graph-tracer: use the more lightweight local clockFrederic Weisbecker1-6/+7
2009-03-05tracing: move utility functions from ftrace.h to kernel.hIngo Molnar1-56/+2
2009-03-05tracing: rename ftrace_printk() => trace_printk()Ingo Molnar1-9/+9