* [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
* Re: [PATCH] perf test: fix typo in python test
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
1 sibling, 0 replies; 3+ messages in thread
From: Arnaldo Carvalho de Melo @ 2014-11-12 12:56 UTC (permalink / raw)
To: WANG Chao
Cc: linux-kernel, Peter Zijlstra, Paul Mackerras, Ingo Molnar,
Jiri Olsa, Namhyung Kim, Jean Pihet, Masami Hiramatsu,
Adrian Hunter
Em Wed, Nov 12, 2014 at 04:27:05PM +0800, WANG Chao escreveu:
> Library loading in python syntax should be 'import perf', not 'use perf'.
Thanks, applied.
- Arnaldo
^ permalink raw reply [flat|nested] 3+ messages in thread
* [tip:perf/core] perf test: fix typo in python test
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-bot for WANG Chao
1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for WANG Chao @ 2014-11-20 7:37 UTC (permalink / raw)
To: linux-tip-commits
Cc: tglx, mingo, mingo, a.p.zijlstra, paulus, jolsa, chaowang,
linux-kernel, adrian.hunter, acme, masami.hiramatsu.pt, namhyung,
hpa, jean.pihet
Commit-ID: 887e73d7f42c6a146b572a0577e9875ccca66f37
Gitweb: http://git.kernel.org/tip/887e73d7f42c6a146b572a0577e9875ccca66f37
Author: WANG Chao <chaowang@redhat.com>
AuthorDate: Wed, 12 Nov 2014 16:27:05 +0800
Committer: Arnaldo Carvalho de Melo <acme@redhat.com>
CommitDate: Wed, 19 Nov 2014 12:33:47 -0300
perf test: fix typo in python test
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 | 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,
},
{
^ 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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox