aboutsummaryrefslogtreecommitdiff
path: root/Documentation/trace
AgeCommit message (Expand)AuthorFilesLines
2020-06-10Merge tag 'docs-5.8-2' of git://git.lwn.net/linuxGravatar Linus Torvalds 2-2/+2
2020-06-09Merge tag 'trace-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-0/+2115
2020-06-08Replace HTTP links with HTTPS ones: documentationGravatar Alexander A. Klimov 2-2/+2
2020-06-07Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-1/+89
2020-06-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Gravatar Linus Torvalds 1-1/+1
2020-06-03tracing/doc: Fix ascii-art in histogram-design.rstGravatar Tom Zanussi 1-24/+24
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxGravatar Linus Torvalds 2-14/+15
2020-06-01tracing: Fix events.rst section numberingGravatar Tom Zanussi 1-14/+14
2020-06-01tracing/doc: Fix typos in histogram-design.rstGravatar Steven Rostedt (VMware) 1-3/+3
2020-06-01tracing: Add histogram-design documentGravatar Tom Zanussi 1-0/+2115
2020-05-25tracing: Fix events.rst section numberingGravatar Tom Zanussi 1-14/+14
2020-05-19docs: trace: coresight-ect.rst: Fix a build warningGravatar Mauro Carvalho Chehab 1-0/+1
2020-05-19coresight: docs: Add information about the topology representationsGravatar Mike Leach 2-1/+89
2020-05-19sh/ftrace: Move arch_ftrace_nmi_{enter,exit} into nmi exceptionGravatar Peter Zijlstra 1-8/+0
2020-05-07exec: Rename flush_old_exec begin_new_execGravatar Eric W. Biederman 1-1/+1
2020-05-05docs: coresight: fix `make htmldocs` warningGravatar Vitor Massaru Iha 1-0/+1
2020-04-05Merge tag 'trace-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-16/+66
2020-04-03Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-0/+235
2020-03-30Merge tag 'pm-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 1-11/+10
2020-03-27tracing: Add documentation on set_ftrace_notrace_pid and set_event_notrace_pidGravatar Steven Rostedt (VMware) 1-0/+31
2020-03-27tracing: Have the document reflect that the trace file keeps tracing enabledGravatar Steven Rostedt (VMware) 1-6/+7
2020-03-27tracing: Do not disable tracing when reading the trace fileGravatar Steven Rostedt (VMware) 1-0/+6
2020-03-21docs: coresight: Update documentation for CoreSight to cover CTIGravatar Mike Leach 2-0/+235
2020-03-10docs: trace: events.rst: convert some new stuff to ReST formatGravatar Mauro Carvalho Chehab 1-31/+32
2020-03-03tracing: Have hwlat ts be first instance and record count of instancesGravatar Steven Rostedt (VMware) 1-10/+22
2020-02-13PM: QoS: Simplify definitions of CPU latency QoS trace eventsGravatar Rafael J. Wysocki 1-9/+10
2020-02-13PM: QoS: Drop pm_qos_update_request_timeout()Gravatar Rafael J. Wysocki 1-2/+0
2020-02-07Merge tag 'docs-5.6-2' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+0
2020-02-06Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Gravatar Linus Torvalds 4-0/+701
2020-02-05Documentation: build warnings related to missing blank lines after explicit m...Gravatar Sameer Rahmani 1-1/+1
2020-01-30tracing: Documentation for in-kernel synthetic event APIGravatar Tom Zanussi 1-0/+515
2020-01-28docs: tracing: Fix a broken labelGravatar Mauro Carvalho Chehab 1-0/+1
2020-01-21Documentation: tracing: Fix typos in boot-time tracing documentationGravatar Masami Hiramatsu 1-9/+9
2020-01-13Documentation: tracing: Add boot-time tracing documentGravatar Masami Hiramatsu 2-0/+185
2020-01-10docs: ftrace: Fix small notation mistakeGravatar Frank A. Cancio Bello 1-1/+1
2020-01-10docs: ftrace: Fix typosGravatar Frank A. Cancio Bello 1-3/+3
2020-01-10docs: ftrace: Clarify the RAM impact of buffer_size_kbGravatar Frank A. Cancio Bello 1-1/+2
2019-12-19docs: ftrace: Specifies when buffers get clearGravatar Frank A. Cancio Bello 1-2/+7
2019-12-02Merge tag 'docs-5.5a' of git://git.lwn.net/linuxGravatar Linus Torvalds 5-3/+809
2019-11-27Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 2-2/+12
2019-11-14intel_th: Document software sinksGravatar Alexander Shishkin 1-1/+27
2019-11-13tracing: Use CONFIG_PREEMPTIONGravatar Sebastian Andrzej Siewior 1-1/+1
2019-11-07coresight: etm4x: docs: Adds detailed document for programming etm4x.Gravatar Mike Leach 1-0/+798
2019-11-07coresight: docs: Create common sub-directory for coresight trace.Gravatar Mike Leach 4-3/+11
2019-11-04ftrace: Introduce PERMANENT ftrace_ops flagGravatar Miroslav Benes 2-1/+11
2019-09-20Merge tag 'trace-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 2-0/+2
2019-09-02docs: ftrace: clarify when tracing is disabled by the trace fileGravatar Peter Wu 1-4/+9
2019-08-31tracing/probe: Add immediate parameter supportGravatar Masami Hiramatsu 2-0/+2
2019-07-31Documentation: coresight: convert txt to rstGravatar Phong Tran 3-209/+232
2019-07-18Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 2-7/+45