aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorJakub Wilk <[email protected]>2019-03-18 18:34:21 +0100
committerJonathan Corbet <[email protected]>2019-03-25 09:53:56 -0600
commitcc809ed885097eafff7b711ef03c20261651ec3a (patch)
treed0642eb3892d5ffefc8b8c5182cc63db8f396546 /tools/perf/scripts/python/bin
parent9834857754fffde7008123503fe8f1d66f526eb5 (diff)
Documentation: fix core_pattern max length
The buffer size for core_pattern is 128, but one character is used for terminating null byte, so the actual limit is 127: # printf '%0999d' > /proc/sys/kernel/core_pattern # tr -d '\n' < /proc/sys/kernel/core_pattern | wc -c 127 Signed-off-by: Jakub Wilk <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions