Re: [PATCH] perf: Fix failing assertions in perf bench numa

2013-10-04 Thread Ingo Molnar
* Petr Holasek wrote: > Patch adds more subtle handling of -C and -N parameters in > parse_{cpu,node}_setup_list() functions when there isn't enough NUMA nodes or > CPUs present. > Instead of assertion and terminating benchmark, partial test is skipped > with error message and perf will

Re: [PATCH] perf: Fix failing assertions in perf bench numa

2013-10-04 Thread Ingo Molnar
* Petr Holasek phola...@redhat.com wrote: Patch adds more subtle handling of -C and -N parameters in parse_{cpu,node}_setup_list() functions when there isn't enough NUMA nodes or CPUs present. Instead of assertion and terminating benchmark, partial test is skipped with error message and

[PATCH] perf: Fix failing assertions in perf bench numa

2013-10-03 Thread Petr Holasek
Patch adds more subtle handling of -C and -N parameters in parse_{cpu,node}_setup_list() functions when there isn't enough NUMA nodes or CPUs present. Instead of assertion and terminating benchmark, partial test is skipped with error message and perf will continue to the next one. Fixed problem

[PATCH] perf: Fix failing assertions in perf bench numa

2013-10-03 Thread Petr Holasek
Patch adds more subtle handling of -C and -N parameters in parse_{cpu,node}_setup_list() functions when there isn't enough NUMA nodes or CPUs present. Instead of assertion and terminating benchmark, partial test is skipped with error message and perf will continue to the next one. Fixed problem