Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 887e73d7 authored by WANG Chao's avatar WANG Chao Committed by Arnaldo Carvalho de Melo
Browse files

perf test: fix typo in python test



Library loading in python syntax should be 'import perf', not 'use perf'.

Signed-off-by: default avatarWANG 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: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent 162bcc17
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
	},
	{