Skip to content

Commit

Permalink
adds attributes to Location and Mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
petethepig committed Jul 6, 2023
1 parent a87c236 commit 980fc89
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ message Mapping {
}

SymbolicInfo symbolic_info = 6;

// TODO(@petethepig): I wonder if we need something a little more specialized here
repeated uint32 attribute_set_indices = 7;
}

// borrowed from pprof proto
Expand Down Expand Up @@ -125,6 +128,9 @@ message Location {
// symbols. This field must be recomputed when the symbolization state of the
// profile changes.
bool is_folded = 4;

// TODO(@petethepig): I wonder if we need something a little more specialized here
repeated uint32 attribute_set_indices = 5;
}

// borrowed from pprof proto
Expand Down

0 comments on commit 980fc89

Please sign in to comment.