| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-09-27 | doc: fix old config name of kprobetrace | Liu Bo | 1 | -1/+1 |
| 2012-05-08 | tracing: Fix kconfig warning due to a typo | Srikar Dronamraju | 1 | -2/+20 |
| 2012-05-07 | tracing: Provide trace events interface for uprobes | Srikar Dronamraju | 1 | -0/+95 |
| 2012-03-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
| 2012-02-21 | Documentation: Fix typo in events-power.txt | Masanari Iida | 1 | -1/+1 |
| 2012-02-13 | ftrace: Append wakeup_rt description of ftrace doc | Geunsik Lim | 1 | -0/+7 |
| 2012-01-10 | mm-tracepoint: fix documentation and examples | Konstantin Khlebnikov | 1 | -20/+20 |
| 2012-01-10 | mm-tracepoint: rename page-free events | Konstantin Khlebnikov | 2 | -16/+16 |
| 2011-11-11 | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 1 | -2/+0 |
| 2011-11-04 | tracing: update Documentation on max preds limit | Li Zefan | 1 | -2/+0 |
| 2011-10-31 | mm: change isolate mode from #define to bitwise type | Minchan Kim | 1 | -4/+4 |
| 2011-07-15 | tracing/kprobes: Support module init function probing | Masami Hiramatsu | 1 | -4/+5 |
| 2011-04-24 | sched: Get rid of lock_depth | Jonathan Corbet | 1 | -1/+0 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
| 2011-03-09 | tracing: Add an 'overwrite' trace_option. | David Sharp | 1 | -0/+5 |
| 2011-02-17 | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2 | -129/+26 |
| 2011-02-08 | tracing: Deprecate tracing_enabled for tracing_on | Steven Rostedt | 1 | -19/+19 |
| 2011-02-08 | tracing: Remove obsolete sched_switch tracer | Steven Rostedt | 1 | -110/+0 |
| 2011-02-07 | tracing/syscalls: Allow arch specific syscall symbol matching | Ian Munsie | 1 | -0/+4 |
| 2011-02-07 | tracing/syscalls: Make arch_syscall_addr weak | Ian Munsie | 1 | -0/+3 |
| 2011-02-07 | tracing/kprobes: Add bitfield type | Masami Hiramatsu | 1 | -1/+15 |
| 2011-01-13 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -4/+4 |
| 2011-01-08 | Documentation/trace/events.txt: Remove obsolete sched_signal_send. | Tao Ma | 1 | -4/+4 |
| 2011-01-05 | tools, perf: Documentation for the power events API | Jean Pihet | 1 | -0/+90 |
| 2010-12-22 | mm: vmscan: tracepoint: account for scanned pages similarly for both ftrace a... | Mel Gorman | 1 | -1/+10 |
| 2010-10-26 | tracing, vmscan: add trace events for LRU list shrinking | Mel Gorman | 1 | -10/+29 |
| 2010-08-09 | vmscan: tracing: add a postprocessing script for reclaim-related ftrace events | Mel Gorman | 1 | -0/+686 |
| 2010-07-21 | tracing/documentation: Document dynamic ftracer internals | Mike Frysinger | 1 | -5/+148 |
| 2010-07-05 | tracing/kprobes: Support "string" type | Masami Hiramatsu | 1 | -1/+1 |
| 2010-06-09 | tracing: Remove kmemtrace ftrace plugin | Li Zefan | 1 | -126/+0 |
| 2010-05-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -4/+4 |
| 2010-05-18 | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -3/+50 |
| 2010-05-04 | tracing: Make the documentation clear on trace_event boot option | Li Zefan | 1 | -1/+2 |
| 2010-04-27 | tracing: Add documentation for trace commands mod, traceon/traceoff | Chase Douglas | 1 | -0/+44 |
| 2010-04-21 | tracing: Dump either the oops's cpu source or all cpus buffers | Frederic Weisbecker | 1 | -2/+4 |
| 2010-04-14 | tracing/kprobes: Support basic types on dynamic events | Masami Hiramatsu | 1 | -1/+3 |
| 2010-03-16 | Fix typos in comments | Thomas Weber | 1 | -4/+4 |
| 2010-03-08 | Merge branch 'for-next' into for-linus | Jiri Kosina | 1 | -1/+1 |
| 2010-02-28 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -25/+32 |
| 2010-02-27 | Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Ingo Molnar | 1 | -3/+2 |
| 2010-02-17 | tracing: Unify arch_syscall_addr() implementations | Mike Frysinger | 1 | -3/+2 |
| 2010-02-09 | tree-wide: Assorted spelling fixes | Daniel Mack | 1 | -1/+1 |
| 2010-01-26 | tracing/documentation: Cover new frame pointer semantics | Mike Frysinger | 1 | -3/+23 |
| 2010-01-26 | tracing/documentation: Fix a typo in ftrace.txt | Yang Hongyang | 1 | -1/+1 |
| 2010-01-20 | kprobetrace, doc: Add the explanation to remove probe points | Motohiro KOSAKI | 1 | -0/+7 |
| 2010-01-20 | kprobetrace, doc: Shell needs single quote to use $ character | Motohiro KOSAKI | 1 | -2/+2 |
| 2010-01-13 | tracing/kprobe: Drop function argument access syntax | Masami Hiramatsu | 1 | -11/+10 |
| 2010-01-13 | tracing/kprobe: Update example output in documentation | Masami Hiramatsu | 1 | -16/+17 |
| 2010-01-11 | Documentation: update ring-buffer-design.txt | Randy Dunlap | 1 | -28/+28 |
| 2009-12-31 | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 3 | -44/+45 |
| 2009-12-22 | mm tracing: cleanup Documentation/trace/events-kmem.txt | Randy Dunlap | 1 | -7/+7 |
| 2009-12-20 | Documentation: Update ftrace-design.txt | Randy Dunlap | 1 | -7/+7 |
| 2009-12-20 | Documentation: Update tracepoint-analysis.txt | Randy Dunlap | 1 | -30/+30 |
| 2009-12-20 | Documentation: Update mmiotrace.txt | Randy Dunlap | 1 | -7/+8 |
| 2009-11-17 | Merge branch 'perf/core' into perf/probes | Ingo Molnar | 1 | -0/+2 |
| 2009-11-04 | tracing/kprobes: Rename Kprobe-tracer to kprobe-event | Masami Hiramatsu | 1 | -18/+16 |
| 2009-11-04 | Merge commit 'v2.6.32-rc6' into perf/core | Ingo Molnar | 1 | -0/+2 |
| 2009-10-24 | tracing: Fix comment typo and documentation example | Jiri Olsa | 1 | -0/+2 |
| 2009-10-23 | Merge branch 'perf/core' into perf/probes | Ingo Molnar | 1 | -2/+11 |
| 2009-10-14 | tracing: Document HAVE_SYSCALL_TRACEPOINTS needs | Frederic Weisbecker | 1 | -2/+11 |
| 2009-10-12 | tracing/kprobes: Make special variable names more self-explainable | Masami Hiramatsu | 1 | -11/+11 |
| 2009-10-12 | tracing/kprobes: Remove '$ra' special variable | Masami Hiramatsu | 1 | -7/+6 |
| 2009-10-12 | tracing/kprobes: Add $ prefix to special variables | Masami Hiramatsu | 1 | -10/+10 |
| 2009-09-23 | Merge commit 'linus/master' into tracing/kprobes | Frederic Weisbecker | 7 | -32/+1288 |
| 2009-09-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -2/+2 |
| 2009-09-22 | tracing, documentation: Add a document on the kmem tracepoints | Mel Gorman | 1 | -0/+107 |
| 2009-09-22 | tracing, documentation: add a document describing how to do some performance ... | Mel Gorman | 1 | -0/+327 |
| 2009-09-22 | tracing, page-allocator: add a postprocessing script for page-allocator-relat... | Mel Gorman | 1 | -0/+418 |
| 2009-09-21 | trivial: fix typo in tracing documentation | Michal Sojka | 1 | -1/+1 |
| 2009-09-21 | trivial: fix typos "man[ae]g?ment" -> "management" | Uwe Kleine-Koenig | 1 | -1/+1 |
| 2009-09-19 | tracing, perf: Convert the power tracer into an event tracer | Arjan van de Ven | 1 | -17/+0 |
| 2009-09-17 | Merge branch 'linus' into tracing/core | Ingo Molnar | 1 | -12/+12 |
| 2009-09-17 | tracing/kprobes: Disable kprobe events by default after creation | Masami Hiramatsu | 1 | -2/+9 |
| 2009-09-17 | tracing/kprobes: Support custom subsystem for each kprobe event | Masami Hiramatsu | 1 | -2/+3 |
| 2009-09-15 | debugfs: Fix mount directory of debugfs by default in events.txt | GeunSik Lim | 1 | -12/+12 |
| 2009-09-14 | ftrace: document function and function graph implementation | Mike Frysinger | 2 | -0/+239 |
| 2009-09-12 | tracing/filters: add filter Documentation | Tom Zanussi | 1 | -1/+183 |
| 2009-09-11 | tracing/kprobes: Show event name in trace output | Masami Hiramatsu | 1 | -8/+8 |
| 2009-09-11 | tracing/kprobes: Add argument name support | Masami Hiramatsu | 1 | -26/+20 |
| 2009-09-11 | tracing/kprobes: Add event profiling support | Masami Hiramatsu | 1 | -1/+3 |
| 2009-09-11 | tracing/kprobes: Fix probe offset to be unsigned | Masami Hiramatsu | 1 | -7/+7 |
| 2009-09-11 | Merge commit 'tracing/core' into tracing/kprobes | Frederic Weisbecker | 1 | -32/+36 |
| 2009-09-04 | tracing: Remove mentioning of legacy latency_trace file from documentation | Albin Tonnerre | 1 | -32/+36 |
| 2009-08-27 | tracing: Add kprobes event profiling interface | Masami Hiramatsu | 1 | -0/+8 |
| 2009-08-27 | tracing: Generate names for each kprobe event automatically | Masami Hiramatsu | 1 | -1/+2 |
| 2009-08-27 | tracing: Kprobe-tracer supports more than 6 arguments | Masami Hiramatsu | 1 | -1/+1 |
| 2009-08-27 | tracing: Add kprobe-based event tracer documentation | Masami Hiramatsu | 1 | -0/+139 |
| 2009-08-26 | tracing: Add vim script to enable folding for function_graph traces | Josh Triplett | 1 | -0/+42 |
| 2009-07-07 | ring-buffer: add design document | Steven Rostedt | 1 | -0/+955 |
| 2009-07-01 | tracing/events: Add trace_event boot option | Li Zefan | 1 | -0/+9 |
| 2009-06-15 | debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem. | GeunSik Lim | 2 | -104/+155 |
| 2009-06-12 | trivial: Remove the hyphen from git commands | Matt Kraai | 1 | -1/+1 |
| 2009-06-12 | trivial: ftrace:fix description of trace directory | GeunSik Lim | 1 | -1/+1 |
| 2009-06-10 | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -1/+108 |
| 2009-06-10 | ftrace/documentation: fix typo in function grapher name | Mike Frysinger | 1 | -1/+1 |
| 2009-05-29 | ftrace: fix typo about map of kernel priority in ftrace.txt file. | GeunSik Lim | 1 | -3/+12 |
| 2009-05-19 | tracing/events: Documentation updates | Li Zefan | 1 | -102/+57 |
| 2009-04-12 | tracing: Document the event tracing system | Theodore Ts'o | 1 | -0/+135 |
| 2009-04-12 | tracing: Add documentation for the power tracer | Theodore Ts'o | 1 | -0/+17 |
| 2009-04-09 | tracing: consolidate documents | Li Zefan | 4 | -0/+2233 |