This is a simple wrapper to make using liblockdep on existing applications much easier.
After running 'make && make install', it becomes quite simple to test things with liblockdep. For example, to try it on perf: lockdep perf No other integration required. Signed-off-by: Sasha Levin <sasha.le...@oracle.com> Cc: jamie.i...@oracle.com Cc: penb...@kernel.org Cc: a...@ghostprotocols.net Cc: pau...@samba.org Cc: namhy...@kernel.org Cc: pet...@infradead.org Cc: Linus Torvalds <torva...@linux-foundation.org> Cc: Andrew Morton <a...@linux-foundation.org> Cc: Peter Zijlstra <a.p.zijls...@chello.nl> Cc: Thomas Gleixner <t...@linutronix.de> Link: http://lkml.kernel.org/r/1360456781-32462-11-git-send-email-sasha.le...@oracle.com Signed-off-by: Ingo Molnar <mi...@kernel.org> --- tools/lib/lockdep/lockdep | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 tools/lib/lockdep/lockdep diff --git a/tools/lib/lockdep/lockdep b/tools/lib/lockdep/lockdep new file mode 100755 index 0000000..a805c81 --- /dev/null +++ b/tools/lib/lockdep/lockdep @@ -0,0 +1,3 @@ +#! /bin/bash + +LD_PRELOAD="liblockdep.so $LD_PRELOAD" "$@" -- 1.8.2.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/