On Wed, 05 Nov 2014 17:41:15 +0900
Masami Hiramatsu wrote:
> (2014/11/05 16:52), Namhyung Kim wrote:
> > Hi Steve,
> >
> > On Tue, 04 Nov 2014 10:28:47 -0500, Steven Rostedt wrote:
> >> +count=`cat trace | grep '()' | grep -v schedule | wc -l`
> >> +
> >> +if [ $count -ne 0 ]; then
> >> +ech
(2014/11/05 16:52), Namhyung Kim wrote:
> Hi Steve,
>
> On Tue, 04 Nov 2014 10:28:47 -0500, Steven Rostedt wrote:
>> +count=`cat trace | grep '()' | grep -v schedule | wc -l`
>> +
>> +if [ $count -ne 0 ]; then
>> +echo "Graph filtering not working after stack tracer disabled?"
>> +exit -1
Hi Steve,
On Tue, 04 Nov 2014 10:28:47 -0500, Steven Rostedt wrote:
> +count=`cat trace | grep '()' | grep -v schedule | wc -l`
> +
> +if [ $count -ne 0 ]; then
> +echo "Graph filtering not working after stack tracer disabled?"
> +exit -1
> +fi
> +
> +count=`cat trace | grep 'schedule()' |
3 matches
Mail list logo