]> 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)
commit5e85477fa09b51985983edf24092926a2ef57845
tree9ee7e6e731c525d2aaf578428a720c43d3edab5d
parent59bd1ff1863c3852717ca83baf001ca19d3e7912
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