llvm-project/bolt/lib
Amir Ayupov 39336fc09c [BOLT] Control aggregation mode output profile file format
In perf2bolt and `-aggregate-only` BOLT mode, the output profile file is written
in fdata format by default. Provide a knob `-profile-format=[fdata,yaml]` to
control the format.
Note that `-w` option still dumps in YAML format.

Reviewed By: #bolt, maksfb

Differential Revision: https://reviews.llvm.org/D133995
2022-09-19 13:37:10 -07:00
..
Core [BOLT] Use x.empty() instead of llvm::empty(x) (NFC) 2022-09-18 11:01:56 -07:00
Passes [BOLT] Unifying implementations of ext-tsp 2022-09-19 08:29:08 -07:00
Profile [BOLT] Control aggregation mode output profile file format 2022-09-19 13:37:10 -07:00
Rewrite [BOLT] Control aggregation mode output profile file format 2022-09-19 13:37:10 -07:00
RuntimeLibs [BOLT][NFC] Use range-based STL wrappers 2022-06-23 22:16:27 -07:00
Target Revert "[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-suited" 2022-08-25 11:13:46 -04:00
Utils [BOLT] Control aggregation mode output profile file format 2022-09-19 13:37:10 -07:00
CMakeLists.txt