aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorChen Zhou <[email protected]>2020-05-09 16:56:07 +0800
committerVasily Gorbik <[email protected]>2020-06-16 13:44:05 +0200
commit92fd356514b7505f40ca72b38ef84070e6502a70 (patch)
treef52f7a6f2291450c21334515075fa907720b9e8c /tools/perf/scripts/python/export-to-sqlite.py
parentdf8cea2a4bef3088c8570af543835992ce1d327e (diff)
s390: use scnprintf() in sys_##_prefix##_##_name##_show
snprintf() returns the number of bytes that would be written, which may be greater than the the actual length to be written. show() methods should return the number of bytes printed into the buffer. This is the return value of scnprintf(). Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Chen Zhou <[email protected]> Signed-off-by: Heiko Carstens <[email protected]> Signed-off-by: Vasily Gorbik <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions