summaryrefslogtreecommitdiff
path: root/tests/Gperf-trace.c
Commit message (Collapse)AuthorAgeFilesLines
* Bring back support for UNW_CACHE_PER_THREAD.Bert Wesarg2017-08-151-0/+2
| | | | | Needs to be build with --enable-per-thread-cache. Default caching policy is also UNW_CACHE_PER_THREAD than.
* Define and use `NOINLINE'Tommi Rantala2012-09-281-3/+4
|
* Stop including `memory.h'Tommi Rantala2012-09-281-1/+1
| | | | | | I am unable to find any reference to `memory.h' in the C99 and C11 committee drafts, so include `string.h' instead when we need memset() or similar.
* Nuke HAVE_BACKTRACETommi Rantala2012-09-281-2/+1
| | | | | | | | We do not really need to care if the system provides `backtrace()', since we will want to test the one provided in libunwind, not the one that is provided by the system. The `backtrace()' calls should already be aliased to `unw_backtrace()', but if that is not working for whatever reason, we can call `unw_backtrace()' explicitly.
* Fix a compiler warningArun Sharma2011-08-151-0/+1
| | | | backtrace() needs execinfo.h
* Add some performance tests for fast backtracing.Arun Sharma2011-03-251-0/+247