Skip to content
Snippets Groups Projects
Commit 97afefd8 authored by Martin Schroschk's avatar Martin Schroschk
Browse files

Fix table heading

parent 2e26b4fa
No related branches found
No related tags found
2 merge requests!483Automated merge from preview to main,!472Issue 263
...@@ -11,12 +11,11 @@ support for sampling applications and reading performance counters. ...@@ -11,12 +11,11 @@ support for sampling applications and reading performance counters.
Admins can change the behaviour of the perf tools kernel part via the Admins can change the behaviour of the perf tools kernel part via the
following interfaces following interfaces
| | |
|---------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|
| File Name | Description | | File Name | Description |
| `/proc/sys/kernel/perf_event_max_sample_rate` | describes the maximal sample rate for perf record and native access. This is used to limit the performance influence of sampling. | |---------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|
| `/proc/sys/kernel/perf_event_mlock_kb` | defines the number of pages that can be used for sampling via perf record or the native interface | | `/proc/sys/kernel/perf_event_max_sample_rate` | Describes the maximal sample rate for perf record and native access. This is used to limit the performance influence of sampling. |
| `/proc/sys/kernel/perf_event_paranoid` | defines access rights: | | `/proc/sys/kernel/perf_event_mlock_kb` | Defines the number of pages that can be used for sampling via perf record or the native interface |
| `/proc/sys/kernel/perf_event_paranoid` | Defines access rights: |
| | -1 - Not paranoid at all | | | -1 - Not paranoid at all |
| | 0 - Disallow raw tracepoint access for unpriv | | | 0 - Disallow raw tracepoint access for unpriv |
| | 1 - Disallow cpu events for unpriv | | | 1 - Disallow cpu events for unpriv |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment