[PATCH 0/2] perf kvm/sched: Use strstarts instead of strncmp to match subcommands

Yang Jihong posted 2 patches 3 years, 8 months ago
tools/perf/builtin-kvm.c   | 8 ++++----
tools/perf/builtin-sched.c | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
[PATCH 0/2] perf kvm/sched: Use strstarts instead of strncmp to match subcommands
Posted by Yang Jihong 3 years, 8 months ago
Yang Jihong (2):
  perf kvm: Fix subcommand matching error
  perf sched latency: Fix subcommand matching error

 tools/perf/builtin-kvm.c   | 8 ++++----
 tools/perf/builtin-sched.c | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

-- 
2.30.GIT
Re: [PATCH 0/2] perf kvm/sched: Use strstarts instead of strncmp to match subcommands
Posted by Namhyung Kim 3 years, 8 months ago
Hello,

On Mon, Aug 8, 2022 at 2:27 AM Yang Jihong <yangjihong1@huawei.com> wrote:
>
> Yang Jihong (2):
>   perf kvm: Fix subcommand matching error
>   perf sched latency: Fix subcommand matching error

Acked-by: Namhyung Kim <namhyung@kernel.org>

Thanks,
Namhyung


>
>  tools/perf/builtin-kvm.c   | 8 ++++----
>  tools/perf/builtin-sched.c | 2 +-
>  2 files changed, 5 insertions(+), 5 deletions(-)
>
> --
> 2.30.GIT
>
Re: [PATCH 0/2] perf kvm/sched: Use strstarts instead of strncmp to match subcommands
Posted by Arnaldo Carvalho de Melo 3 years, 8 months ago
Em Mon, Aug 08, 2022 at 02:22:22PM -0700, Namhyung Kim escreveu:
> Hello,
> 
> On Mon, Aug 8, 2022 at 2:27 AM Yang Jihong <yangjihong1@huawei.com> wrote:
> >
> > Yang Jihong (2):
> >   perf kvm: Fix subcommand matching error
> >   perf sched latency: Fix subcommand matching error
> 
> Acked-by: Namhyung Kim <namhyung@kernel.org>

Thanks, applied.

- Arnaldo