linux/tools/lib/lockdep/lockdep
<<
>>
Prefs
   1#!/bin/bash
   2
   3LD_PRELOAD="./liblockdep.so $LD_PRELOAD" "$@"
   4