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

* Re: [PATCH 0/3] perf tests: don't use obsolete syscalls
  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
  0 siblings, 1 reply; 4+ messages in thread
From: Ingo Molnar @ 2015-04-16 16:17 UTC (permalink / raw)
  To: riku.voipio, Arnaldo Carvalho de Melo, Jiri Olsa
  Cc: a.p.zijlstra, paulus, mingo, linux-kernel


* riku.voipio@linaro.org <riku.voipio@linaro.org> wrote:

> 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

Reviewed-by: Ingo Molnar <mingo@kernel.org>

Thanks,

	Ingo

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

* Re: [PATCH 0/3] perf tests: don't use obsolete syscalls
  2015-04-16 16:17 ` Ingo Molnar
@ 2015-05-28  4:43   ` Riku Voipio
  2015-05-28 15:14     ` Arnaldo Carvalho de Melo
  0 siblings, 1 reply; 4+ messages in thread
From: Riku Voipio @ 2015-05-28  4:43 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: Jiri Olsa, a.p.zijlstra, paulus, mingo, linux-kernel, acme

Hi,

On 16 April 2015 at 19:17, Ingo Molnar <mingo@kernel.org> wrote:
>> 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

> Reviewed-by: Ingo Molnar <mingo@kernel.org>

Via who should the patches to tools/perf/tests go to ? I didn't get
any improvement requests nor have I seen these merged to anyones tree
so far,

Riku

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

* Re: [PATCH 0/3] perf tests: don't use obsolete syscalls
  2015-05-28  4:43   ` Riku Voipio
@ 2015-05-28 15:14     ` Arnaldo Carvalho de Melo
  0 siblings, 0 replies; 4+ messages in thread
From: Arnaldo Carvalho de Melo @ 2015-05-28 15:14 UTC (permalink / raw)
  To: Riku Voipio
  Cc: Ingo Molnar, Jiri Olsa, a.p.zijlstra, paulus, mingo, linux-kernel

Em Thu, May 28, 2015 at 07:43:20AM +0300, Riku Voipio escreveu:
> Hi,
> 
> On 16 April 2015 at 19:17, Ingo Molnar <mingo@kernel.org> wrote:
> >> 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
> 
> > Reviewed-by: Ingo Molnar <mingo@kernel.org>
> 
> Via who should the patches to tools/perf/tests go to ? I didn't get
> any improvement requests nor have I seen these merged to anyones tree
> so far,

Me, will try to collect those, fell thru the cracks, thanks for the
reminder,

- Arnaldo

^ 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.