All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] perf tests: don't use obsolete syscalls
@ 2015-04-16 13:52 riku.voipio
  2015-04-16 16:17 ` Ingo Molnar
  0 siblings, 1 reply; 4+ messages in thread
From: riku.voipio @ 2015-04-16 13:52 UTC (permalink / raw)
  To: a.p.zijlstra, paulus, mingo, linux-kernel; +Cc: Riku Voipio

From: Riku Voipio <riku.voipio@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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-05-28 15:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-16 13:52 [PATCH 0/3] perf tests: don't use obsolete syscalls riku.voipio
2015-04-16 16:17 ` Ingo Molnar
2015-05-28  4:43   ` Riku Voipio
2015-05-28 15:14     ` Arnaldo Carvalho de Melo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.