summaryrefslogtreecommitdiffstats
path: root/Documentation/trace
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'probes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds2023-09-021-18/+46
|\
| * Documentation: tracing: Update fprobe event example with BTF fieldMasami Hiramatsu (Google)2023-08-231-18/+46
* | Merge tag 'trace-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-09-011-0/+14
|\ \
| * | tracing/filters: Document cpumask filteringValentin Schneider2023-08-221-0/+14
| |/
* / Documentation: Fix typosBjorn Helgaas2023-08-1810-12/+12
|/
* Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-07-032-3/+41
|\
| * Merge tag 'coresight-next-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2023-06-212-3/+41
| |\
| | * hwtracing: hisi_ptt: Export available filters through sysfsYicong Yang2023-06-211-0/+6
| | * hwtracing: hisi_ptt: Add support for dynamically updating the filter listYicong Yang2023-06-211-3/+3
| | * Documentation: trace: Add documentation for Coresight Dummy TraceHao Zhang2023-06-151-0/+32
* | | Merge tag 'probes-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds2023-06-303-0/+191
|\ \ \
| * | | Documentation: Fix typo of reference file nameMasami Hiramatsu (Google)2023-06-231-1/+1
| * | | Documentation: tracing/probes: Add fprobe event tracing documentMasami Hiramatsu (Google)2023-06-063-0/+191
| |/ /
* | | Merge tag 'trace-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-06-302-0/+210
|\ \ \
| * | | tracing: Fix warnings when building htmldocs for function graph retvalDonglin Peng2023-06-231-2/+2
| * | | tracing/timerlat: Add user-space interfaceDaniel Bristot de Oliveira2023-06-221-0/+78
| * | | ftrace: Show all functions with addresses in available_filter_functions_addrsJiri Olsa2023-06-221-0/+6
| * | | tracing: Add documentation for funcgraph-retval and funcgraph-retval-hexDonglin Peng2023-06-201-0/+126
| |/ /
* / / tracing/user_events: Document auto-cleanup and remove dyn_event refsBeau Belgrave2023-06-141-4/+3
|/ /
* / tracing: Rename stacktrace field to common_stacktraceSteven Rostedt (Google)2023-05-231-32/+32
|/
* Merge tag 'trace-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-05-051-0/+25
|\
| * ftrace: Add MODIFIED flag to show if IPMODIFY or direct was attachedSteven Rostedt (Google)2023-05-051-0/+25
* | Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-04-283-74/+115
|\|
| * tracing/user_events: Update documentation for ABIBeau Belgrave2023-03-291-70/+97
| * tracing: Add "fields" option to show raw trace event fieldsSteven Rostedt (Google)2023-03-291-0/+6
| * docs: tracing: Update fprobe documentationMasami Hiramatsu (Google)2023-03-281-4/+12
* | docs: trace: Fix typo in ftrace.rstLin Yu Chen2023-04-201-1/+1
|/
* Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-243-0/+180
|\
| * Documentation: coresight: tpdm: Add dummy comment after sysfs listBagas Sanjaya2023-01-231-0/+2
| * Documentation: coresight: Extend title heading syntax in TPDM and TPDA docume...Bagas Sanjaya2023-01-232-6/+6
| * Documentation: trace: Add documentation for TPDM and TPDAMao Jinlong2023-01-202-0/+95
| * Documentation: Add document for UltraSoc SMB driverQi Liu2023-01-161-0/+83
* | Merge tag 'probes-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds2023-02-231-1/+3
|\ \
| * | tracing/probe: add a char type to show the character value of traced argumentsDonglin Peng2023-02-211-1/+2
| |/
* | Merge tag 'trace-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-02-232-44/+210
|\ \
| * | tracing/histogram: Fix stacktrace histogram DocumententationTom Zanussi2023-02-161-66/+90
| * | tracing/histogram: Wrap remaining shell snippets in code blocksBagas Sanjaya2023-02-071-46/+47
| * | tracing/histogram: Document variable stacktraceSteven Rostedt (Google)2023-01-251-0/+129
| * | tracing: Add a way to filter function addresses to function namesSteven Rostedt (Google)2023-01-251-0/+12
| |/
* | docs: ftrace: always use canonical ftrace pathRoss Zwisler2023-01-3113-197/+197
* | Documentation: kprobetrace: Split paragraphsYoann Congal2023-01-241-0/+2
* | Documentation: kprobetrace: Fix code block markupYoann Congal2023-01-241-2/+2
* | Documentation: kprobetrace: Fix some typosYoann Congal2023-01-241-8/+9
* | docs: ftrace: fix a issue with duplicated subtitle numberDonglin Peng2023-01-021-2/+2
|/
* Merge tag 'trace-probes-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-212-4/+7
|\
| * tracing/probes: Add symstr type for dynamic eventsMasami Hiramatsu (Google)2022-12-151-2/+6
| * kprobes: kretprobe events missing on 2-core KVM guestwuqiang2022-12-151-2/+1
* | Merge tag 'trace-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2022-12-152-3/+39
|\ \
| * | Documentation/osnoise: Add osnoise/options documentationDaniel Bristot de Oliveira2022-12-101-2/+18
| * | Documentation/osnoise: Escape underscore of NO_ prefixBagas Sanjaya2022-12-101-1/+1