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

docs: ftrace: Fix typos

Fix minor typos in the doc.

Suggested-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Reviewed-by: Joel Fernandes (Google) <joel@joelfernandes.org>
Signed-off-by: Frank A. Cancio Bello <frank@generalsoftwareinc.com>
Link: https://lore.kernel.org/r/9ef705d0208a4ca0852fed69bc0838a589a4df85.1577231751.git.frank@generalsoftwareinc.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Frank A. Cancio Bello and committed by
Jonathan Corbet
5b8914a6 a65d634e

+3 -3
+3 -3
Documentation/trace/ftrace.rst
··· 238 238 This interface also allows for commands to be used. See the 239 239 "Filter commands" section for more details. 240 240 241 - As a speed up, since processing strings can't be quite expensive 241 + As a speed up, since processing strings can be quite expensive 242 242 and requires a check of all functions registered to tracing, instead 243 243 an index can be written into this file. A number (starting with "1") 244 244 written will instead select the same corresponding at the line position ··· 385 385 386 386 By default, 128 comms are saved (see "saved_cmdlines" above). To 387 387 increase or decrease the amount of comms that are cached, echo 388 - in a the number of comms to cache, into this file. 388 + the number of comms to cache into this file. 389 389 390 390 saved_tgids: 391 391 ··· 3330 3330 3331 3331 As you can see, the new directory looks similar to the tracing directory 3332 3332 itself. In fact, it is very similar, except that the buffer and 3333 - events are agnostic from the main director, or from any other 3333 + events are agnostic from the main directory, or from any other 3334 3334 instances that are created. 3335 3335 3336 3336 The files in the new directory work just like the files with the