On 02/07/2013 01:55 AM, Namhyung Kim wrote: > On Wed, 6 Feb 2013 17:11:34 -0500, Sasha Levin wrote: >> diff --git a/tools/lib/lockdep/lockdep b/tools/lib/lockdep/lockdep >> new file mode 100755 >> index 0000000..616bf9a >> --- /dev/null >> +++ b/tools/lib/lockdep/lockdep >> @@ -0,0 +1,3 @@ >> +#! /bin/bash >> + >> +LD_PRELOAD=liblockdep.so "$@" > > Just try to be more conservative ;-) > > LD_PRELOAD="liblockdep.so $LD_PRELOAD" "$@"
Will do, thanks! And yes, it's supposed to be 'lockdep perf' : Thanks, Sasha -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

