perf bench numa: Fix benchmark names
authorAlexander Gordeev <agordeev@linux.ibm.com>
Mon, 10 Aug 2020 06:22:00 +0000 (08:22 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 12 Aug 2020 12:08:42 +0000 (09:08 -0300)
commit85372c6974aad0e40b97513434694abe84c1017e
tree9ee7e6e731c525d2aaf578428a720c43d3edab5d
parent72d69c2a4ee1fe2a66c3296ad42e60d563ba9a36
perf bench numa: Fix benchmark names

Standard benchmark names let users know the tests specifics.  For
example "2x1-bw-process" name tells that two processes one thread each
are run and the RAM bandwidth is measured.

Several benchmarks names do not correspond to their actual running
configuration. Fix that and also some whitespace and comment
inconsistencies.

Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lore.kernel.org/lkml/6b6f2084f132ee8e9203dc7c32f9deb209b87a68.1597004831.git.agordeev@linux.ibm.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/bench/numa.c