This is an archive of the discontinued LLVM Phabricator instance.

[trace][intelpt] Rename IntelPTManager and change TraceCursor::GetTimestampCounter API to general trace counter API
ClosedPublic

Authored by jj10306 on Mar 15 2022, 9:01 AM.

Details

Summary

Minor refactor and renaming:

  • Rename IntelPTManager class and files to IntelPTCollector
  • Change TraceCursor::GetTimestampCounter API to general trace counter API, GetCounter

First of a series of smaller diffs that split https://reviews.llvm.org/D120595 up.

Diff Detail

Event Timeline

jj10306 created this revision.Mar 15 2022, 9:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 15 2022, 9:01 AM
Herald added a subscriber: mgorny. · View Herald Transcript
jj10306 requested review of this revision.Mar 15 2022, 9:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 15 2022, 9:01 AM
wallace accepted this revision.Mar 16 2022, 11:17 AM

just fix these two simple comments and good to go

lldb/include/lldb/Target/TraceCursor.h
189–190
lldb/include/lldb/lldb-enumerations.h
1144
This revision is now accepted and ready to land.Mar 16 2022, 11:17 AM
jj10306 updated this revision to Diff 415918.Mar 16 2022, 11:38 AM

Fix minor comment issues

This revision was automatically updated to reflect the committed changes.