Re: [PATCH 0/3] perf tests: don't use obsolete syscalls

2015-05-28 Thread Arnaldo Carvalho de Melo
Em Thu, May 28, 2015 at 07:43:20AM +0300, Riku Voipio escreveu: > Hi, > > On 16 April 2015 at 19:17, Ingo Molnar wrote: > >> From: Riku Voipio > >> > >> The following hopefully trivial patches remove the use of legacy syscalls > >> from perf test subcommands. Patch 2/3 is optional, and would mak

Re: [PATCH 0/3] perf tests: don't use obsolete syscalls

2015-05-27 Thread Riku Voipio
Hi, On 16 April 2015 at 19:17, Ingo Molnar wrote: >> From: Riku Voipio >> >> 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 fro

Re: [PATCH 0/3] perf tests: don't use obsolete syscalls

2015-04-16 Thread Ingo Molnar
* riku.voi...@linaro.org wrote: > From: Riku Voipio > > 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 >

[PATCH 0/3] perf tests: don't use obsolete syscalls

2015-04-16 Thread riku . voipio
From: Riku Voipio 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 getpg