summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-profdata/inline-samples.test
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-profdata] Bring back reading profile data from STDIN.Benjamin Kramer2016-07-221-0/+1
| | | | | | This feature was lost in r276197. llvm-svn: 276407
* SamplePGO - Sort samples by source location when emitting as text.Diego Novillo2015-11-191-1/+1
| | | | | | | | When dumping function samples or writing them out as text format, it helps if the samples are emitted sorted by source location. The sorting of the maps is a bit slow, so we only do it on demand. llvm-svn: 253568
* SamplePGO - Add dump routines for LineLocation, SampleRecord and FunctionSamplesDiego Novillo2015-11-131-5/+5
| | | | llvm-svn: 253071
* Add inline stack streaming to binary sample profiles.Diego Novillo2015-10-091-0/+30
With this patch we can now read and write inline stacks in sample profiles to the binary encoded profiles. In a subsequent patch, I will add a string table to the binary encoding. Right now function names are emitted as strings every time we find them. This is too bloated and will produce large files in applications with lots of inlining. llvm-svn: 249861
OpenPOWER on IntegriCloud