change inline to __inline__ for better compatibility
[ust.git] / README
CommitLineData
2615de09
PMF
1LTTNG USERSPACE TRACER
2
2615de09
PMF
3Dependencies:
4
6514bc5d
PMF
5- liburcu
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
2615de09
PMF
8
9- libkcompat
10 Linux kernel userspace compatibility library.
11 http://git.dorsal.polymtl.ca
12
6514bc5d
PMF
13Installation instruction:
14
15- Download, compile and install liburcu and libkcompat.
8624c549 16- In this package's tree, run ./configure.
6514bc5d 17- Run make.
6f86ffe9
PMF
18- Run make install.
19- Run ldconfig.
6514bc5d
PMF
20- See the manual in the doc/ directory for usage instructions.
21
2615de09
PMF
22Package contents:
23
24- libust
25 The actual userspace tracing library that must be linked to the
26 instrumented programs.
27
55ad629d 28- ustctl
2615de09
PMF
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.
31
32- ustd
33 The daemon that collects trace data and writes it to the disk.
34
35- Documentation
36
37- hello
38 An example application that uses the userspace tracer.
39
40- libmallocwrap
41 An example library that can be LD_PRELOAD'ed to instrument calls to malloc()
42 in any program without need to recompile it.
cbccb4a9
PMF
43
44- libinterfork
45 A library that is LD_PRELOAD'ed, and that hijacks calls to several system
46 calls in order to trace across these calls.
This page took 0.023811 seconds and 4 git commands to generate.