diff options
author | Ivan Orlov <ivan.orlov@codethink.co.uk> | 2024-04-29 16:57:34 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2024-05-02 10:05:25 -0600 |
commit | 125db341e2e25db32e494aed865e5415a40fc07b (patch) | |
tree | ee41873ba508b7d8e7600e0d8b2da05e3b011333 /Documentation/trace | |
parent | da51bbcdbace8f43adf6066934c3926b656376e5 (diff) | |
download | linux-125db341e2e25db32e494aed865e5415a40fc07b.tar.gz linux-125db341e2e25db32e494aed865e5415a40fc07b.tar.bz2 linux-125db341e2e25db32e494aed865e5415a40fc07b.zip |
docs, kprobes: Add riscv as supported architecture
Support of kprobes and kretprobes for riscv was introduced 3 years ago
by the following change:
commit c22b0bcb1dd0 ("riscv: Add kprobes supported")
Add riscv to the list of supported architectures.
Signed-off-by: Ivan Orlov <ivan.orlov@codethink.co.uk>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240429155735.68781-1-ivan.orlov@codethink.co.uk
Diffstat (limited to 'Documentation/trace')
-rw-r--r-- | Documentation/trace/kprobes.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/trace/kprobes.rst b/Documentation/trace/kprobes.rst index e1636e579c9c..5e606730cec6 100644 --- a/Documentation/trace/kprobes.rst +++ b/Documentation/trace/kprobes.rst @@ -322,6 +322,7 @@ architectures: - s390 - parisc - loongarch +- riscv Configuring Kprobes =================== |