Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1250882
| From | David Ahern <dsahern@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 1/2] perf test: Silence tracepoint event failures |
| Date | 2015-10-19 18:10 +0200 |
| Message-ID | <qllaz-Yc-39@gated-at.bofh.it> (permalink) |
| References | <qlkxP-8qb-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 10/19/15 9:23 AM, Namhyung Kim wrote: > Currently, when perf test is run by a normal user, it'll fail to access > tracepoint events. However the output is somewhat messy since it tries > to be nice with long error messages and hints. IMHO it's not needed > for 'perf test' by default and AFAIK the perf test uses pr_debug() > rather than pr_err() for such messages so that one can use -v option to > see further details on failed testcases if needed. > -----8<----- > > Signed-off-by: Namhyung Kim <namhyung@kernel.org> > --- > tools/perf/tests/openat-syscall-all-cpus.c | 2 +- > tools/perf/tests/openat-syscall-tp-fields.c | 2 +- > tools/perf/tests/openat-syscall.c | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > Acked-by: David Ahern <dsahern@gmail.com> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 1/2] perf test: Silence tracepoint event failures Namhyung Kim <namhyung@kernel.org> - 2015-10-19 17:30 +0200
[PATCH 2/2] perf test: Suppress libtraceevent warnings Namhyung Kim <namhyung@kernel.org> - 2015-10-19 17:30 +0200
Re: [PATCH 2/2] perf test: Suppress libtraceevent warnings David Ahern <dsahern@gmail.com> - 2015-10-19 18:10 +0200
Re: [PATCH 2/2] perf test: Suppress libtraceevent warnings Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-10-19 20:10 +0200
[tip:perf/core] perf test: Suppress libtraceevent warnings tip-bot for Namhyung Kim <tipbot@zytor.com> - 2015-10-20 09:50 +0200
Re: [PATCH 1/2] perf test: Silence tracepoint event failures David Ahern <dsahern@gmail.com> - 2015-10-19 18:10 +0200
Re: [PATCH 1/2] perf test: Silence tracepoint event failures Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-10-19 20:00 +0200
[tip:perf/core] perf test: Silence tracepoint event failures tip-bot for Namhyung Kim <tipbot@zytor.com> - 2015-10-20 09:50 +0200
csiph-web