This is an archive of the discontinued LLVM Phabricator instance.

[trace][intelpt] Support system-wide tracing [20] - Rename some fields in the schema
ClosedPublic

Authored by wallace on Jun 14 2022, 6:34 PM.

Details

Summary

As discusses offline with @jj10305, we are updating some naming used throughout the code, specially in the json schema

  • traceBuffer -> iptTrace
  • core -> cpu

Diff Detail

Event Timeline

wallace created this revision.Jun 14 2022, 6:34 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 14 2022, 6:34 PM
Herald added a subscriber: mgorny. · View Herald Transcript
wallace requested review of this revision.Jun 14 2022, 6:34 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 14 2022, 6:34 PM
jj10306 accepted this revision.Jun 15 2022, 10:10 AM
jj10306 added inline comments.
lldb/docs/lldb-gdb-remote.txt
566

why delete this?

This revision is now accepted and ready to land.Jun 15 2022, 10:10 AM
wallace added inline comments.Jun 15 2022, 10:49 AM
lldb/docs/lldb-gdb-remote.txt
566

because these are already specified in line 518. I'm afraid of these getting out of sync, so I prefer to specify these kinds only in one place