[PATCH] perf tooling: Simplify 'perf bench syscall'
From: Ingo Molnar
Date: Mon Feb 01 2016 - 02:49:28 EST
* Ingo Molnar <mingo@xxxxxxxxxx> wrote:
> [...]
>
> I kept the process, threading and memory allocation bits of numa.c, just in case
> we need them to measure more complex syscalls. Maybe we could keep the threading
> bits and remove the memory allocation parameters, to simplify the benchmark?
So the patch below removes NUMA details: convergence measurement and memory access
pattern details. This reduces the linecount by about 30%. Should be combined with
the previous patch I suspect.
Thanks,
Ingo
==================>