aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAge
...
| | * | | | | | tracing/profile: Add filter supportLi Zefan2009-10-15
| | * | | | | | tracing/filters: Use a different op for glob matchLi Zefan2009-10-15
| | * | | | | | tracing/filters: Refactor subsystem filter codeLi Zefan2009-10-15
| | * | | | | | Merge branch 'tracing/core' into perf/coreIngo Molnar2009-10-15
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'linus' into perf/coreIngo Molnar2009-10-15
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge commit 'v2.6.32-rc4' into perf/coreIngo Molnar2009-10-13
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | tracing/events: Add 'signed' field to format filesTom Zanussi2009-10-06
| * | | | | | | | | | Merge commit 'v2.6.32-rc5' into perf/probesIngo Molnar2009-10-17
| |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | tracing/kprobes: Add failure messages for debuggingMasami Hiramatsu2009-10-17
| * | | | | | | | | | tracing/kprobes: Update kprobe-tracer selftest against new syntaxMasami Hiramatsu2009-10-17
| * | | | | | | | | | tracing/kprobes: Robustify fixed field names against variable field names con...Masami Hiramatsu2009-10-12
| * | | | | | | | | | tracing/kprobes: Avoid field name conflictionMasami Hiramatsu2009-10-12
| * | | | | | | | | | tracing/kprobes: Make special variable names more self-explainableMasami Hiramatsu2009-10-12
| * | | | | | | | | | tracing/kprobes: Remove '$ra' special variableMasami Hiramatsu2009-10-12
| * | | | | | | | | | tracing/kprobes: Add $ prefix to special variablesMasami Hiramatsu2009-10-12
| * | | | | | | | | | tracing/ftrace: Fix to check create_event_dir() when adding new eventsMasami Hiramatsu2009-10-02
| * | | | | | | | | | tracing/kprobes: Use global event perf buffers in kprobe tracerMasami Hiramatsu2009-10-02
| * | | | | | | | | | Merge commit 'linus/master' into tracing/kprobesFrederic Weisbecker2009-09-23
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | tracing/kprobes: Disable kprobe events by default after creationMasami Hiramatsu2009-09-16
| * | | | | | | | | | | tracing/kprobes: Fix profiling alignment for perf_counter bufferMasami Hiramatsu2009-09-16
| * | | | | | | | | | | tracing/kprobes: Add probe handler dispatcher to support perf and ftrace conc...Masami Hiramatsu2009-09-16
| * | | | | | | | | | | ftrace: Fix trace_remove_event_call() to lock trace_event_mutexMasami Hiramatsu2009-09-16
| * | | | | | | | | | | ftrace: Fix trace_add_event_call() to initialize listMasami Hiramatsu2009-09-16
| * | | | | | | | | | | tracing/kprobes: Fix trace_probe registration orderMasami Hiramatsu2009-09-16
| * | | | | | | | | | | tracing/kprobes: Support custom subsystem for each kprobe eventMasami Hiramatsu2009-09-16
| * | | | | | | | | | | tracing/kprobes: Show event name in trace outputMasami Hiramatsu2009-09-11
| * | | | | | | | | | | tracing/kprobes: Add argument name supportMasami Hiramatsu2009-09-11
| * | | | | | | | | | | tracing/kprobes: Add event profiling supportMasami Hiramatsu2009-09-10
| * | | | | | | | | | | tracing/kprobes: Cleanup kprobe tracer code.Masami Hiramatsu2009-09-10
| * | | | | | | | | | | tracing/kprobes: Fix probe offset to be unsignedMasami Hiramatsu2009-09-10
| * | | | | | | | | | | Merge commit 'tracing/core' into tracing/kprobesFrederic Weisbecker2009-09-10
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| * | | | | | | | | | | tracing: Remove unneeded pointer castsFrederic Weisbecker2009-08-26
| * | | | | | | | | | | tracing: Restore the const qualifier for field names and types definitionFrederic Weisbecker2009-08-26
| * | | | | | | | | | | tracing/kprobes: Change trace_arg to probe_argMasami Hiramatsu2009-08-26
| * | | | | | | | | | | tracing/kprobes: Fix format typo in trace_kprobesMasami Hiramatsu2009-08-26
| * | | | | | | | | | | tracing: Add kprobes event profiling interfaceMasami Hiramatsu2009-08-26
| * | | | | | | | | | | tracing: Kprobe tracer assigns new event ids for each eventMasami Hiramatsu2009-08-26
| * | | | | | | | | | | tracing: Generate names for each kprobe event automaticallyMasami Hiramatsu2009-08-26
| * | | | | | | | | | | tracing: Kprobe-tracer supports more than 6 argumentsMasami Hiramatsu2009-08-26
| * | | | | | | | | | | tracing: Add kprobe-based event tracerMasami Hiramatsu2009-08-26
| * | | | | | | | | | | tracing: Introduce TRACE_FIELD_ZERO() macroMasami Hiramatsu2009-08-26
| * | | | | | | | | | | tracing: Ftrace dynamic ftrace_event_call supportMasami Hiramatsu2009-08-26
* | | | | | | | | | | | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-05
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | ring-buffer-benchmark: Add parameters to set produce/consumer prioritiesSteven Rostedt2009-11-25
| * | | | | | | | | | | | tracing, function tracer: Clean up strstrip() usageIngo Molnar2009-11-23
| * | | | | | | | | | | | ring-buffer benchmark: Run producer/consumer threads at nice +19Ingo Molnar2009-11-23
| * | | | | | | | | | | | tracing: Prevent build warning: 'ftrace_graph_buf' defined but not usedLai Jiangshan2009-11-17
| * | | | | | | | | | | | ring-buffer: Move access to commit_page up into function usedSteven Rostedt2009-11-17
| * | | | | | | | | | | | tracing: do not disable interrupts for trace_clock_localSteven Rostedt2009-11-11
| * | | | | | | | | | | | ring-buffer: Add multiple iterations between benchmark timestampsSteven Rostedt2009-11-11