Page MenuHomePhabricator

[Clang][CMake] Support perf, LBR, and Instrument CLANG_BOLT options
Needs ReviewPublic

Authored by Amir on Feb 8 2023, 5:48 PM.

Details

Reviewers
beanz
phosek
Group Reviewers
Restricted Project
Summary

Split up and refactor CLANG_BOLT_INSTRUMENT into support for
perf no-LBR and perf with LBR profiling modes.

Diff Detail

Event Timeline

Amir created this revision.Feb 8 2023, 5:48 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 8 2023, 5:48 PM
Amir requested review of this revision.Feb 8 2023, 5:48 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 8 2023, 5:48 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
Amir updated this revision to Diff 496249.Feb 9 2023, 2:59 PM

Add perf and perf+LBR support

Amir retitled this revision from [Clang][CMake] Break out Instrument from CLANG_BOLT option to [Clang][CMake] Support perf, LBR, and Instrument CLANG_BOLT options.Feb 9 2023, 3:00 PM
Amir edited the summary of this revision. (Show Details)
Amir updated this revision to Diff 496253.Feb 9 2023, 3:13 PM

Reduce changes

Amir updated this revision to Diff 496271.Feb 9 2023, 3:57 PM

Reduce changes

Amir updated this revision to Diff 496272.Feb 9 2023, 3:59 PM

Reduce changes

Amir updated this revision to Diff 496273.Feb 9 2023, 4:00 PM

Reduce changes

Amir updated this revision to Diff 496276.Feb 9 2023, 4:23 PM

Reduce changes