Re: [PATCH 1/2] selftests/tracing: Fix event filter test to retry up to 10 times

2024-05-31 Thread Shuah Khan
On 5/31/24 03:43, Masami Hiramatsu (Google) wrote: From: Masami Hiramatsu (Google) Commit eb50d0f250e9 ("selftests/ftrace: Choose target function for filter test from samples") choose the target function from samples, but sometimes this test failes randomly because the target function does not

[PATCH 1/2] selftests/tracing: Fix event filter test to retry up to 10 times

2024-05-31 Thread Masami Hiramatsu (Google)
From: Masami Hiramatsu (Google) Commit eb50d0f250e9 ("selftests/ftrace: Choose target function for filter test from samples") choose the target function from samples, but sometimes this test failes randomly because the target function does not hit at the next time. So retry getting samples up to