Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1343222
| From | Tom Zanussi <tom.zanussi@linux.intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] kselftests/ftrace: Add a test for log2 modifier of hist trigger |
| Date | 2016-02-25 16:00 +0100 |
| Message-ID | <r65yy-5kc-1@gated-at.bofh.it> (permalink) |
| References | <r5MvT-4Y-7@gated-at.bofh.it> <r60pb-1Hh-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Masami, On Thu, 2016-02-25 at 18:19 +0900, Masami Hiramatsu wrote: > Add a test for log2 modifier of hist trigger in hist_mod.tc. > Here is the test result. > > ---- > # ./ftracetest test.d/trigger/trigger-hist-mod.tc > === Ftrace unit tests === > [1] event trigger - test histogram modifiers [PASS] > > # of passed: 1 > # of failed: 0 > # of unresolved: 0 > # of untested: 0 > # of unsupported: 0 > # of xfailed: 0 > # of undefined(test bug): 0 > ---- > > Signed-off-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com> > Cc: Steven Rostedt <rostedt@goodmis.org> > Cc: Ingo Molnar <mingo@redhat.com> > Cc: Shuah Khan <shuahkh@osg.samsung.com> > Cc: Namhyung Kim <namhyung@kernel.org> > Cc: Tom Zanussi <tom.zanussi@linux.intel.com> > --- > > Hi Tom, here is the patch to add a test for log2 modifier on your branch. > Thanks! I'll add it to my branch. Tom > Thanks, > --- > .../ftrace/test.d/trigger/trigger-hist-mod.tc | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/tools/testing/selftests/ftrace/test.d/trigger/trigger-hist-mod.tc b/tools/testing/selftests/ftrace/test.d/trigger/trigger-hist-mod.tc > index 57e350a..c2b61c4 100644 > --- a/tools/testing/selftests/ftrace/test.d/trigger/trigger-hist-mod.tc > +++ b/tools/testing/selftests/ftrace/test.d/trigger/trigger-hist-mod.tc > @@ -60,6 +60,16 @@ for i in `seq 1 10` ; do ( echo "forked" > /dev/null); done > grep "id: sys_" events/raw_syscalls/sys_exit/hist > /dev/null || \ > fail "syscall modifier on raw_syscalls/sys_exit did not work" > > + > +reset_trigger > + > +echo "Test histgram with log2 modifier" > + > +echo 'hist:keys=bytes_req.log2' > events/kmem/kmalloc/trigger > +for i in `seq 1 10` ; do ( echo "forked" > /dev/null); done > +grep 'bytes_req: ~ 2^[0-9]*' events/kmem/kmalloc/hist > /dev/null || \ > + fail "log2 modifier on kmem/kmalloc did not work" > + > do_reset > > exit 0 > >
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 00/22] tracing: 'hist' triggers Tom Zanussi <tom.zanussi@linux.intel.com> - 2016-02-24 19:50 +0100
[PATCH v14 09/22] tracing: Add hist trigger 'sym' and 'sym-offset' modifiers Tom Zanussi <tom.zanussi@linux.intel.com> - 2016-02-24 19:50 +0100
[PATCH] kselftests/ftrace: Add a test for log2 modifier of hist trigger Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com> - 2016-02-25 10:30 +0100
Re: [PATCH] kselftests/ftrace: Add a test for log2 modifier of hist trigger Tom Zanussi <tom.zanussi@linux.intel.com> - 2016-02-25 16:00 +0100
csiph-web