aboutsummaryrefslogtreecommitdiff
path: root/Documentation/trace
AgeCommit message (Expand)AuthorFilesLines
2021-08-28Documentation: Replace deprecated CPU-hotplug functions.Gravatar Sebastian Andrzej Siewior 1-1/+1
2021-07-23tracing/histogram: Rename "cpu" to "common_cpu"Gravatar Steven Rostedt (VMware) 1-1/+1
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 5-4/+350
2021-06-28Merge tag 'docs-5.14' of git://git.lwn.net/linuxGravatar Linus Torvalds 3-7/+9
2021-06-28Documentation: Fix a typo on trace/osnoise-tracerGravatar Daniel Bristot de Oliveira 1-1/+1
2021-06-25trace: Add timerlat tracerGravatar Daniel Bristot de Oliveira 2-0/+182
2021-06-25trace: Add osnoise tracerGravatar Daniel Bristot de Oliveira 2-0/+153
2021-06-25trace/hwlat: Implement the per-cpu modeGravatar Daniel Bristot de Oliveira 1-1/+2
2021-06-24trace/hwlat: Implement the mode config optionGravatar Daniel Bristot de Oliveira 1-4/+8
2021-06-17docs: trace: ftrace.rst: avoid using ReST :doc:`foo` markupGravatar Mauro Carvalho Chehab 1-1/+1
2021-06-17docs: trace: coresight: coresight.rst: avoid using ReST :doc:`foo` markupGravatar Mauro Carvalho Chehab 1-3/+5
2021-06-17docs: trace: coresight: coresight-etm4x-reference.rst: replace some charactersGravatar Mauro Carvalho Chehab 1-1/+1
2021-06-10Documentation: tracing: Add per-group/all events enablement desciptionGravatar Masami Hiramatsu 1-0/+6
2021-06-01docs: Fix typos in Documentation/trace/ftrace.rstGravatar Haocheng Xie 1-2/+2
2021-06-01kprobes: Remove kprobe::fault_handlerGravatar Peter Zijlstra 1-19/+5
2021-04-06Documentation: trace: Add documentation for TRBEGravatar Anshuman Khandual 1-0/+38
2021-02-24Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+32
2021-02-11tracing: Add ptr-hash option to show the hashed pointer valueGravatar Masami Hiramatsu 1-0/+6
2021-02-11Documentation: coresight: Add PID tracing descriptionGravatar Leo Yan 1-0/+32
2020-12-22Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 3-3/+3
2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-22/+68
2020-12-15mm/lru: revise the comments of lru_lockGravatar Hugh Dickins 1-1/+1
2020-12-08docs: trace: fix event state structure nameGravatar Artem Bityutskiy 1-5/+5
2020-12-08tweewide: Fix most Shebang linesGravatar Finn Behrens 3-3/+3
2020-11-18ftrace/documentation: Fix RST C code blocksGravatar Steven Rostedt (VMware) 1-0/+6
2020-11-06ftrace: Add recording of functions that caused recursionGravatar Steven Rostedt (VMware) 1-2/+4
2020-11-06ftrace: Reverse what the RECURSION flag means in the ftrace_opsGravatar Steven Rostedt (VMware) 1-22/+60
2020-10-16Merge tag 'docs/v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Gravatar Linus Torvalds 1-6/+6
2020-10-15Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 6-2/+100
2020-10-15docs: trace-uses.rst: remove bogus c-domain tagsGravatar Mauro Carvalho Chehab 1-6/+6
2020-10-14Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+2
2020-10-05tracing: Add support for dynamic strings to synthetic eventsGravatar Tom Zanussi 2-2/+31
2020-09-25tracepoints: Add helper to test if tracepoint is enabled in a headerGravatar Steven Rostedt (VMware) 1-0/+27
2020-09-24docs: trace: ring-buffer-design.rst: use the new SPDX tagGravatar Mauro Carvalho Chehab 1-25/+1
2020-09-21Documentation: tracing: Add the startup timing of boot-time tracingGravatar Masami Hiramatsu 1-0/+14
2020-09-21Documentation: tracing: boot: Add an example of tracing function-callsGravatar Masami Hiramatsu 1-0/+20
2020-09-21Documentation: tracing: Add %return suffix descriptionGravatar Masami Hiramatsu 2-0/+4
2020-09-21Documentation: tracing: Add tracing_on option to boot-time tracerGravatar Masami Hiramatsu 1-0/+4
2020-09-10docs: trace: fix the location of kprobes.rstGravatar Mauro Carvalho Chehab 1-1/+1
2020-08-20tracing: switch to kernel_clone()Gravatar Christian Brauner 1-2/+2
2020-08-13Merge tag 'docs-5.9-2' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2020-08-11docs: trace: fix a typoGravatar Bryan Brattlof 1-1/+1
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxGravatar Linus Torvalds 7-406/+1264
2020-07-23docs: trace/index.rst: add histogram-design.rstGravatar Daniel W. S. Almeida 1-0/+1
2020-07-23docs: Move kprobes.rst from staging/ to trace/Gravatar Naveen N. Rao 2-0/+804
2020-07-05Documentation: trace/stm: drop doubled wordsGravatar Randy Dunlap 1-2/+2
2020-07-05Documentation: trace/histogram-design: drop doubled wordsGravatar Randy Dunlap 1-2/+2
2020-07-05Documentation: trace/ftrace: drop doubled wordsGravatar Randy Dunlap 1-2/+2
2020-07-05trace doc: correct names of varous tracing documentsGravatar Manbing 1-7/+7
2020-07-01block: rename generic_make_request to submit_bio_noacctGravatar Christoph Hellwig 1-2/+2