summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorZhushuai Yin <yinzhushuai@huawei.com>2026-03-30 14:25:27 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2026-04-12 16:46:28 +0800
commitf94f6cff1dcf9296879c7242dda8171320188ed7 (patch)
treebdef8c54f2729685c084701f702f37ec4e799e60 /tools/perf/scripts/python/stackcollapse.py
parent02c64052fad03699b9c6d1df2f9b444d17e4ac50 (diff)
crypto: hisilicon - fix the format string type error
1. The return value val of sec_debugfs_atomic64_get is of the u64 type, but %lld instead of %llu is used in DEFINE_DEBUGFS_ATTRIBUTE. Fix it. 2. In debugfs.c, since the types of q_depth and xeq_depth are u16, the results of q_depth - 1 and xeq_depth - 1 are int rather than u16. Use %d for int. Signed-off-by: Zhushuai Yin <yinzhushuai@huawei.com> Signed-off-by: Chenghai Huang <huangchenghai2@huawei.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions