[PATCH] D112411: [LNT] Updated cPerf to read the section Attributes (support Simpleperf)

Pavel Kosov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 25 00:17:46 PDT 2021


kpdev42 created this revision.
kpdev42 added reviewers: cmatthews, thopre, danilaml.
kpdev42 added a project: LLVM.
Herald added a subscriber: dkolesnichenko.
kpdev42 requested review of this revision.

The current cPerf implementation requires the feature EVENT_DESC in the profile file. 
The feature EVENT_DESC is optional and is missing in profile files generated by many tools including Simpleperf.
The same data is stored in the base section Attributes. But it is necessary some heuristic around event names.


Repository:
  rLNT LNT

https://reviews.llvm.org/D112411

Files:
  lnt/testing/profile/cPerf.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112411.381862.patch
Type: text/x-patch
Size: 11554 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211025/afa81a74/attachment.bin>


More information about the llvm-commits mailing list