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-21 | 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-11 | mm-tracepoint: fix documentation and examples | Konstantin Khlebnikov | 1 | -20/+20 |
2012-01-11 | 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-05 | tracing: update Documentation on max preds limit | Li Zefan | 1 | -2/+0 |
2011-11-01 | 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-09 | tracing: Deprecate tracing_enabled for tracing_on | Steven Rostedt | 1 | -19/+19 |
2011-02-09 | tracing: Remove obsolete sched_switch tracer | Steven Rostedt | 1 | -110/+0 |
2011-02-08 | tracing/syscalls: Allow arch specific syscall symbol matching | Ian Munsie | 1 | -0/+4 |
2011-02-08 | 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-23 | mm: vmscan: tracepoint: account for scanned pages similarly for both ftrace a... | Mel Gorman | 1 | -1/+10 |
2010-10-27 | tracing, vmscan: add trace events for LRU list shrinking | Mel Gorman | 1 | -10/+29 |
2010-08-10 | 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-05 | tracing: Make the documentation clear on trace_event boot option | Li Zefan | 1 | -1/+2 |
2010-04-28 | tracing: Add documentation for trace commands mod, traceon/traceoff | Chase Douglas | 1 | -0/+44 |
2010-04-22 | tracing: Dump either the oops's cpu source or all cpus buffers | Frederic Weisbecker | 1 | -2/+4 |
2010-04-15 | 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-27 | tracing/documentation: Cover new frame pointer semantics | Mike Frysinger | 1 | -3/+23 |
2010-01-27 | 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 |