commit | ee44b5b51f37727f57962b2cdccd548c62045252 | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <acme@redhat.com> | Tue Jun 25 21:46:39 2019 -0300 |
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | Wed Jun 26 11:31:37 2019 -0300 |
tree | a704fcafeaca01f3ee8c0e7a5055ec2a011a2927 | |
parent | 9bb5a27ac7958ce11cb02463b5a5f7f160d60916 [diff] |
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>