summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/profile/instrprof-bufferio.c
Commit message (Collapse)AuthorAgeFilesLines
* [profile] Eliminate dynamic memory allocation for buffered writerXinliang David Li2016-05-131-2/+3
| | | | | | | | With this change, dynamic memory allocation is only used for testing purpose. This change is one of the many steps to make instrument profiler dynamic allocation free. llvm-svn: 269453
* [Fix r262788] Fix missed prototype with the old llvm* name.Filipe Cabecinhas2016-03-081-1/+1
| | | | llvm-svn: 262927
* [PGO] internal API name cleanups (for better consistency)Xinliang David Li2016-03-061-20/+20
| | | | llvm-svn: 262788
* [PGO]: Refactor VP data writerXinliang David Li2015-12-291-0/+128
Extract the buffered filer writer code used by value profile writer and turn it into common/sharable buffered fileIO interfaces. Added a test case for the buffered file writer and rewrite the VP dumping using the new APIs. llvm-svn: 256604
OpenPOWER on IntegriCloud