Skip to content

Commit

Permalink
proto/profile.proto: fix typo (google#672)
Browse files Browse the repository at this point in the history
there is not "drop_functions" field in the proto.
  • Loading branch information
SilverRainZ authored Nov 22, 2021
1 parent e9b0287 commit 44fc4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/profile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ message Profile {
// regexp will be dropped from the samples, along with their successors.
int64 drop_frames = 7; // Index into string table.
// frames with Function.function_name fully matching the following
// regexp will be kept, even if it matches drop_functions.
// regexp will be kept, even if it matches drop_frames.
int64 keep_frames = 8; // Index into string table.

// The following fields are informational, do not affect
Expand Down

0 comments on commit 44fc4e8

Please sign in to comment.