6 Userspace RCU library, by Mathieu Desnoyers and Paul E. McKenney
7 http://ltt.polymtl.ca/cgi-bin/gitweb.cgi?p=userspace-rcu.git;a=summary
10 Linux kernel userspace compatibility library.
11 http://git.dorsal.polymtl.ca
13 Installation instruction:
15 - Download, compile and install liburcu and libkcompat.
16 - In this package's tree, run ./configure.
20 - See the manual in the doc/ directory for usage instructions.
25 The actual userspace tracing library that must be linked to the
26 instrumented programs.
29 A program to control the tracing of userspace applications. It can list
30 markers, start the tracing, stop the tracing, enable/disable markers, etc.
33 The daemon that collects trace data and writes it to the disk.
38 An example application that uses the userspace tracer.
41 An example library that can be LD_PRELOAD'ed to instrument calls to malloc()
42 in any program without need to recompile it.
45 A library that is LD_PRELOAD'ed, and that hijacks calls to several system
46 calls in order to trace across these calls.