[llvm-branch-commits] [BOLT] Support pre-aggregated basic sample profile (PR #140196)
Maksim Panchenko via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sun Jun 1 20:35:57 PDT 2025
================
@@ -370,33 +370,46 @@ class DataAggregator : public DataReader {
/// memory.
///
/// File format syntax:
- /// {B|F|f|T} [<start_id>:]<start_offset> [<end_id>:]<end_offset> [<ft_end>]
- /// <count> [<mispred_count>]
+ /// E <event>
----------------
maksfb wrote:
Can you specify multiple events per file?
https://github.com/llvm/llvm-project/pull/140196
More information about the llvm-branch-commits
mailing list