GitXplorerGitXplorer
d

mutrace

public
3 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
795a0c4ec4ba0f66c2430fd0d81845da2b27ba43

Two small fixes

ddanielsuo committed 8 years ago
Unverified
e23dc4213bbe4238a3c22fdad229e92c9d1f0553

Add support for profiling condition variables

ppwithnall committed 13 years ago
Unverified
b205ffc3a6bd39d6575f7a051e1d0a8b1137c1ab

Expand support for rwlocks to count read and write locks separately

ppwithnall committed 13 years ago
Unverified
90949bf1b46e69b040b303b16b8799b232335501

Port from CC_CHECK_CFLAGS_APPEND to AX_APPEND_COMPILE_FLAGS

ppwithnall committed 13 years ago
Unverified
455be6e35fe1ee18d63777e1383e7f9ade0f43a3

Port from ACX_PTHREAD to AX_PTHREAD

ppwithnall committed 13 years ago
Unverified
d35481e13797cf423fdf51d4e6f04d3e9203873a

Update configure.ac macros

ppwithnall committed 13 years ago

README

The README file for this repository.

mutrace

Please see README for original README. Updated slightly with two bug fixes and instructions on how to install and run.

# Configure
./bootstrap.sh

# Make and install
make && sudo make install

# Run
LD_PRELOAD=/usr/local/lib/libmutrace.so [COMMAND]