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
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
>
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
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