aboutsummaryrefslogtreecommitdiff
path: root/include/linux/ftrace.h
AgeCommit message (Expand)AuthorFilesLines
2012-01-07tracing: Fix compile error when static ftrace is enabledGravatar Steven Rostedt 1-0/+1
2011-12-21ftrace: Allow access to the boot time function enablingGravatar Steven Rostedt 1-0/+3
2011-12-21ftrace: Decouple hash items from showing filtered functionsGravatar Steven Rostedt 1-2/+3
2011-12-21ftrace: Allow other users of function tracing to use the output listingGravatar Steven Rostedt 1-0/+35
2011-12-21ftrace: Replace record newlist with record page listGravatar Steven Rostedt 1-4/+1
2011-12-21ftrace: Remove usage of "freed" recordsGravatar Steven Rostedt 1-1/+0
2011-12-21ftrace: Allow archs to modify code without stop machineGravatar Steven Rostedt 1-0/+31
2011-10-31include: replace linux/module.h with "struct module" wherever possibleGravatar Paul Gortmaker 1-1/+1
2011-07-11ftrace: Fix warning when CONFIG_FUNCTION_TRACER is not definedGravatar Steven Rostedt 1-2/+2
2011-07-07ftrace: Fix regression of :mod:module function enablingGravatar Steven Rostedt 1-1/+2
2011-05-18ftrace: Modify ftrace_set_filter/notrace to take opsGravatar Steven Rostedt 1-1/+6
2011-05-18ftrace: Allow dynamically allocated function tracersGravatar Steven Rostedt 1-0/+1
2011-05-18ftrace: Implement separate user function filteringGravatar Steven Rostedt 1-1/+6
2011-05-18ftrace: Use counters to enable functions to traceGravatar Steven Rostedt 1-2/+6
2011-05-18ftrace: Create a global_ops to hold the filter and notrace hashesGravatar Steven Rostedt 1-2/+8
2011-05-18ftrace: Use hash instead for FTRACE_FL_FILTERGravatar Steven Rostedt 1-2/+1
2011-05-18ftrace: Replace FTRACE_FL_NOTRACE flag with a hash of ignored functionsGravatar Steven Rostedt 1-1/+0
2011-04-29ftrace: Remove FTRACE_FL_CONVERTED flagGravatar Steven Rostedt 1-1/+0
2011-04-29ftrace: Remove FTRACE_FL_FAILED flagGravatar Steven Rostedt 1-5/+4
2011-02-11ftrace: Fix memory leak with function graph and cpu hotplugGravatar Steven Rostedt 1-0/+2
2010-07-21tracing/documentation: Document dynamic ftracer internalsGravatar Mike Frysinger 1-0/+5
2010-05-18Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-17/+32
2010-05-04tracing: Convert nop macros to static inlinesGravatar Steven Rostedt 1-12/+18
2010-04-27tracing: Add graph output support for irqsoff tracerGravatar Jiri Olsa 1-4/+11
2010-04-21tracing: Dump either the oops's cpu source or all cpus buffersGravatar Frederic Weisbecker 1-1/+3
2010-03-26x86, perf, bts, mm: Delete the never used BTS-ptrace codeGravatar Peter Zijlstra 1-12/+0
2010-02-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+6
2010-02-17tracing: Unify arch_syscall_addr() implementationsGravatar Mike Frysinger 1-0/+6
2010-02-04ftrace: Remove record freezingGravatar Masami Hiramatsu 1-1/+0
2010-02-04ftrace/alternatives: Introducing *_text_reserved functionsGravatar Masami Hiramatsu 1-0/+6
2009-10-07tracing: correct module boundaries for ftrace_releaseGravatar jolsa@redhat.com 1-1/+1
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerGravatar Alexey Dobriyan 1-2/+2
2009-09-20includecheck fix: include/linux, ftrace.hGravatar Jaswinder Singh Rajput 1-1/+0
2009-06-18function-graph: add stack frame testGravatar Steven Rostedt 1-1/+3
2009-04-17tracing: add same level recursion detectionGravatar Steven Rostedt 1-0/+7
2009-04-17ftrace: use module notifier for function tracerGravatar Steven Rostedt 1-7/+0
2009-04-10Merge branch 'tracing/urgent' into tracing/coreGravatar Ingo Molnar 1-30/+1
2009-04-09tracing/syscalls: use a dedicated file headerGravatar Frederic Weisbecker 1-29/+0
2009-04-08tracing: append a comma to INIT_FTRACE_GRAPHGravatar Tetsuo Handa 1-1/+1
2009-04-07Merge branch 'tracing/urgent' into tracing/ftraceGravatar Ingo Molnar 1-2/+6
2009-04-07function-graph: add proper initialization for init taskGravatar Steven Rostedt 1-2/+6
2009-03-24function-graph: add option to calculate graph time or notGravatar Steven Rostedt 1-2/+1
2009-03-24tracing: move function profiler data out of function structGravatar Steven Rostedt 1-4/+0
2009-03-24tracing: add function profilerGravatar Steven Rostedt 1-0/+4
2009-03-24tracing: use union for multi-usages fieldGravatar Lai Jiangshan 1-3/+9
2009-03-24function-graph: moved the timestamp from arch to generic codeGravatar Steven Rostedt 1-2/+1
2009-03-16Merge branches 'tracing/ftrace', 'tracing/syscalls' and 'linus' into tracing/...Gravatar Ingo Molnar 1-3/+11
2009-03-13tracing/syscalls: core infrastructure for syscalls tracing, enhancementsGravatar Frederic Weisbecker 1-3/+11
2009-03-13ftrace: remove struct list_head from struct dyn_ftraceGravatar Lai Jiangshan 1-1/+0
2009-03-13tracing/ftrace: syscall tracing infrastructure, basicsGravatar Frederic Weisbecker 1-0/+21