aboutsummaryrefslogtreecommitdiff
path: root/tools/scripts
diff options
context:
space:
mode:
authorMartin Kaiser <martin@kaiser.cx>2026-04-28 16:38:46 +0200
committerArnaldo Carvalho de Melo <acme@redhat.com>2026-05-11 14:15:49 -0300
commita4cbd51862d449e487866c173f5dff46329da76c (patch)
tree66258aea93b1f4242c7ab22c169bb83b9e1d1e6d /tools/scripts
parent8c8f2093614373ea8179b562320212a25cf937c0 (diff)
perf test: Fix nanosleep check in the ftrace test
The perf ftrace test case runs: perf ftrace profile --graph-opts depth=5 sleep 0.1 and checks that the output contains a *clock_nanosleep function with a count of 1. This fails on a risc-v system that uses musl as its C library. musl's nanosleep syscall wrapper uses either the nanosleep or the clock_nanosleep syscall. Filter for sys_*nanosleep to allow both syscalls. Signed-off-by: Martin Kaiser <martin@kaiser.cx> Acked-by: Namhyung Kim <namhyung@kernel.org> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/scripts')
0 files changed, 0 insertions, 0 deletions