[PATCH] D107192: [llvm-profgen][CSSPGO] Support count based aggregated type of hybrid perf script
Lei Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 2 19:00:34 PDT 2021
wlei added a comment.
In D107192#2920779 <https://reviews.llvm.org/D107192#2920779>, @wenlei wrote:
> Along the lines of supporting aggregation as an extension, perhaps we could handle parseAggregatedCount in the base class inside parseSample for anything other than stuff like PERF_RECORD_MMAP2. What do you think?
That's good point, so we can share this with the non-cs profile.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107192/new/
https://reviews.llvm.org/D107192
More information about the llvm-commits
mailing list