]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
perf test: fix typo in python test
authorWANG Chao <chaowang@redhat.com>
Wed, 12 Nov 2014 08:27:05 +0000 (16:27 +0800)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 19 Nov 2014 15:33:47 +0000 (12:33 -0300)
Library loading in python syntax should be 'import perf', not 'use perf'.

Signed-off-by: WANG Chao <chaowang@redhat.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Jean Pihet <jean.pihet@linaro.org>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1415780826-13250-1-git-send-email-chaowang@redhat.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/tests/builtin-test.c

index 162c978f1491a9e49dd6f37e1dd34ccb40d2a540..4b7d9ab0f0492867fa0154ce6da3d6418034cad1 100644 (file)
@@ -85,7 +85,7 @@ static struct test {
                .func = test__hists_link,
        },
        {
-               .desc = "Try 'use perf' in python, checking link problems",
+               .desc = "Try 'import perf' in python, checking link problems",
                .func = test__python_use,
        },
        {