On Wed, Mar 11, 2020 at 11:54 AM Andrii Nakryiko <andriin@xxxxxx> wrote: > > Some implementations of C runtime library won't call nanosleep() syscall from > usleep(). But a bunch of kprobe/tracepoint selftests rely on nanosleep being > called to trigger them. To make this more reliable, "override" usleep > implementation and call nanosleep explicitly. > > Cc: Julia Kartseva <hex@xxxxxx> > Signed-off-by: Andrii Nakryiko <andriin@xxxxxx> Applied. Thanks