Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

trace doc: Minor grammatical correction

Use the correct relative pronoun.

Signed-off-by: Sarat Mandava <mandavasarat@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240321112757.17502-1-mandavasarat@gmail.com

authored by

Sarat Mandava and committed by
Jonathan Corbet
7a225ece 23bfb947

+1 -1
+1 -1
Documentation/trace/tracepoints.rst
··· 27 27 28 28 You can put tracepoints at important locations in the code. They are 29 29 lightweight hooks that can pass an arbitrary number of parameters, 30 - which prototypes are described in a tracepoint declaration placed in a 30 + whose prototypes are described in a tracepoint declaration placed in a 31 31 header file. 32 32 33 33 They can be used for tracing and performance accounting.