aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-15Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-2/+2
2015-02-09Documentation: Fix the wrong command `echo -1 > set_ftrace_pid` for cleaning the filter.Wang Long1-1/+1
2015-02-04coresight: fix the debug AMBA bus nameKaixu Xia1-2/+2
2014-12-14Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+299
2014-12-03tracing: Add additional marks to signal very large time deltasByungchul Park1-3/+7
2014-11-21ftrace, kprobes: Support IPMODIFY flag to find IP modify conflictMasami Hiramatsu1-0/+5
2014-11-07coresight: documentation for coresight framework and driversMathieu Poirier1-0/+299
2014-08-06mm: trace-vmscan-postprocess.pl: report the number of file/anon pages respectivelyChen Yucong1-0/+53
2014-08-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2014-08-04Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-26/+0
2014-07-18ftrace: Remove check for HAVE_FUNCTION_TRACE_MCOUNT_TESTSteven Rostedt (Red Hat)1-26/+0
2014-07-16Merge tag 'v3.16-rc5' into sched/core, to refresh the branch before applying bigger tree-wide changesIngo Molnar1-12/+2
2014-07-16sched: Transform resched_task() into resched_curr()Kirill Tkhai1-1/+1
2014-07-03mm:vmscan: update the trace-vmscan-postprocess.pl for event vmscan/mm_vmscan_lru_isolateChen Yucong1-12/+2
2014-06-09Merge tag 'trace-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-0/+50
2014-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial into nextLinus Torvalds1-1/+1
2014-05-20tracing: Add funcgraph_tail option to print function name after closing bracesRobert Elliott1-0/+26
2014-05-07tracing: Add trace_<tracepoint>_enabled() functionSteven Rostedt (Red Hat)1-0/+24
2014-05-05doc: spelling error changesCarlos Garcia1-1/+1
2014-04-03Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-4/+1
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2014-03-21doc: fix double wordsMasanari Iida1-1/+1
2014-03-07ftrace: Do not pass data to ftrace_dyn_arch_initJiri Slaby1-1/+1
2014-03-07ftrace: Pass retval through return in ftrace_dyn_arch_init()Jiri Slaby1-3/+0
2014-02-11PM / QoS: Rename device resume latency QoS itemsRafael J. Wysocki1-1/+1
2014-01-23Documentation/trace/postprocess/trace-vmscan-postprocess.pl: fix the traceevent regexVinayak Menon1-9/+9
2014-01-02tracing/uprobes: Add @+file_offset fetch methodNamhyung Kim1-0/+1
2014-01-02tracing/uprobes: Add support for full argument access methodsNamhyung Kim1-0/+25
2014-01-02tracing/uprobes: Fix documentation of uprobe registration syntaxNamhyung Kim1-5/+5
2013-12-21tracing: Add documentation for trace event triggersTom Zanussi1-0/+207
2013-11-13Documentation/trace/tracepoints.txt: add links to TRACE_EVENT documentationStefan Raspl1-0/+5
2013-11-11ftrace, sched: Add TRACE_FLAG_PREEMPT_RESCHEDPeter Zijlstra1-1/+5
2013-08-27Documentation/trace: Correcting and extending tracepoint documentationZoltan Kiss1-2/+17
2013-08-20Documentation: replace strict_strtoul() with kstrtoul()Jingoo Han1-2/+2
2013-07-11Merge tag 'trace-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-3/+25
2013-07-03Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+31
2013-06-24PM / QoS: Add pm_qos and dev_pm_qos to events-power.txtSahara1-0/+31
2013-06-23x86: Add NMI duration tracepointsDave Hansen1-0/+43
2013-06-19tracing: Update documentation on tracepoint glob matchingSteven Rostedt (Red Hat)1-2/+11
2013-06-19tracing: Add binary '&' filter for eventsSteven Rostedt1-1/+1
2013-06-11tracing: Add function probe to trigger a ftrace dump of current CPU traceSteven Rostedt (Red Hat)1-0/+6
2013-06-11tracing: Add function probe to trigger a ftrace dump to consoleSteven Rostedt (Red Hat)1-0/+7
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-15/+0
2013-04-30Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-47/+67
2013-04-29Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-617/+1480
2013-04-13uretprobes: Documentation updateAnton Arapov1-47/+67
2013-03-21doc: Remove text on tracepoint samplesPaul Bolle1-15/+0
2013-03-15tracing: Bring Documentation/trace/ftrace.txt up to dateSteven Rostedt (Red Hat)1-617/+1480
2013-03-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-03-08tracing: update documentation of snapshot utilityHiraku Toyooka1-1/+1