summaryrefslogtreecommitdiffstats
path: root/Documentation/trace
Commit message (Expand)AuthorAgeFilesLines
* docs: ftrace: fix the wrong path of tracefsZhaoyu Liu2021-11-151-5/+4
* tracing/histogram: Update division by 0 documentationKalesh Singh2021-11-011-1/+2
* tracing/histogram: Fix documentation inline emphasis warningKalesh Singh2021-10-281-1/+1
* tracing/histogram: Document expression arithmetic and constantsKalesh Singh2021-10-261-0/+14
* docs, kprobes: Remove invalid URL and add new referenceTiezhu Yang2021-10-261-1/+1
* tracing/doc: Fix typos on the timerlat tracer documentationDaniel Bristot de Oliveira2021-10-251-12/+12
* Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-09-052-20/+175
|\
| * tracing/doc: Fix table format in histogram codeSteven Rostedt (VMware)2021-08-241-9/+9
| * Documentation: tracing: Add histogram syntax to boot-time tracingMasami Hiramatsu2021-08-161-5/+80
| * tracing/histogram: Update the documentation for the buckets modifierSteven Rostedt (VMware)2021-08-161-6/+86
* | Merge tag 'char-misc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-012-0/+259
|\ \
| * | Documentation: coresight: Add documentation for CoreSight configMike Leach2021-08-182-0/+259
| |/
* / Documentation: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-281-1/+1
|/
* 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
| |/