Re: [PATCH] perf tests shell: Skip trace+probe_vfs_getname.sh if built without trace support

From: Arnaldo Carvalho de Melo
Date: Fri Feb 15 2019 - 11:43:55 EST


Em Fri, Feb 15, 2019 at 03:42:46PM +0200, Tommi Rantala escreveu:
> From: Tommi Rantala <tommi.t.rantala@xxxxxxxxx>
>
> If perf was built without trace support, trace+probe_vfs_getname.sh
> fails:
>
> # perf trace -h
> perf: 'trace' is not a perf-command. See 'perf --help'
>
> # perf test 64
> 64: Check open filename arg using perf trace + vfs_getname: FAILED!
>
> Check trace support, so that we'll skip the test:
>
> # perf test 64
> 64: Check open filename arg using perf trace + vfs_getname: Skip

Thanks, applied.

- Arnaldo