summaryrefslogtreecommitdiff
path: root/Documentation/trace/kprobetrace.rst
AgeCommit message (Expand)Author
2024-03-07Documentation: tracing: Add entry argument access at function exitMasami Hiramatsu (Google)
2023-11-10Documentation: tracing: Add a note about argument and retval accessMasami Hiramatsu (Google)
2023-06-06Documentation: tracing/probes: Add fprobe event tracing documentMasami Hiramatsu (Google)
2023-02-23Merge tag 'probes-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
2023-02-21tracing/probe: add a char type to show the character value of traced argumentsDonglin Peng
2023-01-31docs: ftrace: always use canonical ftrace pathRoss Zwisler
2023-01-24Documentation: kprobetrace: Split paragraphsYoann Congal
2023-01-24Documentation: kprobetrace: Fix code block markupYoann Congal
2023-01-24Documentation: kprobetrace: Fix some typosYoann Congal
2022-12-15tracing/probes: Add symstr type for dynamic eventsMasami Hiramatsu (Google)
2022-07-24tracing: Auto generate event name when creating a group of eventsLinyu Yuan
2020-10-15Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2020-09-21Documentation: tracing: Add %return suffix descriptionMasami Hiramatsu
2020-09-10docs: trace: fix the location of kprobes.rstMauro Carvalho Chehab
2020-06-19docs: move remaining stuff under Documentation/*.txt to Documentation/stagingMauro Carvalho Chehab
2020-02-05Documentation: build warnings related to missing blank lines after explicit m...Sameer Rahmani
2019-08-31tracing/probe: Add immediate parameter supportMasami Hiramatsu
2019-07-18Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2019-06-20docs: trace: add a missing blank lineMauro Carvalho Chehab
2019-06-07Documentation: {u,k}probes: add tracing_on before tracingLecopzer Chen
2019-05-25tracing/kprobe: Add kprobe_event= boot parameterMasami Hiramatsu
2019-05-25tracing/probe: Support user-space dereferenceMasami Hiramatsu
2019-05-25tracing/probe: Add ustring type for user-space stringMasami Hiramatsu
2018-12-08tracing/kprobes: Use dyn_event framework for kprobe eventsMasami Hiramatsu
2018-10-10tracing: probeevent: Add $argN for accessing function argsMasami Hiramatsu
2018-10-10tracing: probeevent: Add array type supportMasami Hiramatsu
2018-10-10tracing: probeevent: Add symbol typeMasami Hiramatsu
2018-07-23Documentation: kprobetrace: document 'trigger' fileAndreas Ziegler
2018-07-23Documentation: {u,k}probes: fix filename for event enablingAndreas Ziegler
2018-03-07trace doc: convert trace/kprobetrace.txt to rst formatChangbin Du