perf probe: Use skip_spaces() for argv handling
authorArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 26 Jun 2019 00:46:39 +0000 (21:46 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 26 Jun 2019 14:31:37 +0000 (11:31 -0300)
commitee44b5b51f37727f57962b2cdccd548c62045252
treea704fcafeaca01f3ee8c0e7a5055ec2a011a2927
parent9bb5a27ac7958ce11cb02463b5a5f7f160d60916
perf probe: Use skip_spaces() for argv handling

The skip_sep() routine has the same implementation as skip_spaces(),
recently adopted from the kernel, sources, switch to it.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lkml.kernel.org/n/tip-0ix211a81z2016dl5nmtdci4@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/string.c