]> git.baikalelectronics.ru Git - kernel.git/commit
libperf tests: Fix typo in perf_evlist__open() failure error messages
authorShunsuke Nakamura <nakamura.shun@fujitsu.com>
Fri, 25 Mar 2022 04:38:23 +0000 (13:38 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Sat, 26 Mar 2022 13:55:57 +0000 (10:55 -0300)
commitbe15c599757b9018547b508b7d7d40afb041b717
treebe56a944222ab85104c4c51cbb9c98b12c20ef29
parent2d3ea5f5136fe61dd7bdf5c157312efe73847889
libperf tests: Fix typo in perf_evlist__open() failure error messages

This patch corrects typos in error messages. I should be "evlist", not
"evsel" as the function that fails is perf_evlist__open().

Fixes: 5948fd7d6e5ca187 ("libperf: Move to tools/lib/perf")
Fixes: 19330c0fc81669a8 ("libperf tests: Add test_stat_multiplexing test")
Signed-off-by: Shunsuke Nakamura <nakamura.shun@fujitsu.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
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/20220325043829.224045-2-nakamura.shun@fujitsu.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/lib/perf/tests/test-evlist.c