perf tests trace+probe_vfs_getname.sh: Accept quotes surrounding the filename
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 15 Aug 2023 19:35:19 +0000 (16:35 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 15 Aug 2023 19:41:48 +0000 (16:41 -0300)
commit6f769c3458b6cf2ddb3537c2a0b17463ead2af87
treeae4d0a9e8ffd4a592879497ab5456d3f3d059c62
parent7777ac3dfe29f55dd0323d05a4cc81164fcfeb0e
perf tests trace+probe_vfs_getname.sh: Accept quotes surrounding the filename

With augmented_raw_syscalls transformed into a BPF skel made the output have a "
around the filenames, which is not what the old perf probe vfs_getname
method of obtaining filenames did, so accept the augmented way, with the
quotes.

At this point probably removing all the logic for the vfs_getname method
is in order, will do it at some point.

For now lets accept with/without quotes and make that test pass.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lore.kernel.org/lkml/
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/tests/shell/trace+probe_vfs_getname.sh