aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/trace
Commit message (Expand)AuthorAgeFilesLines
* tracing/histogram: Rename "cpu" to "common_cpu"Steven Rostedt (VMware)2021-07-231-1/+1
* Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-07-035-4/+350
|\
| * Documentation: Fix a typo on trace/osnoise-tracerDaniel Bristot de Oliveira2021-06-281-1/+1
| * trace: Add timerlat tracerDaniel Bristot de Oliveira2021-06-252-0/+182
| * trace: Add osnoise tracerDaniel Bristot de Oliveira2021-06-252-0/+153
| * trace/hwlat: Implement the per-cpu modeDaniel Bristot de Oliveira2021-06-251-1/+2
| * trace/hwlat: Implement the mode config optionDaniel Bristot de Oliveira2021-06-241-4/+8
| * Documentation: tracing: Add per-group/all events enablement desciptionMasami Hiramatsu2021-06-101-0/+6
* | Merge tag 'docs-5.14' of git://git.lwn.net/linuxLinus Torvalds2021-06-283-7/+9
|\ \
| * | docs: trace: ftrace.rst: avoid using ReST :doc:`foo` markupMauro Carvalho Chehab2021-06-171-1/+1
| * | docs: trace: coresight: coresight.rst: avoid using ReST :doc:`foo` markupMauro Carvalho Chehab2021-06-171-3/+5
| * | docs: trace: coresight: coresight-etm4x-reference.rst: replace some charactersMauro Carvalho Chehab2021-06-171-1/+1
| * | docs: Fix typos in Documentation/trace/ftrace.rstHaocheng Xie2021-06-011-2/+2
| |/
* / kprobes: Remove kprobe::fault_handlerPeter Zijlstra2021-06-011-19/+5
|/
* Documentation: trace: Add documentation for TRBEAnshuman Khandual2021-04-061-0/+38
* Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-241-0/+32
|\
| * Documentation: coresight: Add PID tracing descriptionLeo Yan2021-02-111-0/+32
* | tracing: Add ptr-hash option to show the hashed pointer valueMasami Hiramatsu2021-02-111-0/+6
|/
* Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-12-223-3/+3
|\
| * tweewide: Fix most Shebang linesFinn Behrens2020-12-083-3/+3
* | Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2020-12-171-22/+68
|\ \
| * | ftrace/documentation: Fix RST C code blocksSteven Rostedt (VMware)2020-11-181-0/+6
| * | ftrace: Add recording of functions that caused recursionSteven Rostedt (VMware)2020-11-061-2/+4
| * | ftrace: Reverse what the RECURSION flag means in the ftrace_opsSteven Rostedt (VMware)2020-11-061-22/+60
| |/
* | mm/lru: revise the comments of lru_lockHugh Dickins2020-12-151-1/+1
* | docs: trace: fix event state structure nameArtem Bityutskiy2020-12-081-5/+5
|/
* Merge tag 'docs/v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-10-161-6/+6
|\
| * docs: trace-uses.rst: remove bogus c-domain tagsMauro Carvalho Chehab2020-10-151-6/+6
* | Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2020-10-156-2/+100
|\ \ | |/ |/|
| * tracing: Add support for dynamic strings to synthetic eventsTom Zanussi2020-10-052-2/+31
| * tracepoints: Add helper to test if tracepoint is enabled in a headerSteven Rostedt (VMware)2020-09-251-0/+27
| * Documentation: tracing: Add the startup timing of boot-time tracingMasami Hiramatsu2020-09-211-0/+14
| * Documentation: tracing: boot: Add an example of tracing function-callsMasami Hiramatsu2020-09-211-0/+20
| * Documentation: tracing: Add %return suffix descriptionMasami Hiramatsu2020-09-212-0/+4
| * Documentation: tracing: Add tracing_on option to boot-time tracerMasami Hiramatsu2020-09-211-0/+4
* | Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-141-2/+2
|\ \
| * | tracing: switch to kernel_clone()Christian Brauner2020-08-201-2/+2
| |/
* | docs: trace: ring-buffer-design.rst: use the new SPDX tagMauro Carvalho Chehab2020-09-241-25/+1
* | docs: trace: fix the location of kprobes.rstMauro Carvalho Chehab2020-09-101-1/+1
|/
* Merge tag 'docs-5.9-2' of git://git.lwn.net/linuxLinus Torvalds2020-08-131-1/+1
|\
| * docs: trace: fix a typoBryan Brattlof2020-08-111-1/+1
* | Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds2020-08-047-406/+1264
|\|
| * docs: trace/index.rst: add histogram-design.rstDaniel W. S. Almeida2020-07-231-0/+1
| * docs: Move kprobes.rst from staging/ to trace/Naveen N. Rao2020-07-232-0/+804
| * Documentation: trace/stm: drop doubled wordsRandy Dunlap2020-07-051-2/+2
| * Documentation: trace/histogram-design: drop doubled wordsRandy Dunlap2020-07-051-2/+2
| * Documentation: trace/ftrace: drop doubled wordsRandy Dunlap2020-07-051-2/+2
| * trace doc: correct names of varous tracing documentsManbing2020-07-051-7/+7
| * docs: trace: ring-buffer-design.txt: convert to ReST formatMauro Carvalho Chehab2020-06-262-392/+445
| * docs: move remaining stuff under Documentation/*.txt to Documentation/stagingMauro Carvalho Chehab2020-06-191-1/+1