Re: [PATCH v4 3/3] selftests/tracing: Add hist poll() support test

2024-08-18 Thread Google
On Sun, 18 Aug 2024 00:06:20 +0900 Masami Hiramatsu (Google) wrote: > On Fri, 16 Aug 2024 08:04:41 -0600 > Shuah Khan wrote: > > > On 8/15/24 20:31, Masami Hiramatsu (Google) wrote: > > > From: Masami Hiramatsu (Google) > > > > > > Add a testcase for poll() on hist file. This introduces a hel

Re: [PATCH v4 3/3] selftests/tracing: Add hist poll() support test

2024-08-17 Thread Google
On Fri, 16 Aug 2024 08:04:41 -0600 Shuah Khan wrote: > On 8/15/24 20:31, Masami Hiramatsu (Google) wrote: > > From: Masami Hiramatsu (Google) > > > > Add a testcase for poll() on hist file. This introduces a helper binary > > to the ftracetest, because there is no good way to reliably execute >

Re: [PATCH v4 3/3] selftests/tracing: Add hist poll() support test

2024-08-16 Thread Shuah Khan
On 8/15/24 20:31, Masami Hiramatsu (Google) wrote: From: Masami Hiramatsu (Google) Add a testcase for poll() on hist file. This introduces a helper binary to the ftracetest, because there is no good way to reliably execute poll() on hist file. Signed-off-by: Masami Hiramatsu (Google) --- Ch

[PATCH v4 3/3] selftests/tracing: Add hist poll() support test

2024-08-15 Thread Masami Hiramatsu (Google)
From: Masami Hiramatsu (Google) Add a testcase for poll() on hist file. This introduces a helper binary to the ftracetest, because there is no good way to reliably execute poll() on hist file. Signed-off-by: Masami Hiramatsu (Google) --- Changes in v4: - Use getopt() in poll.c (command optio