|
@@ -50,7 +50,7 @@ message Profile {
|
50
|
50
|
repeated Function function = 5;
|
51
|
51
|
// A common table for strings referenced by various messages.
|
52
|
52
|
// string_table[0] must always be "".
|
53
|
|
- repeated string string_table = 6 [enforce_utf8 = false];
|
|
53
|
+ repeated string string_table = 6;
|
54
|
54
|
// frames with Function.function_name fully matching the following
|
55
|
55
|
// regexp will be dropped from the samples, along with their successors.
|
56
|
56
|
int64 drop_frames = 7; // Index into string table.
|