summaryrefslogtreecommitdiff
path: root/lib/profile/GCDAProfiling.c
AgeCommit message (Expand)Author
2012-06-15Free the allocated filename. Found by clang static analyzer.Bill Wendling
2012-05-28Add support for the GCOV_PREFIX_STRIP env variable which tries to strip off t...Bill Wendling
2012-05-28Simplify the logic that tries to open the GCDA file at all costs. Basically, ifBill Wendling
2012-05-28* A bit of cleanup of the 'recursive_mkdir'. No functionality change.Bill Wendling
2012-05-28Don't use 'strrchr', which isn't implemented here yet.Bill Wendling
2012-05-28Sync with old GCOV runtime library's file.Bill Wendling
2011-11-17lib: Import GCDA profiling support from LLVM.Daniel Dunbar