]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5cb538e522086de783a75c2d4f3eff09231cc868
tree9ee7e6e731c525d2aaf578428a720c43d3edab5d
parentbd820a5827f53c402e1bafadc1a866733a64a502
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