]> git.ipfire.org Git - thirdparty/linux.git/commit
perf test shell probe_vfs_getname: Remove extraneous '=' from probe line number regex
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 10 Sep 2024 20:18:26 +0000 (17:18 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 11 Sep 2024 12:35:34 +0000 (09:35 -0300)
commit83420d5f586344f3781b35f5d78b67aea55bff2b
treec068b0898c31ac48bc6cae9a76f8c4d453a8825c
parent9327f0ecad48517d4f6f9dfa7b194d0cf53092ea
perf test shell probe_vfs_getname: Remove extraneous '=' from probe line number regex

Thomas reported the vfs_getname perf tests failing on s/390, it seems it
was just to some extraneous '=' somehow getting into the regexp, remove
it, now:

  root@x1:~# perf test getname
   91: Add vfs_getname probe to get syscall args filenames             : Ok
   93: Use vfs_getname probe to get syscall args filenames             : FAILED!
  126: Check open filename arg using perf trace + vfs_getname          : Ok
  root@x1:~#

Second one remains a mistery, have to take some time to nail it down.

Reported-by: Thomas Richter <tmricht@linux.ibm.com>
Tested-by: Thomas Richter <tmricht@linux.ibm.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Alexander Gordeev <agordeev@linux.ibm.com>
Cc: Heiko Carstens <hca@linux.ibm.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Kan Liang <kan.liang@linux.intel.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Vasily Gorbik <gor@linux.ibm.com>,
Link: https://lore.kernel.org/lkml/1d7f3b7b-9edc-4d90-955c-9345428563f1@linux.ibm.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/tests/shell/lib/probe_vfs_getname.sh