RE: [PATCH 2/3] perf kvm: Allow running without stdin

2019-10-23 Thread Lubashev, Igor
> On Wed, Oct 23, 2019 at 6:43 AM Jiri Olsa wrote: > > On Tue, Oct 22, 2019 at 09:54:52PM -0400, Igor Lubashev wrote: > > Allow perf kvm --stdio to run without access to stdin. > > This lets perf kvm to run in a batch mode until interrupted. > > > > The following now works as expected: > > > >

Re: [PATCH 2/3] perf kvm: Allow running without stdin

2019-10-23 Thread Jiri Olsa
On Tue, Oct 22, 2019 at 09:54:52PM -0400, Igor Lubashev wrote: > Allow perf kvm --stdio to run without access to stdin. > This lets perf kvm to run in a batch mode until interrupted. > > The following now works as expected: > > $ perf kvm top --stdio < /dev/null > > Signed-off-by: Igor

[PATCH 2/3] perf kvm: Allow running without stdin

2019-10-22 Thread Igor Lubashev
Allow perf kvm --stdio to run without access to stdin. This lets perf kvm to run in a batch mode until interrupted. The following now works as expected: $ perf kvm top --stdio < /dev/null Signed-off-by: Igor Lubashev --- tools/perf/builtin-kvm.c | 33 - 1