Skip to content

Linux kernel's lockdep utility as a library by a patchset of Sasha Levin.

Notifications You must be signed in to change notification settings

svagionitis/liblockdep-kernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

liblockdep-kernel

Linux kernel's lockdep utility as a library by a patchset of Sasha Levin.

Directories

  • ./patches: The patchsets that was used in order to add the lockdep library. No longer needed, they were added as a historic reference. They can be found in https://lkml.org, search for liblockdep.
  • ./tools/lib/lockdep: The files for the liblockdep
  • ./tools/perf: The perf tool from the kernel. liblockdep add some instrumentation in this tool.

Building

Not tested yet.

How to use it

LD_PRELOAD=/path/to/liblockdep.so /path/to/my/program

References

About

Linux kernel's lockdep utility as a library by a patchset of Sasha Levin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published