Skip to content

Commit

Permalink
[NFC][intelpt] Improve IntelPT trace bundle documentation
Browse files Browse the repository at this point in the history
Mention that the LLVM/clang triple must be provided if the trace will be
consumed via `SBTraceCursor`

Test Plan:

Differential Revision: https://reviews.llvm.org/D137509
  • Loading branch information
jj10306 committed Nov 8, 2022
1 parent 632a389 commit df766fb
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -241,6 +241,8 @@ StringRef TraceIntelPTBundleLoader::GetSchema() {
"pid": integer,
"triple"?: string,
// Optional clang/llvm target triple.
// This must be provided if the trace will be created not using the
// CLI or on a machine other than where the target was traced.
"threads": [
// A list of known threads for the given process. When context switch
// data is provided, LLDB will automatically create threads for the
Expand Down

0 comments on commit df766fb

Please sign in to comment.