All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] perf test: fix typo in python test
@ 2014-11-12  8:27 WANG Chao
  2014-11-12 12:56 ` Arnaldo Carvalho de Melo
  2014-11-20  7:37 ` [tip:perf/core] " tip-bot for WANG Chao
  0 siblings, 2 replies; 3+ messages in thread
From: WANG Chao @ 2014-11-12  8:27 UTC (permalink / raw)
  To: linux-kernel
  Cc: Peter Zijlstra, Paul Mackerras, Ingo Molnar,
	Arnaldo Carvalho de Melo, Jiri Olsa, Namhyung Kim, Jean Pihet,
	Masami Hiramatsu, Adrian Hunter

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

Signed-off-by: WANG Chao <chaowang@redhat.com>
---
 tools/perf/tests/builtin-test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/perf/tests/builtin-test.c b/tools/perf/tests/builtin-test.c
index 162c978..4b7d9ab 100644
--- a/tools/perf/tests/builtin-test.c
+++ b/tools/perf/tests/builtin-test.c
@@ -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,
 	},
 	{
-- 
1.9.3


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-11-20  7:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-12  8:27 [PATCH] perf test: fix typo in python test WANG Chao
2014-11-12 12:56 ` Arnaldo Carvalho de Melo
2014-11-20  7:37 ` [tip:perf/core] " tip-bot for WANG Chao

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.