History log of /external/libunwind/tests/Gperf-trace.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e3e49dc28aee0dc78f0243d932a5c950aaec7e3e 18-Sep-2012 Tommi Rantala <tt.rantala@gmail.com> Define and use `NOINLINE'
/external/libunwind/tests/Gperf-trace.c
ded94b98ff3534a3c394591f4b254b1af6f0711c 18-Sep-2012 Tommi Rantala <tt.rantala@gmail.com> Stop including `memory.h'

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.
/external/libunwind/tests/Gperf-trace.c
58354c94d7472f479cd282c4a8a3a8fb536f5b05 17-Sep-2012 Tommi Rantala <tt.rantala@gmail.com> Nuke HAVE_BACKTRACE

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.
/external/libunwind/tests/Gperf-trace.c
4dbc2bcb94960e9aa76696dfca5d662090496d4e 16-Aug-2011 Arun Sharma <asharma@fb.com> Fix a compiler warning

backtrace() needs execinfo.h
/external/libunwind/tests/Gperf-trace.c
741a5a2149b111d6d180cb789031b9da9ef0b621 25-Mar-2011 Arun Sharma <asharma@fb.com> Add some performance tests for fast backtracing.
/external/libunwind/tests/Gperf-trace.c