From: Riku Voipio <riku.voi...@linaro.org>

The following hopefully trivial patches remove the use of legacy syscalls
from perf test subcommands. Patch 2/3 is optional, and would make the delta
a lot smaller.

Riku Voipio (3):
  perf tests: switch from open to openat
  perf tests: rename open*.c
  perf tests: remove getpgrp from mmap-basic

 tools/perf/Makefile.perf                    |   6 +-
 tools/perf/tests/builtin-test.c             |  12 +--
 tools/perf/tests/mmap-basic.c               |   6 +-
 tools/perf/tests/open-syscall-all-cpus.c    | 110 -------------------------
 tools/perf/tests/open-syscall-tp-fields.c   | 121 ----------------------------
 tools/perf/tests/open-syscall.c             |  56 -------------
 tools/perf/tests/openat-syscall-all-cpus.c  | 110 +++++++++++++++++++++++++
 tools/perf/tests/openat-syscall-tp-fields.c | 121 ++++++++++++++++++++++++++++
 tools/perf/tests/openat-syscall.c           |  56 +++++++++++++
 tools/perf/tests/parse-events.c             |  12 +--
 tools/perf/tests/tests.h                    |   6 +-
 11 files changed, 307 insertions(+), 309 deletions(-)
 delete mode 100644 tools/perf/tests/open-syscall-all-cpus.c
 delete mode 100644 tools/perf/tests/open-syscall-tp-fields.c
 delete mode 100644 tools/perf/tests/open-syscall.c
 create mode 100644 tools/perf/tests/openat-syscall-all-cpus.c
 create mode 100644 tools/perf/tests/openat-syscall-tp-fields.c
 create mode 100644 tools/perf/tests/openat-syscall.c

-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to