Re: [PATCH v1 0/3] perf version: some follow-up updates

From: Arnaldo Carvalho de Melo
Date: Wed Apr 11 2018 - 19:24:30 EST


Em Mon, Apr 09, 2018 at 06:26:46PM +0800, Jin Yao escreveu:
> 1. Remove -DNO_LIBPERL and use -DHAVE_LIBPERL_SUPPORT in C code.
>
> 2. Remove -DNO_LIBPYTHON and use -DHAVE_LIBPYTHON_SUPPORT in C code.
>
> 3. Rename HAVE_SYSCALL_TABLE to HAVE_SYSCALL_TABLE_SUPPORT.
>
> 4. Don't print "libaudit" line if HAVE_SYSCALL_TABLE_SUPPORT is available
> and add a line for HAVE_SYSCALL_TABLE_SUPPORT.

Applied after adding the Suggested-by tags for the three patches,

Thanks,

- Arnaldo

> Jin Yao (3):
> perf script: Use HAVE_LIBXXX_SUPPORT to replace NO_LIBXXX
> perf: Rename HAVE_SYSCALL_TABLE to HAVE_SYSCALL_TABLE_SUPPORT
> perf version: Print status for syscall_table
>
> tools/perf/Makefile.config | 2 +-
> tools/perf/builtin-help.c | 2 +-
> tools/perf/builtin-script.c | 4 ++--
> tools/perf/builtin-version.c | 3 +++
> tools/perf/perf.c | 4 ++--
> tools/perf/util/generate-cmdlist.sh | 2 +-
> tools/perf/util/syscalltbl.c | 6 +++---
> tools/perf/util/trace-event-scripting.c | 4 ++--
> 8 files changed, 15 insertions(+), 12 deletions(-)
>
> --
> 2.7.4