Re: [PATCH v3] selftests: ftrace: Allow some tests to be run in a tracing instance

2017-04-24 Thread Masami Hiramatsu
On Mon, 24 Apr 2017 18:01:38 -0400 Steven Rostedt wrote: > On Sun, 23 Apr 2017 09:02:24 +0900 > Masami Hiramatsu wrote: > > > > > > > > > > > +} > > > > > + > > > > > eval_result() { # sigval > > > > >case $1 in > > > > > $PASS) > > > > > @@ -271,6 +275,21 @@ for t in $TEST_CASES;

Re: [PATCH v3] selftests: ftrace: Allow some tests to be run in a tracing instance

2017-04-24 Thread Steven Rostedt
On Sun, 23 Apr 2017 09:02:24 +0900 Masami Hiramatsu wrote: > > > > > > > +} > > > > + > > > > eval_result() { # sigval > > > >case $1 in > > > > $PASS) > > > > @@ -271,6 +275,21 @@ for t in $TEST_CASES; do > > > >run_test $t > > > > done > > > > > > > > +# Test on instance lo

Re: [PATCH v3] selftests: ftrace: Allow some tests to be run in a tracing instance

2017-04-22 Thread Masami Hiramatsu
On Sat, 22 Apr 2017 06:58:37 -0400 Steven Rostedt wrote: > On Sat, 22 Apr 2017 17:41:49 +0900 > Masami Hiramatsu wrote: > > > On Fri, 21 Apr 2017 23:38:50 -0400 > > Steven Rostedt wrote: > > > > > From 4464dc867ead3ea14654165ad3ab68263aff7b17 Mon Sep 17 00:00:00 2001 > > > From: "Steven Roste

Re: [PATCH v3] selftests: ftrace: Allow some tests to be run in a tracing instance

2017-04-22 Thread Steven Rostedt
On Sat, 22 Apr 2017 17:41:49 +0900 Masami Hiramatsu wrote: > On Fri, 21 Apr 2017 23:38:50 -0400 > Steven Rostedt wrote: > > > From 4464dc867ead3ea14654165ad3ab68263aff7b17 Mon Sep 17 00:00:00 2001 > > From: "Steven Rostedt (VMware)" > > Date: Thu, 20 Apr 2017 12:53:18 -0400 > > Subject: [PATCH

Re: [PATCH v3] selftests: ftrace: Allow some tests to be run in a tracing instance

2017-04-22 Thread Masami Hiramatsu
On Fri, 21 Apr 2017 23:38:50 -0400 Steven Rostedt wrote: > From 4464dc867ead3ea14654165ad3ab68263aff7b17 Mon Sep 17 00:00:00 2001 > From: "Steven Rostedt (VMware)" > Date: Thu, 20 Apr 2017 12:53:18 -0400 > Subject: [PATCH] selftests: ftrace: Allow some tests to be run in a tracing > instance >

[PATCH v3] selftests: ftrace: Allow some tests to be run in a tracing instance

2017-04-21 Thread Steven Rostedt
>From 4464dc867ead3ea14654165ad3ab68263aff7b17 Mon Sep 17 00:00:00 2001 From: "Steven Rostedt (VMware)" Date: Thu, 20 Apr 2017 12:53:18 -0400 Subject: [PATCH] selftests: ftrace: Allow some tests to be run in a tracing instance An tracing instance has several of the same capabilities as the top l