Tiezhu Yang (3):
perf bench syscall: Introduce bench_syscall_common()
perf bench syscall: Add close syscall benchmark
perf bench syscall: Add execve syscall benchmark
tools/perf/bench/bench.h | 2 ++
tools/perf/bench/syscall.c | 76 +++++++++++++++++++++++++++++++++++++++++++---
tools/perf/builtin-bench.c | 2 ++
3 files changed, 76 insertions(+), 4 deletions(-)
--
2.1.0
On 09/06/2022 11:06 AM, Tiezhu Yang wrote:
> Tiezhu Yang (3):
> perf bench syscall: Introduce bench_syscall_common()
> perf bench syscall: Add close syscall benchmark
> perf bench syscall: Add execve syscall benchmark
>
> tools/perf/bench/bench.h | 2 ++
> tools/perf/bench/syscall.c | 76 +++++++++++++++++++++++++++++++++++++++++++---
> tools/perf/builtin-bench.c | 2 ++
> 3 files changed, 76 insertions(+), 4 deletions(-)
>
Hi all,
Any more comments? Do you think this patch series [1] is useful?
If yes, I will send v2 to fix the build error about undeclared
__NR_getppid reported by kernel test robot.
[1]
https://lore.kernel.org/lkml/[email protected]/
Thanks,
Tiezhu
Em Wed, Sep 28, 2022 at 09:06:03AM +0800, Tiezhu Yang escreveu:
>
>
> On 09/06/2022 11:06 AM, Tiezhu Yang wrote:
> > Tiezhu Yang (3):
> > perf bench syscall: Introduce bench_syscall_common()
> > perf bench syscall: Add close syscall benchmark
> > perf bench syscall: Add execve syscall benchmark
> >
> > tools/perf/bench/bench.h | 2 ++
> > tools/perf/bench/syscall.c | 76 +++++++++++++++++++++++++++++++++++++++++++---
> > tools/perf/builtin-bench.c | 2 ++
> > 3 files changed, 76 insertions(+), 4 deletions(-)
> >
>
> Hi all,
>
> Any more comments? Do you think this patch series [1] is useful?
> If yes, I will send v2 to fix the build error about undeclared
> __NR_getppid reported by kernel test robot.
>
> [1] https://lore.kernel.org/lkml/[email protected]/
Please send the v2.
- Arnaldo