[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5113BA36.206@oracle.com>
Date: Thu, 07 Feb 2013 09:29:10 -0500
From: Sasha Levin <sasha.levin@...cle.com>
To: Namhyung Kim <namhyung@...nel.org>
CC: mingo@...nel.org, peterz@...radead.org, jamie.iles@...cle.com,
penberg@...nel.org, acme@...stprotocols.net, paulus@...ba.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 11/11] liblockdep: preload helper
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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists