On Tue, 04 Mar 2025 10:23:49 +0100, Thomas Richter wrote: > Command 'perf bench syscall fork -l 100000' offers option > -l to run for a specified number of iterations. However this > option is not always observed. The number is silently limited to > 10000 iterations as can be seen: > > Output before: > # perf bench syscall fork -l 100000 > # Running 'syscall/fork' benchmark: > # Executed 10,000 fork() calls > Total time: 23.388 [sec] > > [...] Applied to perf-tools-next, thanks! Best regards, Namhyung