perf tools: Document the perf sysctls
authorBen Hutchings <ben@decadent.org.uk>
Tue, 19 Jan 2016 21:35:15 +0000 (21:35 +0000)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 26 Jan 2016 14:52:45 +0000 (11:52 -0300)
commit3379e0c3effa87d7734fc06277a7023292aadb0c
treebc9e36c1019d6150f6215a7ae580eb44f61766da
parent1f7c254132f098d19ff3fd452ba9f826cd85c4c0
perf tools: Document the perf sysctls

perf_event_paranoid was only documented in source code and a perf error
message.  Copy the documentation from the error message to
Documentation/sysctl/kernel.txt.

perf_cpu_time_max_percent was already documented but missing from the
list at the top, so add it there.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: linux-doc@vger.kernel.org
Link: http://lkml.kernel.org/r/20160119213515.GG2637@decadent.org.uk
[ Remove reference to external Documentation file, provide info inline, as before ]
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Documentation/sysctl/kernel.txt
tools/perf/util/evsel.c