summaryrefslogtreecommitdiffstats
path: root/Documentation/trace
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-02-151-2/+2
|\
| * coresight: fix the debug AMBA bus nameKaixu Xia2015-02-041-2/+2
* | Documentation: Fix the wrong command `echo -1 > set_ftrace_pid` for cleaning ...Wang Long2015-02-091-1/+1
|/
* Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-141-0/+299
|\
| * coresight: documentation for coresight framework and driversMathieu Poirier2014-11-071-0/+299
* | tracing: Add additional marks to signal very large time deltasByungchul Park2014-12-031-3/+7
* | ftrace, kprobes: Support IPMODIFY flag to find IP modify conflictMasami Hiramatsu2014-11-211-0/+5
|/
* mm: trace-vmscan-postprocess.pl: report the number of file/anon pages respect...Chen Yucong2014-08-061-0/+53
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-08-041-1/+1
|\
| * Merge tag 'v3.16-rc5' into sched/core, to refresh the branch before applying ...Ingo Molnar2014-07-161-12/+2
| |\
| * | sched: Transform resched_task() into resched_curr()Kirill Tkhai2014-07-161-1/+1
* | | Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-08-041-26/+0
|\ \ \ | |_|/ |/| |
| * | ftrace: Remove check for HAVE_FUNCTION_TRACE_MCOUNT_TESTSteven Rostedt (Red Hat)2014-07-181-26/+0
| |/
* | mm:vmscan: update the trace-vmscan-postprocess.pl for event vmscan/mm_vmscan_...Chen Yucong2014-07-031-12/+2
|/
* Merge tag 'trace-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-06-092-0/+50
|\
| * tracing: Add funcgraph_tail option to print function name after closing bracesRobert Elliott2014-05-201-0/+26
| * tracing: Add trace_<tracepoint>_enabled() functionSteven Rostedt (Red Hat)2014-05-071-0/+24
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-06-041-1/+1
|\ \ | |/ |/|
| * doc: spelling error changesCarlos Garcia2014-05-051-1/+1
* | Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-04-031-4/+1
|\ \ | |/ |/|
| * ftrace: Do not pass data to ftrace_dyn_arch_initJiri Slaby2014-03-071-1/+1
| * ftrace: Pass retval through return in ftrace_dyn_arch_init()Jiri Slaby2014-03-071-3/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-04-021-1/+1
|\ \
| * | doc: fix double wordsMasanari Iida2014-03-211-1/+1
| |/
* | PM / QoS: Rename device resume latency QoS itemsRafael J. Wysocki2014-02-111-1/+1
|/
* Documentation/trace/postprocess/trace-vmscan-postprocess.pl: fix the traceeve...Vinayak Menon2014-01-231-9/+9
* tracing/uprobes: Add @+file_offset fetch methodNamhyung Kim2014-01-021-0/+1
* tracing/uprobes: Add support for full argument access methodsNamhyung Kim2014-01-021-0/+25
* tracing/uprobes: Fix documentation of uprobe registration syntaxNamhyung Kim2014-01-021-5/+5
* tracing: Add documentation for trace event triggersTom Zanussi2013-12-211-0/+207
* Documentation/trace/tracepoints.txt: add links to TRACE_EVENT documentationStefan Raspl2013-11-131-0/+5
* ftrace, sched: Add TRACE_FLAG_PREEMPT_RESCHEDPeter Zijlstra2013-11-111-1/+5
* Documentation/trace: Correcting and extending tracepoint documentationZoltan Kiss2013-08-271-2/+17
* Documentation: replace strict_strtoul() with kstrtoul()Jingoo Han2013-08-201-2/+2
* Merge tag 'trace-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2013-07-112-3/+25
|\
| * tracing: Update documentation on tracepoint glob matchingSteven Rostedt (Red Hat)2013-06-191-2/+11
| * tracing: Add binary '&' filter for eventsSteven Rostedt2013-06-191-1/+1
| * tracing: Add function probe to trigger a ftrace dump of current CPU traceSteven Rostedt (Red Hat)2013-06-111-0/+6
| * tracing: Add function probe to trigger a ftrace dump to consoleSteven Rostedt (Red Hat)2013-06-111-0/+7
* | Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-031-0/+31
|\ \
| * | PM / QoS: Add pm_qos and dev_pm_qos to events-power.txtSahara2013-06-241-0/+31
| |/
* | x86: Add NMI duration tracepointsDave Hansen2013-06-231-0/+43
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-301-15/+0
|\
| * doc: Remove text on tracepoint samplesPaul Bolle2013-03-211-15/+0
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-04-301-47/+67
|\ \
| * | uretprobes: Documentation updateAnton Arapov2013-04-131-47/+67
* | | Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2013-04-291-617/+1480
|\ \ \ | |/ / |/| |
| * | tracing: Bring Documentation/trace/ftrace.txt up to dateSteven Rostedt (Red Hat)2013-03-151-617/+1480
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-03-111-1/+1
|\ \ \ | |/ / | | / | |/ |/|
| * tracing: update documentation of snapshot utilityHiraku Toyooka2013-03-081-1/+1
OpenPOWER on IntegriCloud