aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAge
...
| | | | | | | |
| | | \ \ \ \ \
| | *-. \ \ \ \ \ Merge branches 'tracing/docs', 'tracing/filters', 'tracing/ftrace', 'tracing/...Ingo Molnar2009-03-31
| | |\ \ \ \ \ \ \
| | | | * | | | | | tracing: use union for multi-usages fieldLai Jiangshan2009-03-24
| | | | * | | | | | function-graph: ignore times across scheduleSteven Rostedt2009-03-24
| | | | * | | | | | function-graph: moved the timestamp from arch to generic codeSteven Rostedt2009-03-24
| | | | * | | | | | debugfs: function to know if debugfs is initializedFrederic Weisbecker2009-03-23
| | | |/ / / / / / | | |/| | | | | |
| | | * | | | | | tracing: add ring_buffer_event_discard() to ring bufferTom Zanussi2009-03-22
| | |/ / / / / /
| | | | | | | |
| | | \ \ \ \ \
| | *-. \ \ \ \ \ Merge branches 'tracing/ftrace', 'tracing/kprobes', 'tracing/tasks' and 'linu...Ingo Molnar2009-03-20
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2009-03-18
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | | * | | | | | | tracing: optimization of branch tracerWitold Baryluk2009-03-17
| | | * | | | | | | ring-buffer: add api to allow a tracer to change clock sourceSteven Rostedt2009-03-17
| | | | | | | | | |
| | | \ \ \ \ \ \ \
| | *-. \ \ \ \ \ \ \ Merge branches 'tracing/ftrace', 'tracing/syscalls' and 'linus' into tracing/...Ingo Molnar2009-03-16
| | |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | |
| | | * | | | | | | | tracing/syscalls: core infrastructure for syscalls tracing, enhancementsFrederic Weisbecker2009-03-13
| | * | | | | | | | | ftrace: remove struct list_head from struct dyn_ftraceLai Jiangshan2009-03-13
| | * | | | | | | | | Merge branches 'tracing/ftrace' and 'tracing/syscalls'; commit 'v2.6.29-rc8' ...Ingo Molnar2009-03-13
| | |\| | | | | | | |
| | | * | | | | | | | tracing/ftrace: syscall tracing infrastructure, basicsFrederic Weisbecker2009-03-13
| | * | | | | | | | | tracing: tracepoints for softirq entry/exit - tracepointsJason Baron2009-03-12
| | * | | | | | | | | tracing: tracepoints for softirq entry/exit - add softirq-to-name arrayJason Baron2009-03-12
| | * | | | | | | | | tracing/core: bring back raw trace_printk for dynamic formats stringsFrederic Weisbecker2009-03-12
| | |/ / / / / / / /
| | * | | | | | | | Merge branch 'core/locking' into tracing/ftraceIngo Molnar2009-03-12
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2009-03-10
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | tracing: remove funky whitespace in the trace codeSteven Rostedt2009-03-10
| | | * | | | | | | | | tracing: document TRACE_EVENT macro in tracepoint.hSteven Rostedt2009-03-10
| | | * | | | | | | | | tracing: flip the TP_printk and TP_fast_assign in the TRACE_EVENT macroSteven Rostedt2009-03-10
| | | | | | | | | | | |
| | | \ \ \ \ \ \ \ \ \
| | *-. \ \ \ \ \ \ \ \ \ Merge branches 'tracing/ftrace', 'tracing/textedit' and 'linus' into tracing/...Ingo Molnar2009-03-10
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'x86/core' into tracing/ftraceIngo Molnar2009-03-10
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2009-03-10
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / | | |/| | | / / / / / / / / / | | | | |_|/ / / / / / / / / | | | |/| | | | | | | | | |
| | | * | | | | | | | | | | tracing: remove obsolete TRACE_EVENT_FORMAT macroSteven Rostedt2009-03-10
| | | * | | | | | | | | | | tracing: convert irq trace points to new macrosSteven Rostedt2009-03-10
| | | * | | | | | | | | | | tracing: convert the sched trace points to the TRACE_EVENT macrosSteven Rostedt2009-03-10
| | | * | | | | | | | | | | tracing: new format for specialized trace pointsSteven Rostedt2009-03-10
| | | * | | | | | | | | | | tracing: replace TP<var> with TP_<var>Steven Rostedt2009-03-10
| | | | | | | | | | | | | |
| | | \ \ \ \ \ \ \ \ \ \ \
| | *-. \ \ \ \ \ \ \ \ \ \ \ Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'linus' ...Ingo Molnar2009-03-10
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / | | | |/| | | | | | | | | | |
| | | * | | | | | | | | | | | tracing: optimize trace_printk()Ingo Molnar2009-03-09
| | | * | | | | | | | | | | | tracing: trace_printk() fix, move format array to data sectionIngo Molnar2009-03-09
| | * | | | | | | | | | | | | Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'tracing...Ingo Molnar2009-03-08
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / | | |/| | | | | | | | | | | |
| | | * | | | | | | | | | | | tracing, Text Edit Lock - Architecture Independent CodeMathieu Desnoyers2009-03-06
| | | * | | | | | | | | | | | Merge branch 'x86/core' into tracing/texteditIngo Molnar2009-03-06
| | | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | tracing/core: drop the old trace_printk() implementation in favour of trace_b...Frederic Weisbecker2009-03-06
| | * | | | | | | | | | | | | | tracing: add trace_bprintk()Lai Jiangshan2009-03-06
| | * | | | | | | | | | | | | | tracing: infrastructure for supporting binary recordLai Jiangshan2009-03-06
| | * | | | | | | | | | | | | | Merge branch 'core/printk' into tracing/ftraceIngo Molnar2009-03-06
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | tracing, power-trace: make it build even if the power-tracer is turned offIngo Molnar2009-03-06
| | * | | | | | | | | | | | | | | Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2009-03-06
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | tracing: add tracing_on/tracing_off to kernel.hSteven Rostedt2009-03-05
| | * | | | | | | | | | | | | | | Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into trac...Ingo Molnar2009-03-06
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | tracing/function-graph-tracer: use the more lightweight local clockFrederic Weisbecker2009-03-05
| | * | | | | | | | | | | | | | | tracing: move utility functions from ftrace.h to kernel.hIngo Molnar2009-03-05
| | * | | | | | | | | | | | | | | tracing: rename ftrace_printk() => trace_printk()Ingo Molnar2009-03-05
| | |/ / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | tracing: add lockdep tracepoints for lock acquire/releasePeter Zijlstra2009-03-04
| | * | | | | | | | | | | | | | Merge branch 'core/locking' into tracing/ftraceIngo Molnar2009-03-04
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \