summaryrefslogtreecommitdiffstats
path: root/Documentation/trace/histogram.rst
Commit message (Collapse)AuthorAgeFilesLines
* docs: Fix typos in histogram.rstMasanari Iida2018-10-181-3/+3
| | | | | | | | | This patch fixes some spelling typos. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
* docs: histogram.txt: convert it to ReST file formatMauro Carvalho Chehab2018-07-021-0/+2545
Despite being mentioned at Documentation/trace/ftrace.rst as a rst file, this file was still a text one, with several issues. Convert it to ReST and add it to the trace index: - Mark the document title as such; - Identify and indent the literal blocks; - Use the proper markups for table. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>