Skip to content

Commit

Permalink
profiles: Add normalized address field
Browse files Browse the repository at this point in the history
  • Loading branch information
brancz committed May 2, 2024
1 parent b3060d2 commit e3e7349
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ message Profile {
repeated Location location = 4;
// Array of locations referenced by samples.
repeated int64 location_indices = 15;
// Whether addresses within locations have been normalized to be
// execution-context agnostic. This is important, because a symbolizer needs
// this information to correctly process an address or not prior to
// symbolization.
bool normalized_addresses = 19;
// Functions referenced by locations.
repeated Function function = 5;
// Lookup table for attributes.
Expand Down

0 comments on commit e3e7349

Please sign in to comment.